kosarev / z80

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

Prototype correct halted CPU behaviour (#40) #41

Closed kosarev closed 2 years ago

kosarev commented 2 years ago

Advance PC as part of executing HALT, then fetch (and discard) the next instruction opcode as long as the CPU remains halted.