From f6f6637973f2223b79250c8c32b55270fc1d510a Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Wed, 11 Oct 2023 14:25:11 +0200 Subject: [PATCH] naomi: mushikep compatibility --- core/hw/maple/maple_jvs.cpp | 3 ++- core/hw/naomi/naomi_cart.cpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/hw/maple/maple_jvs.cpp b/core/hw/maple/maple_jvs.cpp index d850dfc34..effde09a9 100644 --- a/core/hw/maple/maple_jvs.cpp +++ b/core/hw/maple/maple_jvs.cpp @@ -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(1, this)); else if (settings.content.gameId == "ANPANMAN POPCORN KOUJOU 2") io_boards.push_back(std::make_unique(1, this)); diff --git a/core/hw/naomi/naomi_cart.cpp b/core/hw/naomi/naomi_cart.cpp index f8817247c..40b75f00b 100644 --- a/core/hw/naomi/naomi_cart.cpp +++ b/core/hw/naomi/naomi_cart.cpp @@ -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")