You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!)
The text was updated successfully, but these errors were encountered:
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!)
The text was updated successfully, but these errors were encountered: