diff options
author | 2021-01-08 07:17:25 -0500 | |
---|---|---|
committer | 2021-01-08 07:17:25 -0500 | |
commit | c1617725218852541b229e243c31bc0003c4736f (patch) | |
tree | 72e4db67d18d2aaafa6cbe07befca02c05ff7d53 /src | |
parent | 0ab129bc5154541304ad9ac5fd2c03c8e4ffcad0 (diff) |
- undrfire.cpp: Fixed shifter displays for cbombers (MT#7843)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/layout/cbombers.lay | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/layout/cbombers.lay b/src/mame/layout/cbombers.lay index 4693df2d33f..c8dde3f1001 100644 --- a/src/mame/layout/cbombers.lay +++ b/src/mame/layout/cbombers.lay @@ -55,7 +55,7 @@ license:CC0 <screen index="0"> <bounds x="0" y="0" width="640" height="480" /> </screen> - <element ref="shifter" inputtag="INPUTS" inputmask="0x01000000"> + <element ref="shifter" inputtag="INPUTS0" inputmask="0x01"> <bounds x="606" y="414" width="32" height="64" /> <color alpha="0.6" /> </element> @@ -64,7 +64,7 @@ license:CC0 <screen index="0"> <bounds x="0" y="0" width="640" height="480" /> </screen> - <element ref="shifter" inputtag="INPUTS" inputmask="0x01000000"> + <element ref="shifter" inputtag="INPUTS0" inputmask="0x01"> <bounds x="2" y="414" width="32" height="64" /> <color alpha="0.6" /> </element> @@ -73,7 +73,7 @@ license:CC0 <screen index="0"> <bounds x="0" y="0" width="640" height="480" /> </screen> - <element ref="shifter" inputtag="INPUTS" inputmask="0x01000000"> + <element ref="shifter" inputtag="INPUTS0" inputmask="0x01"> <bounds x="648" y="414" width="32" height="64" /> </element> </view> @@ -81,7 +81,7 @@ license:CC0 <screen index="0"> <bounds x="0" y="0" width="640" height="480" /> </screen> - <element ref="shifter" inputtag="INPUTS" inputmask="0x01000000"> + <element ref="shifter" inputtag="INPUTS0" inputmask="0x01"> <bounds x="-40" y="414" width="32" height="64" /> </element> </view> |