mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
14 lines
249 B
Text
14 lines
249 B
Text
waits until ly=3
|
|
sets lyc to 5
|
|
enables lyc int
|
|
waits for int
|
|
|
|
on int:
|
|
jumps to 0x1000
|
|
writes 0x20 to ff41
|
|
lots of nops
|
|
reads IF
|
|
outputs value of IF&3
|
|
|
|
enable_after_lycint_disable_1.gb should output 0
|
|
enable_after_lycint_disable_2.gb should output 2
|