mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
16 lines
230 B
Text
Executable file
16 lines
230 B
Text
Executable file
waits until ly=3
|
|
sets lyc to 5
|
|
enables lyc int
|
|
waits for int
|
|
|
|
on int:
|
|
jumps to 0x1000
|
|
nops til next ly
|
|
sets lyc to 6
|
|
sets STAT to 0
|
|
sets IF to 0
|
|
sets STAT to 0x40
|
|
reads IF
|
|
outputs value of IF&3
|
|
|
|
ff41_reenable_2.gb should output 2
|