kosarev / z80

Fast and flexible Z80/i8080 emulator with C++ and Python APIs
MIT License
63 stars 10 forks source link

Support generic decoder / state / CPU implementations #15

Open kosarev opened 3 years ago

kosarev commented 3 years ago

Make it possible to choose the type of the emulated hardware at run-time, but make sure to maintain zero overhead for CPU-specified implementations.