git.y1.nz

SameBoy

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

commit fbd1d06f1c5b0430760bad946f5952837249453d
parent 1c0f65177f8264343348a43aa11bb18b9753af4b
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 10 Dec 2023 14:48:15 +0200

Confirmed SCX on double speed mode

Diffstat:
MCore/sm83_cpu.c1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Core/sm83_cpu.c b/Core/sm83_cpu.c @@ -45,7 +45,6 @@ static const conflict_t cgb_double_conflict_map[0x80] = { [GB_IO_LYC] = GB_CONFLICT_READ_OLD, [GB_IO_STAT] = GB_CONFLICT_STAT_CGB_DOUBLE, [GB_IO_NR10] = GB_CONFLICT_NR10_CGB_DOUBLE, - // Unconfirmed yet [GB_IO_SCX] = GB_CONFLICT_SCX_CGB, };

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