From fbd1d06f1c5b0430760bad946f5952837249453d Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 10 Dec 2023 14:48:15 +0200 Subject: [PATCH] Confirmed SCX on double speed mode --- Core/sm83_cpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/sm83_cpu.c b/Core/sm83_cpu.c index 292aeb8..ec63092 100644 --- 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, };