mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-12 00:14:09 +02:00
Fix broken wave RAM initialization in the boot ROM
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user