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

Interrupts & Timers #5

Open
1 of 2 tasks
m0xsec opened this issue Apr 19, 2023 · 1 comment
Open
1 of 2 tasks

Interrupts & Timers #5

m0xsec opened this issue Apr 19, 2023 · 1 comment
Assignees
Labels
cpu Gameboy CPU interrupts Gameboy interrupts timers Gameboy system timer management

Comments

@m0xsec
Copy link
Owner

m0xsec commented Apr 19, 2023

  • Handle all interrupts, including I/O
  • Implement timers

CPU test 02-interrupts can help validate this work.

@m0xsec m0xsec added cpu Gameboy CPU timers Gameboy system timer management interrupts Gameboy interrupts labels Apr 19, 2023
@m0xsec m0xsec self-assigned this Apr 19, 2023
@m0xsec m0xsec added this to ferrum Apr 19, 2023
@m0xsec m0xsec moved this to Todo in ferrum Apr 19, 2023
@m0xsec m0xsec moved this from Todo to In Progress in ferrum Apr 23, 2023
@m0xsec
Copy link
Owner Author

m0xsec commented Apr 23, 2023

Timer interrupts are working and CPU tests are passing, yay!

Leaving this open while I get VBlank, LCDStat, Serial, and Joypad interrupts handled properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpu Gameboy CPU interrupts Gameboy interrupts timers Gameboy system timer management
Projects
Status: In Progress
Development

No branches or pull requests

1 participant