add other versions of Super Chase
This commit is contained in:
parent
0129d59241
commit
0ae6751ede
@ -1346,6 +1346,9 @@ std::string spacegun("spacegun");
|
|||||||
std::string spacegunu("spacegunu");
|
std::string spacegunu("spacegunu");
|
||||||
std::string spacegunj("spacegunj");
|
std::string spacegunj("spacegunj");
|
||||||
std::string superchs("superchs");
|
std::string superchs("superchs");
|
||||||
|
std::string superchsp("superchsp");
|
||||||
|
std::string superchsj("superchsj");
|
||||||
|
std::string superchsu("superchsu");
|
||||||
std::string stcc("stcc");
|
std::string stcc("stcc");
|
||||||
std::string stcca("stcca");
|
std::string stcca("stcca");
|
||||||
std::string stccb("stccb");
|
std::string stccb("stccb");
|
||||||
@ -1692,7 +1695,7 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
|
|||||||
RunningFFB = "RacingFullValueActive2";
|
RunningFFB = "RacingFullValueActive2";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (romname == superchs)
|
if (romname == superchs || romname == superchsj || romname == superchsp || romname == superchsu)
|
||||||
{
|
{
|
||||||
configMinForce = configMinForceSuperChase;
|
configMinForce = configMinForceSuperChase;
|
||||||
configMaxForce = configMaxForceSuperChase;
|
configMaxForce = configMaxForceSuperChase;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user