SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 51be70275d8ece21ca2fbf341d44940365c018b5 parent c25c94d14229a77c73117fa82093d8dffc953c83 Author: Lior Halphon <LIJI32@gmail.com> Date: Wed, 22 Sep 2021 17:59:20 +0300 Fix broken wave RAM initialization in the boot ROM Diffstat:
| M | BootROMs/cgb_boot.asm | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BootROMs/cgb_boot.asm b/BootROMs/cgb_boot.asm @@ -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
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.