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 |
r241753 | r241754 | |
---|---|---|
557 | 557 | |
558 | 558 | /* Check if we're dealing with the multigame variant of the MBC1 mapper */ |
559 | 559 | if (type == GB_MBC_MBC1) |
560 | { // bomberman collection korea | |
560 | { // bomberman collection korea | |
561 | 561 | if (ROM[0x134] == 0x42 && ROM[0x135] == 0x4f && ROM[0x136] == 0x4d && ROM[0x137] == 0x53) |
562 | 562 | type = GB_MBC_MBC1_COL; |
563 | 563 | // if (ROM[0x13f] == 0x42 && ROM[0x140] == 0x32 && ROM[0x141] == 0x43 && ROM[0x142] == 0x4B) |
https://github.com/mamedev/mame/commit/2a7ba1651fa40c86fb51dafb8cf38e9433ffb141 |
Previous | 199869 Revisions | Next |