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 01c2008 commit ef8cd4cCopy full SHA for ef8cd4c
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-d]$", NumMatches = 4 },
+ new GamelogicEngineSwitch("41") { Description = "10 Point (2)", DeviceHint = "^sw41[a-f]$", NumMatches = 6 },
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