From abefb6da568b4ffa7927748efcc5f175489ac644 Mon Sep 17 00:00:00 2001 From: Colby Date: Sun, 31 Jul 2016 22:13:28 +1000 Subject: [PATCH] set STAT register on skip boot --- lib/waterfoul/skip_boot.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/waterfoul/skip_boot.rb b/lib/waterfoul/skip_boot.rb index 02af181..dd69e62 100644 --- a/lib/waterfoul/skip_boot.rb +++ b/lib/waterfoul/skip_boot.rb @@ -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