summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Firehawke <Firehawke@gmail.com>2020-10-15 23:07:58 -0700
committer Firehawke <Firehawke@gmail.com>2020-10-15 23:07:58 -0700
commite6c44d8d957cd7d1fa7d5b55c2142a6cb5cf5b4c (patch)
treed942006573891bf3b6866d96da78d264e6b8d125
parentd96b6bdcfe7e6044f5ebd23b8f46552deb7f2fa3 (diff)
Fixed small oversight in Power Drift widescreen layouts
-rw-r--r--src/mame/layout/pdrift.lay4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/layout/pdrift.lay b/src/mame/layout/pdrift.lay
index 694570f8388..2a4e6eb60f6 100644
--- a/src/mame/layout/pdrift.lay
+++ b/src/mame/layout/pdrift.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="GENERAL" inputmask="0x20">
<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="GENERAL" inputmask="0x20">
<bounds x="-40" y="414" width="32" height="64" />
</element>
</view>