diff options
author | 2020-10-15 23:07:58 -0700 | |
---|---|---|
committer | 2020-10-15 23:07:58 -0700 | |
commit | e6c44d8d957cd7d1fa7d5b55c2142a6cb5cf5b4c (patch) | |
tree | d942006573891bf3b6866d96da78d264e6b8d125 | |
parent | d96b6bdcfe7e6044f5ebd23b8f46552deb7f2fa3 (diff) |
Fixed small oversight in Power Drift widescreen layouts
-rw-r--r-- | src/mame/layout/pdrift.lay | 4 |
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> |