Quick patch against r573. It's an improved version of this: http://www.supermodel3.com/Forum/viewtopic.php?f=7&t=1355#p12027
I've added a "model3" root node and updated the xml parser in <GameLoader.cpp> accordingly.
if (game.name == "scudplusa")
PCIBridge.SetModel(0x106); // some Step 1.x games use MPC106
else
PCIBridge.SetModel(0x105); // MPC105
if (game.name == "bass" || game.name == "bassdx" || game.name == "getbass")
PCIBridge.SetModel(0x106); // some Step 1.x games use MPC106
else
PCIBridge.SetModel(0x105); // MPC105
Users browsing this forum: No registered users and 1 guest