ddrcode / c64rust

MOS6502 and C64 Emulators written in Rust
MIT License
1 stars 0 forks source link

Keyboard emulation and custom rom #10

Closed ddrcode closed 1 year ago

ddrcode commented 1 year ago

Yet another big one !

Two major changes:

  1. Keyboard emulation is there. Discovering and emulating the scanning logic was bit of pain, but hey - it works. It means it doesn't require Kernal functions (as previously). That also required partial implementation of CIA1 - so at least there is a base for complete CIA support.
  2. I have implemented some test/fun ROM from scratch - so you can use it to test the emulator without 3rd party roms. 6502 assembly is fun :-)