Fixed a mistake that made the CGB boot ROM not initialize the wave pattern. Closes #2.
This commit is contained in:
parent
b8bc84db4e
commit
d63a801821
@ -38,7 +38,7 @@ Start:
|
|||||||
ld a, $77
|
ld a, $77
|
||||||
ldh [$24], a
|
ldh [$24], a
|
||||||
|
|
||||||
ld hl, $30
|
ld hl, $FF30
|
||||||
; Init waveform
|
; Init waveform
|
||||||
xor a
|
xor a
|
||||||
ld c, $10
|
ld c, $10
|
||||||
|
Loading…
Reference in New Issue
Block a user