Fix handling of CR, LF, and Enter key

LF should not move the cursor horizontally
CR should move the cursor to the beginning of the line
Enter key should send a CR and not a LF

Fix the EEPROM to handle these changes

Also clean up the README for cc65
5 files changed
tree: 6a13d76c8fd0d72c9e1c133c59836f138620ffcf
  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

A 65C02 arcitecture for OpenComputers.

Uses a heavily modified/converted Symon core by Seth J. Morabito

Features:

  • Fully persistable
  • EEPROM with built in assembler and commands
  • Built in keyboard and screen handler
  • Memory Banking for up to 256MiB of memory
  • Component Access
  • Signals Access
  • RTC with two programmable timers
  • Built in DMA engine