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
machine: Generic 6502 machine
c64: actual C64 emu.
The integration tests have been modified to use the generic machine (with 1kB of RAM) rather than full C64 Emulator.
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.