nealcrook / nascom

Software, utilities and documentation for the Z80-based NASCOM2 computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N4 add support for IACK/vectored interrupts

nealcrook opened this issue · comments

Reminder to finish off the I/O bridge by adding support for interrupt acknowledge cycles. This is fiddly because I don't want to stall the Z80 on every prefix byte (the simple way to do it). So, I will need to turn the bus around and force that prefix byte out just to satisfy the PIO/CTC. However, it's important.. a key reason for building a real board was to allow vectored interrupts (if only to be able to say: take that, emulators!)