mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-29 23:39:57 +02:00
Whoops
This commit is contained in:
@@ -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. */
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user