summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-07-24 21:38:21 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-07-24 21:38:21 -0400
commit62e2ef4454a927ae70676b5010d9c19306c080fc (patch)
tree2fe87649a560ab5df9c7c6ad3393a1ccfb11112d
parent328c5210f1d97981091849a1170d01e9081b6af4 (diff)
superchs: Fix shifter display in layout (nw)
-rw-r--r--src/mame/layout/superchs.lay8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/layout/superchs.lay b/src/mame/layout/superchs.lay
index 04bafb0c619..fa9826e3600 100644
--- a/src/mame/layout/superchs.lay
+++ b/src/mame/layout/superchs.lay
@@ -52,7 +52,7 @@
<screen index="0">
<bounds left="0" top="0" right="640" bottom="480" />
</screen>
- <bezel element="shifter" inputtag="INPUTS" inputmask="0x00002000">
+ <bezel element="shifter" inputtag="SWITCHES" inputmask="0x20">
<bounds x="606" y="414" width="32" height="64" />
<color alpha="0.6" />
</bezel>
@@ -61,7 +61,7 @@
<screen index="0">
<bounds left="0" top="0" right="640" bottom="480" />
</screen>
- <bezel element="shifter" inputtag="INPUTS" inputmask="0x00002000">
+ <bezel element="shifter" inputtag="SWITCHES" inputmask="0x20">
<bounds x="2" y="414" width="32" height="64" />
<color alpha="0.6" />
</bezel>
@@ -73,7 +73,7 @@
<screen index="0">
<bounds left="0" top="0" right="800" bottom="450" />
</screen>
- <bezel element="shifter" inputtag="INPUTS" inputmask="0x00002000">
+ <bezel element="shifter" inputtag="SWITCHES" inputmask="0x20">
<bounds x="766" y="384" width="32" height="64" />
<color alpha="0.6" />
</bezel>
@@ -82,7 +82,7 @@
<screen index="0">
<bounds left="0" top="0" right="800" bottom="450" />
</screen>
- <bezel element="shifter" inputtag="INPUTS" inputmask="0x00002000">
+ <bezel element="shifter" inputtag="SWITCHES" inputmask="0x20">
<bounds x="2" y="384" width="32" height="64" />
<color alpha="0.6" />
</bezel>