Skip to content

Commit b8356c1

Browse files
committed
misc: fix lamps 47/51 for Rock
1 parent 83a15e8 commit b8356c1

File tree

1 file changed

+2
-2
lines changed
  • VisualPinball.Engine.PinMAME/Games

1 file changed

+2
-2
lines changed

VisualPinball.Engine.PinMAME/Games/Rock.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ public class Rock : System80
115115
new GamelogicEngineLamp("44") { Description = "4X" },
116116
new GamelogicEngineLamp("45") { Description = "5X" },
117117
new GamelogicEngineLamp("46") { Description = "Spot Target" },
118-
new GamelogicEngineLamp("47") { Description = "Left Outside Rollover / Right Spinner" },
119-
new GamelogicEngineLamp("51") { Description = "Right Outisde Rollover / Left Spinner" },
118+
new GamelogicEngineLamp("47") { Description = "Left Outside Rollover / Right Spinner", DeviceHint = "^L47[a-b]$", NumMatches = 2 },
119+
new GamelogicEngineLamp("51") { Description = "Right Outisde Rollover / Left Spinner", DeviceHint = "^L51[a-b]$", NumMatches = 2 },
120120
};
121121

122122
protected override GamelogicEngineCoil[] GameCoils { get; } = {

0 commit comments

Comments
 (0)