lsnes/testrunner/hwtests/m1/lycint_vblankintirq.txt
2013-08-09 20:11:29 +03:00

18 lines
269 B
Text

waits for ly 141
enables lycint
sets lyc to 143
enables vblank int
interrupt enable
on lycint:
jumps to 0x1000
ei
does a bunch of nops
reads IF
outputs value of IF&3
on vblankint:
ret
lycint_vblankintirq_1.gb should output 1
lycint_vblankintirq_2.gb should output 0