Whoops
This commit is contained in:
parent
b7426f93c0
commit
f7b882f0e8
@ -734,7 +734,6 @@ static void write_high_memory(GB_gameboy_t *gb, uint16_t addr, uint8_t value)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
case GB_IO_DMG_EMULATION:
|
case GB_IO_DMG_EMULATION:
|
||||||
GB_log(gb, "4c = %x\n", value);
|
|
||||||
if (GB_is_cgb(gb) && !gb->boot_rom_finished) {
|
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. */
|
gb->cgb_mode = !(value & 0xC); /* The real "contents" of this register aren't quite known yet. */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user