We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccd970 commit 9c6bf54Copy full SHA for 9c6bf54
VisualPinball.Engine.PinMAME/Games/Rock.cs
@@ -41,7 +41,7 @@ public class Rock : System80
41
42
protected override GamelogicEngineSwitch[] Switches { get; } = {
43
new GamelogicEngineSwitch("40") { Description = "#1 Drop Target (Upper)" },
44
- new GamelogicEngineSwitch("41") { Description = "10 Point (2)", DeviceHint = "^sw41[a-f]$", NumMatches = 6 },
+ new GamelogicEngineSwitch("41") { Description = "10 Point (2)", DeviceHint = "^(sw41[a-f]|(Left|Right)\\sSlingshot)$", NumMatches = 8 },
45
new GamelogicEngineSwitch("42") { Description = "Right Flipper (Lower)", DeviceHint = "^LowerRightFlipper$" },
46
new GamelogicEngineSwitch("43") { Description = "Rollunder" },
47
new GamelogicEngineSwitch("44") { Description = "Right Outside Rollover" },
0 commit comments