feat: enable halt and rework timer registers

This commit is contained in:
2021-03-27 11:56:47 -05:00
parent 2bf877d1ec
commit bce14348f8
4 changed files with 53 additions and 64 deletions

View File

@@ -594,7 +594,6 @@ impl Instruction {
}
};
println!("Game Boy HALTed in {:?}", halt_state);
cpu.halt(halt_state);
// Though this can actually last forever