Fix broken wave RAM initialization in the boot ROM

This commit is contained in:
Lior Halphon 2021-09-22 17:59:20 +03:00
parent c25c94d142
commit 51be70275d
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@ Start:
; Init waveform
ld c, $10
ld hl, $FF30
.waveformLoop
ldi [hl], a
cpl
@ -44,7 +45,6 @@ Start:
ldh [$25], a
ld a, $77
ldh [$24], a
ld hl, $FF30
; Init BG palette
ld a, $fc