kosarev / z80

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

setters/getters for A and AF in python? #44

Closed arpruss closed 2 years ago

arpruss commented 2 years ago

The setters/getters for A and AF are missing in _machine.py. Is that deliberate?

arpruss commented 2 years ago

I posted a PR that fixes this. https://github.com/kosarev/z80/pull/45

kosarev commented 2 years ago

Things are still being added as we demand them so some may be missing and that's not intentional. Closing this now that your pull request is landed.