SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 2b6cf0c8f1f1a3c0a37a626aa4ee9f877bd5606b parent 93aa93e42c708e93b0a51ac2238e9fc2ddf5bb4a Author: Lior Halphon <LIJI32@gmail.com> Date: Thu, 2 Feb 2023 23:46:23 +0200 Correctly set the B register on Nintendo-licensed games running with the built-in CGB and AGB boot ROMs Diffstat:
| M | BootROMs/cgb_boot.asm | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/BootROMs/cgb_boot.asm b/BootROMs/cgb_boot.asm @@ -214,7 +214,7 @@ ELSE ENDC call Preboot IF DEF(AGB) - ld b, 1 + inc b ENDC jr BootGame @@ -976,6 +976,7 @@ GetPaletteIndex: inc l dec c jr nz, .checksumLoop + ldh [TitleChecksum], a ld b, a ; c = 0
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.