Skip to content

Commit

Permalink
Confirmed SCX on double speed mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Dec 10, 2023
1 parent 1c0f651 commit fbd1d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/sm83_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit fbd1d06

Please sign in to comment.