kosarev / z80

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

Prototype correct halted CPU behaviour (#40) #41

Closed kosarev closed 3 years ago

kosarev commented 3 years ago

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