git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit a125da6a982fb7c551e1e31ac57c1986e69c7ab8
parent 8739da61c013e20e1cc94f0619c622a65c713408
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat,  9 Mar 2024 16:37:17 +0200

Fix ISX support, oops

Diffstat:
MCore/gb.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Core/gb.c b/Core/gb.c @@ -604,7 +604,7 @@ int GB_load_isx(GB_gameboy_t *gb, const char *path) uint8_t length; char name[257]; uint8_t flag; - uint16_t bank; + uint8_t bank; uint16_t address; READ(count); count = LE16(count);

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.