-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
This test is named intr_2_0_timing, but it's documented as testing mode 1 to 2 timing:
mooneye-gb/tests/acceptance/ppu/intr_2_0_timing.s
Lines 21 to 22 in ff30e9e
| ; Tests how long does it take to get from STAT mode=1 interrupt to STAT mode=2 interrupt | |
| ; No sprites, scroll or window. |
and the code itself appears to move from mode 2 to 0:
mooneye-gb/tests/acceptance/ppu/intr_2_0_timing.s
Lines 50 to 52 in ff30e9e
| call setup_and_wait_mode2 | |
| nops delay | |
| call setup_and_wait_mode0 |
Is the documentation incorrect?
Metadata
Metadata
Assignees
Labels
No labels