diff options
Diffstat (limited to 'src/mame/layout/ditto.lay')
-rw-r--r-- | src/mame/layout/ditto.lay | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/mame/layout/ditto.lay b/src/mame/layout/ditto.lay index bfbfc1e37c9..5d8d0efa4fd 100644 --- a/src/mame/layout/ditto.lay +++ b/src/mame/layout/ditto.lay @@ -35,30 +35,30 @@ license:CC0 <view name="Internal Layout"> <bounds left="0" right="16" top="-0.5" bottom="16.5" /> - <bezel element="disk_1"><bounds x="1" y="1" width="6" height="6" /></bezel> - <bezel element="disk_2"><bounds x="1" y="9" width="6" height="6" /></bezel> - <bezel element="disk_3"><bounds x="9" y="1" width="6" height="6" /></bezel> - <bezel element="disk_4"><bounds x="9" y="9" width="6" height="6" /></bezel> + <element ref="disk_1"><bounds x="1" y="1" width="6" height="6" /></element> + <element ref="disk_2"><bounds x="1" y="9" width="6" height="6" /></element> + <element ref="disk_3"><bounds x="9" y="1" width="6" height="6" /></element> + <element ref="disk_4"><bounds x="9" y="9" width="6" height="6" /></element> - <bezel element="hlf" inputtag="IN.0" inputmask="0x01"><bounds x="1" y="1" width="6" height="6" /><color alpha="0.0" /></bezel> - <bezel element="hlf" inputtag="IN.0" inputmask="0x02"><bounds x="1" y="9" width="6" height="6" /><color alpha="0.0" /></bezel> - <bezel element="hlf" inputtag="IN.0" inputmask="0x04"><bounds x="9" y="1" width="6" height="6" /><color alpha="0.0" /></bezel> - <bezel element="hlf" inputtag="IN.0" inputmask="0x08"><bounds x="9" y="9" width="6" height="6" /><color alpha="0.0" /></bezel> + <element ref="hlf" inputtag="IN.0" inputmask="0x01"><bounds x="1" y="1" width="6" height="6" /><color alpha="0.0" /></element> + <element ref="hlf" inputtag="IN.0" inputmask="0x02"><bounds x="1" y="9" width="6" height="6" /><color alpha="0.0" /></element> + <element ref="hlf" inputtag="IN.0" inputmask="0x04"><bounds x="9" y="1" width="6" height="6" /><color alpha="0.0" /></element> + <element ref="hlf" inputtag="IN.0" inputmask="0x08"><bounds x="9" y="9" width="6" height="6" /><color alpha="0.0" /></element> - <bezel element="hlb" inputtag="IN.0" inputmask="0x01"><bounds x="2" y="2" width="2" height="2" /></bezel> - <bezel element="hlb" inputtag="IN.0" inputmask="0x02"><bounds x="2" y="12" width="2" height="2" /></bezel> - <bezel element="hlb" inputtag="IN.0" inputmask="0x04"><bounds x="12" y="2" width="2" height="2" /></bezel> - <bezel element="hlb" inputtag="IN.0" inputmask="0x08"><bounds x="12" y="12" width="2" height="2" /></bezel> + <element ref="hlb" inputtag="IN.0" inputmask="0x01"><bounds x="2" y="2" width="2" height="2" /></element> + <element ref="hlb" inputtag="IN.0" inputmask="0x02"><bounds x="2" y="12" width="2" height="2" /></element> + <element ref="hlb" inputtag="IN.0" inputmask="0x04"><bounds x="12" y="2" width="2" height="2" /></element> + <element ref="hlb" inputtag="IN.0" inputmask="0x08"><bounds x="12" y="12" width="2" height="2" /></element> - <bezel name="0.0" element="led"><bounds x="5" y="5" width="0.8" height="0.8" /></bezel> - <bezel name="0.1" element="led"><bounds x="5" y="10.2" width="0.8" height="0.8" /></bezel> - <bezel name="0.2" element="led"><bounds x="10.2" y="5" width="0.8" height="0.8" /></bezel> - <bezel name="0.3" element="led"><bounds x="10.2" y="10.2" width="0.8" height="0.8" /></bezel> + <element name="0.0" ref="led"><bounds x="5" y="5" width="0.8" height="0.8" /></element> + <element name="0.1" ref="led"><bounds x="5" y="10.2" width="0.8" height="0.8" /></element> + <element name="0.2" ref="led"><bounds x="10.2" y="5" width="0.8" height="0.8" /></element> + <element name="0.3" ref="led"><bounds x="10.2" y="10.2" width="0.8" height="0.8" /></element> - <bezel element="text_1"><bounds x="0" y="0" width="8" height="0.75" /></bezel> - <bezel element="text_2"><bounds x="0" y="15.25" width="8" height="0.75" /></bezel> - <bezel element="text_3"><bounds x="8" y="0" width="8" height="0.75" /></bezel> - <bezel element="text_4"><bounds x="8" y="15.25" width="8" height="0.75" /></bezel> + <element ref="text_1"><bounds x="0" y="0" width="8" height="0.75" /></element> + <element ref="text_2"><bounds x="0" y="15.25" width="8" height="0.75" /></element> + <element ref="text_3"><bounds x="8" y="0" width="8" height="0.75" /></element> + <element ref="text_4"><bounds x="8" y="15.25" width="8" height="0.75" /></element> </view> </mamelayout> |