Ivan Kosarev

Results 47 comments of Ivan Kosarev

Hi Morten, for input there's `Z80Machine.set_input_callback()` that sets a hook taking the port address. There's no such function for output yet, but I think I can add one -- let...

27af8c12f93f88aee99e9be4c2ee5fa6c71cf9c9 adds the support for `set_output_callback()`. Hope it helps.

> However I do get a segmentation fault (on macos) if I run the emulator without registering the output callback. Oops. Fixed in 99ef518966763fdd9c1cf6489352ea827d5daacf.

Hi Chris, thanks a lot for your work -- the library is an absolute gem. There's one unfortunate peculiarity, very similar to the one reported by @acoader above, probably coming...

Hi Anton, did you try `pip install --upgrade setuptools wheel` before installing z80?

I was able to reproduce this on Windows. 293200a10408daabe0513a6298ffb4fdf13d8c3f fixed it for me.