Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greatly improve the accuracy of the Timers, DMA & IRQs. #74

Merged
merged 2 commits into from
Feb 18, 2024
Merged

Conversation

Arignir
Copy link
Member

@Arignir Arignir commented Feb 18, 2024

This MR greatly improves the accuracy of the Timer, DMA & IRQs.

Noticeably, the Timer, Timer Count-up, Timer IRQs and DMA tests of the mGBA suite were greatly improved:

  • Timer: 1918/2020 => 1974/2020
  • Timer Count-Up: 211/936 => 513/936
  • Timer IRQs: 28/90 => 90/90
  • DMA: 1156/1256 => 1220/1256

On top of that, the following nba hardware tests roms are now passing and have been added to the accuracy checker:

  • IRQ Delay
  • Timer Reload
  • Timer Start/Stop
  • DMA Latch
  • DMA Start Delay

On top of that, all those accuracy improvements fixed this issue: #13.

@Arignir Arignir merged commit b238817 into master Feb 18, 2024
7 checks passed
@Arignir Arignir deleted the accuracy branch March 4, 2024 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant