m0xsec / ferrum

Gameboy Emulator written in Rust
1 stars 0 forks source link

Interrupts & Timers #5

Open m0xsec opened 1 year ago

m0xsec commented 1 year ago

CPU test 02-interrupts can help validate this work.

m0xsec commented 1 year ago

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

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