Confirmed SCX on double speed mode

This commit is contained in:
Lior Halphon 2023-12-10 14:48:15 +02:00
parent 1c0f65177f
commit fbd1d06f1c
1 changed files with 0 additions and 1 deletions

View File

@ -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,
};