mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-31 07:55:46 +02:00
Fixed a mistake that made the CGB boot ROM not initialize the wave pattern. Closes #2.
This commit is contained in:
@@ -38,7 +38,7 @@ Start:
|
||||
ld a, $77
|
||||
ldh [$24], a
|
||||
|
||||
ld hl, $30
|
||||
ld hl, $FF30
|
||||
; Init waveform
|
||||
xor a
|
||||
ld c, $10
|
||||
|
Reference in New Issue
Block a user