mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
More typos
This commit is contained in:
parent
5cad440175
commit
eb63ea3f40
3 changed files with 5 additions and 5 deletions
|
@ -82,6 +82,6 @@ exit_irq:
|
|||
|
||||
; Expected result ($AX0.H (send_back num), $AC0.L (interrupt depth), $AC0.M (interrupt count), $AR0, and $SR):
|
||||
; 1, 0, 0, 0, 2024
|
||||
; 3, 1, 1, 2, 2020
|
||||
; 3, 1, 2, 3, 2020
|
||||
; 3, 1, 1, 2, 2820
|
||||
; 3, 1, 2, 3, 2820
|
||||
; 2, 0, 2, 6, 3825
|
||||
|
|
|
@ -84,6 +84,6 @@ exit_irq:
|
|||
|
||||
; Expected result ($AX0.H (send_back num), $AC0.L (interrupt depth), $AC0.M (interrupt count), $AR0, and $SR):
|
||||
; 1, 0, 0, 0, 2024
|
||||
; 3, 1, 1, 2, 2020
|
||||
; 3, 2, 2, 2, 2020
|
||||
; 3, 1, 1, 2, 2820
|
||||
; 3, 2, 2, 2, 2820
|
||||
; 2, 0, 2, 6, 3825
|
||||
|
|
|
@ -62,7 +62,7 @@ external_irq:
|
|||
|
||||
; Expected result ($AX0.H (send_back num), $AX1.H, and $SR):
|
||||
; 1, 1, 2024 (start)
|
||||
; 3, 1, 2020 (in interrupt handler)
|
||||
; 3, 1, 2820 (in interrupt handler)
|
||||
; 2, 6, 3825 (end)
|
||||
; DSPSpy shows "interrupt after 21 ticks / 0 tries" (exact numbers vary)
|
||||
; $ACC1 in the interrupt handler is approximately 15 (so it loops 15 times
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue