diff options
Diffstat (limited to 'src/mame/layout/mathmarv.lay')
-rw-r--r-- | src/mame/layout/mathmarv.lay | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/mame/layout/mathmarv.lay b/src/mame/layout/mathmarv.lay index 7de5f1f1050..fec4f6d1f01 100644 --- a/src/mame/layout/mathmarv.lay +++ b/src/mame/layout/mathmarv.lay @@ -33,35 +33,35 @@ license:CC0 <view name="Internal Layout"> <bounds left="0" right="90" top="0" bottom="15" /> - <bezel name="digit0" element="digit"><bounds x="0" y="0" width="10" height="15" /></bezel> - <bezel name="digit1" element="digit"><bounds x="10" y="0" width="10" height="15" /></bezel> + <element name="digit0" ref="digit"><bounds x="0" y="0" width="10" height="15" /></element> + <element name="digit1" ref="digit"><bounds x="10" y="0" width="10" height="15" /></element> - <bezel name="digit3" element="digit"><bounds x="30" y="0" width="10" height="15" /></bezel> - <bezel name="digit4" element="digit"><bounds x="40" y="0" width="10" height="15" /></bezel> + <element name="digit3" ref="digit"><bounds x="30" y="0" width="10" height="15" /></element> + <element name="digit4" ref="digit"><bounds x="40" y="0" width="10" height="15" /></element> - <bezel name="digit5" element="digit"><bounds x="60" y="0" width="10" height="15" /></bezel> - <bezel name="digit6" element="digit"><bounds x="70" y="0" width="10" height="15" /></bezel> - <bezel name="digit7" element="digit"><bounds x="80" y="0" width="10" height="15" /></bezel> + <element name="digit5" ref="digit"><bounds x="60" y="0" width="10" height="15" /></element> + <element name="digit6" ref="digit"><bounds x="70" y="0" width="10" height="15" /></element> + <element name="digit7" ref="digit"><bounds x="80" y="0" width="10" height="15" /></element> <!-- math symbols custom digit --> - <bezel name="2.6" element="lamp_dash"><bounds x="21.5" y="7.35" width="7" height="0.5" /></bezel> + <element name="2.6" ref="lamp_dash"><bounds x="21.5" y="7.35" width="7" height="0.5" /></element> - <bezel name="2.1" element="lamp_dash"><bounds x="24.75" y="3.7" width="0.5" height="3.0" /></bezel> - <bezel name="2.4" element="lamp_dash"><bounds x="24.75" y="8.5" width="0.5" height="3.0" /></bezel> + <element name="2.1" ref="lamp_dash"><bounds x="24.75" y="3.7" width="0.5" height="3.0" /></element> + <element name="2.4" ref="lamp_dash"><bounds x="24.75" y="8.5" width="0.5" height="3.0" /></element> - <bezel name="2.0" element="lamp_dot"><bounds x="24.25" y="1.8" width="1.5" height="1.5" /></bezel> - <bezel name="2.3" element="lamp_dot"><bounds x="24.25" y="11.9" width="1.5" height="1.5" /></bezel> + <element name="2.0" ref="lamp_dot"><bounds x="24.25" y="1.8" width="1.5" height="1.5" /></element> + <element name="2.3" ref="lamp_dot"><bounds x="24.25" y="11.9" width="1.5" height="1.5" /></element> - <bezel name="2.5" element="lamp_slash"><bounds x="24.3" y="-0.5" width="5" height="7.5" /></bezel> - <bezel name="2.5" element="lamp_slash"><bounds x="20.7" y="7" width="5" height="7.5" /></bezel> - <bezel name="2.5" element="lamp_backslash"><bounds x="20.7" y="-0.5" width="5" height="7.5" /></bezel> - <bezel name="2.5" element="lamp_backslash"><bounds x="24.3" y="7" width="5" height="7.5" /></bezel> + <element name="2.5" ref="lamp_slash"><bounds x="24.3" y="-0.5" width="5" height="7.5" /></element> + <element name="2.5" ref="lamp_slash"><bounds x="20.7" y="7" width="5" height="7.5" /></element> + <element name="2.5" ref="lamp_backslash"><bounds x="20.7" y="-0.5" width="5" height="7.5" /></element> + <element name="2.5" ref="lamp_backslash"><bounds x="24.3" y="7" width="5" height="7.5" /></element> <!-- equals sign digit --> - <bezel name="4.7" element="lamp_dash"><bounds x="51.5" y="3.7" width="7" height="1" /></bezel> - <bezel name="4.7" element="lamp_dash"><bounds x="51.5" y="10.5" width="7" height="1" /></bezel> + <element name="4.7" ref="lamp_dash"><bounds x="51.5" y="3.7" width="7" height="1" /></element> + <element name="4.7" ref="lamp_dash"><bounds x="51.5" y="10.5" width="7" height="1" /></element> </view> </mamelayout> |