This commit is contained in:
Lior Halphon 2018-07-22 02:10:26 +03:00
parent b7426f93c0
commit f7b882f0e8
1 changed files with 0 additions and 1 deletions

View File

@ -734,7 +734,6 @@ static void write_high_memory(GB_gameboy_t *gb, uint16_t addr, uint8_t value)
return;
case GB_IO_DMG_EMULATION:
GB_log(gb, "4c = %x\n", value);
if (GB_is_cgb(gb) && !gb->boot_rom_finished) {
gb->cgb_mode = !(value & 0xC); /* The real "contents" of this register aren't quite known yet. */
}