ddrcode / c64rust

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

separation between c64 emulation and standard 6502 machine #5

Closed ddrcode closed 1 year ago

ddrcode commented 1 year ago

That PR provides a concept of "Generic 6502 machine" that is independent from C64 features and is more "pure". C64 emulator is built on top of the 6502 machine. It means that cargo defines now two binaries

The integration tests have been modified to use the generic machine (with 1kB of RAM) rather than full C64 Emulator.