mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-12-26 21:58:54 +01:00
set STAT register on skip boot
This commit is contained in:
parent
ba6073aba0
commit
abefb6da56
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ module Waterfoul
|
|||
$mmu.write_byte 0xFF25, 0xF3
|
||||
$mmu.write_byte 0xFF26, 0xF1
|
||||
$mmu.write_byte 0xFF40, 0x91
|
||||
$mmu.write_byte 0xFF41, 0x5
|
||||
$mmu.write_byte 0xFF47, 0xFC
|
||||
$mmu.write_byte 0xFF48, 0xFF
|
||||
$mmu.write_byte 0xFF49, 0xFF
|
||||
|
|
Loading…
Reference in a new issue