Convert Symon into a 65C02 core

While the "illegal opcodes" on a 65C02 are all NOPs, Thistle will lock
up the processor instead since these are reserved for custom expansion.
6 files changed
tree: 9743625bdc2bbc596c2ade17db1ec661f3c4af9c
  1. .gitignore
  2. README.md
  3. build.gradle
  4. cc65/
  5. gradle/wrapper/
  6. gradlew
  7. gradlew.bat
  8. roms/
  9. src/main/
README.md

Thistle Computer

Brings the 6502 Symon emulator to OpenComputers