Hey
I am using this emulator to help revive an old Z80 based minicomputer (Q1 Lite).
I have modified the single_stepping.py example to created a disassembler and also a use it to run the code (have 8 ROM images that I can load).
Now it seems like I am likely to get stuck on the out and in instructions.
Do you have a hint on how I could emulate an IO device. For example by having a python function called
on every in and out instruction?
Thanks for the project
Morten
Hey
I am using this emulator to help revive an old Z80 based minicomputer (Q1 Lite).
I have modified the single_stepping.py example to created a disassembler and also a use it to run the code (have 8 ROM images that I can load).
Now it seems like I am likely to get stuck on the out and in instructions.
Do you have a hint on how I could emulate an IO device. For example by having a python function called
on every in and out instruction?
Thanks for the project
Morten