kosarev / z80

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

Fix power-on state #31

Closed kosarev closed 3 years ago

kosarev commented 3 years ago

Some CPU state fields are not getting set correctly on power on, hard reset and soft reset. See further details in the Simon's comment at https://github.com/kosarev/z80/pull/29#discussion_r695022765 .

kosarev commented 3 years ago

Addressed in https://github.com/kosarev/z80/commit/e2e3470c24b2c6fd7e7d98af19f6f1ff3098acbf.