mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
superchs: Fix shifter display in layout (nw)
This commit is contained in:
parent
328c5210f1
commit
62e2ef4454
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user