CosmicBagel / gb_emu

My MacEwan comp sci capstone - a GameBoy emulator
MIT License
1 stars 0 forks source link

Timer hardware registers #2

Closed CosmicBagel closed 1 year ago

CosmicBagel commented 1 year ago

DIV, TIMA, TMA, and TAC

https://gbdev.io/pandocs/Hardware_Reg_List.html https://gbdev.io/pandocs/Timer_and_Divider_Registers.html

DIV will require monitoring so that if an instruction changes it, it is reset to zero

CosmicBagel commented 1 year ago

This is now implemented fully