Previous 199869 Revisions Next

r33242 Thursday 6th November, 2014 at 14:19:39 UTC by Cowering
try 2 - Backport MBC1COL detection from GoodGBx
[src/emu/bus/gameboy]gb_slot.c

trunk/src/emu/bus/gameboy/gb_slot.c
r241753r241754
557557
558558   /* Check if we're dealing with the multigame variant of the MBC1 mapper */
559559   if (type == GB_MBC_MBC1)
560   {   // bomberman collection korean
560   {   // bomberman collection korea
561561      if (ROM[0x134] == 0x42 && ROM[0x135] == 0x4f && ROM[0x136] == 0x4d && ROM[0x137] == 0x53)
562562         type = GB_MBC_MBC1_COL;
563563//      if (ROM[0x13f] == 0x42 && ROM[0x140] == 0x32 && ROM[0x141] == 0x43 && ROM[0x142] == 0x4B)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team