From d63a801821a4ddef2a209567b3e336393e20da06 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 15 Apr 2016 22:09:06 +0300 Subject: [PATCH] Fixed a mistake that made the CGB boot ROM not initialize the wave pattern. Closes #2. --- BootROMs/cgb_boot.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BootROMs/cgb_boot.asm b/BootROMs/cgb_boot.asm index 17fe37c..de32f19 100644 --- a/BootROMs/cgb_boot.asm +++ b/BootROMs/cgb_boot.asm @@ -38,7 +38,7 @@ Start: ld a, $77 ldh [$24], a - ld hl, $30 + ld hl, $FF30 ; Init waveform xor a ld c, $10