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

Automatically reset active interrupt source's IntLineIsActive property. #3

Open
wants to merge 4 commits into
base: v1.0.6
Choose a base branch
from

Conversation

nockieboy
Copy link

This PR updates Z80Processor and IZ80InterruptSource to cause automatic resetting of the IntLineIsActive property on an active interrupt source when the interrupt is serviced.

Konamiman and others added 4 commits July 6, 2018 18:19
- Fix: memory access events were not fired when reading the address of the code to execute when servicing an interrupt in IM2 mode. (Konamiman#2)

- Z80ProcessorExtensions class removed, its methods are now part of (I)Z80Processor.

- Cleanup of some residual usages of Inc, Dec, Add, Sub from the NumberUtils class.
Update to reset the active interrupt source's IntLineIsActive flag on accepting an interrupt from it.
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

Successfully merging this pull request may close these issues.

2 participants