Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N4 add support for IACK/vectored interrupts #8

Open
nealcrook opened this issue Mar 30, 2022 · 0 comments
Open

N4 add support for IACK/vectored interrupts #8

nealcrook opened this issue Mar 30, 2022 · 0 comments

Comments

@nealcrook
Copy link
Owner

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!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant