Gekkio/mooneye-gb

acceptance/ppu/intr_2_0_timing.s typo?

jverkoey opened this issue · 0 comments

This test is named intr_2_0_timing, but it's documented as testing mode 1 to 2 timing:

; 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:

call setup_and_wait_mode2
nops delay
call setup_and_wait_mode0

Is the documentation incorrect?