From 0ae6751ede0e144e6c6398f95856208e260a00e3 Mon Sep 17 00:00:00 2001 From: Aaron M Date: Tue, 26 May 2020 16:25:23 +1200 Subject: [PATCH] add other versions of Super Chase --- Game Files/MAMESupermodel.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Game Files/MAMESupermodel.cpp b/Game Files/MAMESupermodel.cpp index d986019..babe61d 100644 --- a/Game Files/MAMESupermodel.cpp +++ b/Game Files/MAMESupermodel.cpp @@ -1346,6 +1346,9 @@ std::string spacegun("spacegun"); std::string spacegunu("spacegunu"); std::string spacegunj("spacegunj"); std::string superchs("superchs"); +std::string superchsp("superchsp"); +std::string superchsj("superchsj"); +std::string superchsu("superchsu"); std::string stcc("stcc"); std::string stcca("stcca"); std::string stccb("stccb"); @@ -1692,7 +1695,7 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec RunningFFB = "RacingFullValueActive2"; } - if (romname == superchs) + if (romname == superchs || romname == superchsj || romname == superchsp || romname == superchsu) { configMinForce = configMinForceSuperChase; configMaxForce = configMaxForceSuperChase;