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

Improve interrupt handler layout #15

Open
2 of 4 tasks
ISSOtm opened this issue Jan 2, 2024 · 1 comment
Open
2 of 4 tasks

Improve interrupt handler layout #15

ISSOtm opened this issue Jan 2, 2024 · 1 comment

Comments

@ISSOtm
Copy link
Owner

ISSOtm commented Jan 2, 2024

  • Ensure each "stub" is in its own section, without padding
  • Put the STAT handler "inline", since the other handlers are not used
  • Put the VBlank handler at $150 so that it can be jr'd to (acceptable because of the header right before)
  • Add "dynamic raster FX" STAT handler
@ISSOtm
Copy link
Owner Author

ISSOtm commented Jan 3, 2024

See https://gist.github.com/ISSOtm/7a7a082fb2d73b5e7c645e62571b352d for the VBlank handler's skeleton.

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