Fixed a mistake that made the CGB boot ROM not initialize the wave pattern. Closes #2.

This commit is contained in:
Lior Halphon 2016-04-15 22:09:06 +03:00
parent b8bc84db4e
commit d63a801821
1 changed files with 1 additions and 1 deletions

View File

@ -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