Previous 199869 Revisions Next

r26271 Monday 18th November, 2013 at 20:43:44 UTC by hap
default to upright 4:3 layout
[src/mame/layout]superchs.lay

trunk/src/mame/layout/superchs.lay
r26270r26271
4848      </disk>
4949   </element>
5050
51   <!-- Super Chase (Deluxe/Cockpit cab) used a widescreen monitor, see http://flyers.arcade-museum.com/?page=thumbs&db=videodb&id=1118 -->
52
53   <view name="Deluxe (16:9), Shifter-R">
51   <view name="Upright (4:3), Shifter-R">
5452      <screen index="0">
55         <bounds left="0" top="0" right="800" bottom="450" />
53         <bounds left="0" top="0" right="640" bottom="480" />
5654      </screen>
5755      <bezel element="shifter" inputtag="INPUTS" inputmask="0x00002000">
58         <bounds x="766" y="384" width="32" height="64" />
56         <bounds x="606" y="414" width="32" height="64" />
5957         <color alpha="0.6" />
6058      </bezel>
6159   </view>
62   <view name="Deluxe (16:9), Shifter-L">
60   <view name="Upright (4:3), Shifter-L">
6361      <screen index="0">
64         <bounds left="0" top="0" right="800" bottom="450" />
62         <bounds left="0" top="0" right="640" bottom="480" />
6563      </screen>
6664      <bezel element="shifter" inputtag="INPUTS" inputmask="0x00002000">
67         <bounds x="2" y="384" width="32" height="64" />
65         <bounds x="2" y="414" width="32" height="64" />
6866         <color alpha="0.6" />
6967      </bezel>
7068   </view>
7169
72   <view name="Upright (4:3), Shifter-R">
70   <!-- Super Chase (Deluxe/Cockpit cab) used a widescreen monitor, see http://flyers.arcade-museum.com/?page=thumbs&db=videodb&id=1118 -->
71
72   <view name="Deluxe (16:9), Shifter-R">
7373      <screen index="0">
74         <bounds left="0" top="0" right="640" bottom="480" />
74         <bounds left="0" top="0" right="800" bottom="450" />
7575      </screen>
7676      <bezel element="shifter" inputtag="INPUTS" inputmask="0x00002000">
77         <bounds x="606" y="414" width="32" height="64" />
77         <bounds x="766" y="384" width="32" height="64" />
7878         <color alpha="0.6" />
7979      </bezel>
8080   </view>
81   <view name="Upright (4:3), Shifter-L">
81   <view name="Deluxe (16:9), Shifter-L">
8282      <screen index="0">
83         <bounds left="0" top="0" right="640" bottom="480" />
83         <bounds left="0" top="0" right="800" bottom="450" />
8484      </screen>
8585      <bezel element="shifter" inputtag="INPUTS" inputmask="0x00002000">
86         <bounds x="2" y="414" width="32" height="64" />
86         <bounds x="2" y="384" width="32" height="64" />
8787         <color alpha="0.6" />
8888      </bezel>
8989   </view>

Previous 199869 Revisions Next


© 1997-2024 The MAME Team