IO initial states are correct

This commit is contained in:
2025-05-31 09:47:01 -06:00
parent 8ef1a5cd60
commit 2543ba04b5
8 changed files with 76 additions and 33 deletions

View File

@ -34,6 +34,7 @@ void inc_tima() {
void timer_init() {
ctx.div = 0XAC00;
ctx.tac = 0xF8;
}
void timer_tick() {