diff options
Diffstat (limited to 'src/mame/layout/bigtrak.lay')
-rw-r--r-- | src/mame/layout/bigtrak.lay | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/mame/layout/bigtrak.lay b/src/mame/layout/bigtrak.lay index 6d34a23c991..3cc9bfb4021 100644 --- a/src/mame/layout/bigtrak.lay +++ b/src/mame/layout/bigtrak.lay @@ -39,41 +39,41 @@ license:CC0 <view name="Internal Layout"> <bounds left="0" right="17.5" top="0" bottom="36.5" /> - <bezel element="static_black"> + <element ref="static_black"> <bounds left="0" right="17.5" top="0" bottom="36.5" /> - </bezel> + </element> - <bezel element="text_lamp"><bounds x="1" y="1" width="10" height="4" /></bezel> - <bezel element="text_dash"><bounds x="10" y="1" width="4" height="4" /></bezel> - <bezel name="0.1" element="lamp_b"><bounds x="13" y="1.8" width="3" height="3" /></bezel> + <element ref="text_lamp"><bounds x="1" y="1" width="10" height="4" /></element> + <element ref="text_dash"><bounds x="10" y="1" width="4" height="4" /></element> + <element name="0.1" ref="lamp_b"><bounds x="13" y="1.8" width="3" height="3" /></element> - <bezel element="text_in"><bounds x="1" y="27" width="10" height="4" /></bezel> - <bezel element="text_dash"><bounds x="10" y="27" width="4" height="4" /></bezel> - <bezel element="ind_r" inputtag="IN.6" inputmask="0x04">><bounds x="13" y="27.8" width="3" height="3" /></bezel> + <element ref="text_in"><bounds x="1" y="27" width="10" height="4" /></element> + <element ref="text_dash"><bounds x="10" y="27" width="4" height="4" /></element> + <element ref="ind_r" inputtag="IN.6" inputmask="0x04">><bounds x="13" y="27.8" width="3" height="3" /></element> - <bezel element="text_out"><bounds x="1" y="31" width="10" height="4" /></bezel> - <bezel element="text_dash"><bounds x="10" y="31" width="4" height="4" /></bezel> - <bezel name="ext_out" element="ind_r"><bounds x="13" y="31.8" width="3" height="3" /></bezel> + <element ref="text_out"><bounds x="1" y="31" width="10" height="4" /></element> + <element ref="text_dash"><bounds x="10" y="31" width="4" height="4" /></element> + <element name="ext_out" ref="ind_r"><bounds x="13" y="31.8" width="3" height="3" /></element> - <bezel element="text_l"><bounds x="2" y="12" width="4" height="4" /></bezel> - <bezel name="left_motor_forward" element="arrow_up"> + <element ref="text_l"><bounds x="2" y="12" width="4" height="4" /></element> + <element name="left_motor_forward" ref="arrow_up"> <bounds x="2" y="2" width="4" height="10" /> <orientation rotate="90" /> - </bezel> - <bezel name="left_motor_reverse" element="arrow_down"> + </element> + <element name="left_motor_reverse" ref="arrow_down"> <bounds x="2" y="16.4" width="4" height="10" /> <orientation rotate="90" /> - </bezel> + </element> - <bezel element="text_r"><bounds x="8" y="12" width="4" height="4" /></bezel> - <bezel name="right_motor_forward" element="arrow_up"> + <element ref="text_r"><bounds x="8" y="12" width="4" height="4" /></element> + <element name="right_motor_forward" ref="arrow_up"> <bounds x="8" y="2" width="4" height="10" /> <orientation rotate="90" /> - </bezel> - <bezel name="right_motor_reverse" element="arrow_down"> + </element> + <element name="right_motor_reverse" ref="arrow_down"> <bounds x="8" y="16.4" width="4" height="10" /> <orientation rotate="90" /> - </bezel> + </element> </view> </mamelayout> |