ddrcode / c64rust

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

address mapping (bank switching) #28

Closed ddrcode closed 1 year ago

ddrcode commented 1 year ago

Quite a bit of work without much of visual outcome.

In general this PR is a bit of a mess, as I started rethinking code structure and currently there is a mix of old and new. Slowly I will be migrating to the new one.