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

v1.0.7: Add interrupt and RETI/RETN related events #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Konamiman
Copy link
Owner

Improve external control of interrupts by adding the following to (I)Z80Processor:

  • Events that fire right before an interrupt is going to be serviced

  • Events that fire before and after a RETI or a RETN instruction is executed

…gStart and Before/AfterReti/RetnInstructionExecution events, update docs, and step up version to 1.0.7.
@Konamiman Konamiman added this to the v1.0.7 milestone Nov 18, 2018
@Konamiman Konamiman self-assigned this Nov 18, 2018
@Konamiman Konamiman changed the title Add interrupt and RETI/RETN related events v1.0.7: Add interrupt and RETI/RETN related events Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant