diff options
-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> |