Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gba: timer 0 count-up bit cannot be set (#1392)
The count-up bit for timer 0 cannot be set on hardware ([test ROM](https://github.com/png183/gba-tests/blob/master/timer/timer_check_count_up_presence.gba)). This PR implements said behaviour in ares, preventing timer 0 from incorrectly halting if this bit is written.
- Loading branch information