naomi: mushikep compatibility
This commit is contained in:
parent
2cd3ffb33f
commit
f6f6637973
|
@ -993,7 +993,8 @@ maple_naomi_jamma::maple_naomi_jamma()
|
|||
{
|
||||
case JVS::Default:
|
||||
default:
|
||||
if (settings.content.gameId.substr(0, 8) == "MKG TKOB" || settings.content.gameId.substr(0, 9) == "MUSHIKING")
|
||||
if (settings.content.gameId.substr(0, 8) == "MKG TKOB" || settings.content.gameId.substr(0, 9) == "MUSHIKING"
|
||||
|| settings.content.gameId == "MUSHIUSA '04 1ST VER0.900-")
|
||||
io_boards.push_back(std::make_unique<jvs_837_13551_mushiking>(1, this));
|
||||
else if (settings.content.gameId == "ANPANMAN POPCORN KOUJOU 2")
|
||||
io_boards.push_back(std::make_unique<jvs_837_13844>(1, this));
|
||||
|
|
|
@ -668,6 +668,7 @@ void naomi_cart_LoadRom(const std::string& path, const std::string& fileName, Lo
|
|||
}
|
||||
else if (gameId.substr(0, 8) == "MKG TKOB"
|
||||
|| gameId.substr(0, 9) == "MUSHIKING"
|
||||
|| gameId == "MUSHIUSA '04 1ST VER0.900-"
|
||||
|| gameId.substr(0, 13) == "DINOSAUR KING"
|
||||
|| gameId == "INW PUPPY 2008 VER1.001" // SystemSP isshoni
|
||||
|| gameId.substr(0, 14) == "LOVE AND BERRY")
|
||||
|
|
Loading…
Reference in New Issue