diff options
author | 2020-10-15 01:51:52 +1100 | |
---|---|---|
committer | 2020-10-15 01:51:52 +1100 | |
commit | be27452e50588c0eb9f5fcc0725c2a38e31c388f (patch) | |
tree | 564228eb3c3387876d6dcc790da102ac909397a2 | |
parent | 4a92106c319860a16c82bbf4e66edca6ffbd1130 (diff) |
outrun.lay: Fixed port tag/mask for shifters in 'widescreen' views
-rw-r--r-- | src/mame/layout/outrun.lay | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/layout/outrun.lay b/src/mame/layout/outrun.lay index 328141206bb..a44fafdb3cb 100644 --- a/src/mame/layout/outrun.lay +++ b/src/mame/layout/outrun.lay @@ -73,7 +73,7 @@ license:CC0 <screen index="0"> <bounds x="0" y="0" width="640" height="480" /> </screen> - <element ref="shifter" inputtag="IN0" inputmask="0x02"> + <element ref="shifter" inputtag="SERVICE" inputmask="0x10"> <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="IN0" inputmask="0x02"> + <element ref="shifter" inputtag="SERVICE" inputmask="0x10"> <bounds x="-40" y="414" width="32" height="64" /> </element> </view> |