From 2a7ba1651fa40c86fb51dafb8cf38e9433ffb141 Mon Sep 17 00:00:00 2001 From: Cowering Date: Thu, 6 Nov 2014 08:19:39 -0600 Subject: try 2 - Backport MBC1COL detection from GoodGBx --- src/emu/bus/gameboy/gb_slot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/bus/gameboy/gb_slot.c b/src/emu/bus/gameboy/gb_slot.c index 6fcb9fe514b..728905746ed 100644 --- a/src/emu/bus/gameboy/gb_slot.c +++ b/src/emu/bus/gameboy/gb_slot.c @@ -557,7 +557,7 @@ int base_gb_cart_slot_device::get_cart_type(UINT8 *ROM, UINT32 len) /* Check if we're dealing with the multigame variant of the MBC1 mapper */ if (type == GB_MBC_MBC1) - { // bomberman collection korean + { // bomberman collection korea if (ROM[0x134] == 0x42 && ROM[0x135] == 0x4f && ROM[0x136] == 0x4d && ROM[0x137] == 0x53) type = GB_MBC_MBC1_COL; // if (ROM[0x13f] == 0x42 && ROM[0x140] == 0x32 && ROM[0x141] == 0x43 && ROM[0x142] == 0x4B) -- cgit v1.2.3