summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2014-11-06 08:19:39 -0600
committer Cowering <cowering@users.noreply.github.com>2014-11-06 08:19:39 -0600
commit2a7ba1651fa40c86fb51dafb8cf38e9433ffb141 (patch)
treeb9fd8e127800972da9774ccf487c77a8fed99434
parent8883f8e820107f63bb4feccd1d08518ac2843769 (diff)
try 2 - Backport MBC1COL detection from GoodGBx
-rw-r--r--src/emu/bus/gameboy/gb_slot.c2
1 files changed, 1 insertions, 1 deletions
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)