diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/layout/funjacks.lay | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/src/mame/layout/funjacks.lay b/src/mame/layout/funjacks.lay index b75a74002fc..1327739934f 100644 --- a/src/mame/layout/funjacks.lay +++ b/src/mame/layout/funjacks.lay @@ -10,18 +10,22 @@ <disk state="1"><color red="1.0" green="0.2" blue="0.23" /></disk> </element> - <element name="hl" defstate="0"> - <text string=" "><color red="0.0" green="0.0" blue="0.0" /></text> - <disk state="1"><color red="1.0" green="1.0" blue="1.0" /></disk> + <element name="butr" defstate="0"> + <rect state="0"><color red="0.12" green="0.12" blue="0.12" /></rect> + <rect state="1"><color red="0.25" green="0.25" blue="0.25" /></rect> + </element> + <element name="butd" defstate="0"> + <disk state="0"><color red="0.12" green="0.12" blue="0.12" /></disk> + <disk state="1"><color red="0.25" green="0.25" blue="0.25" /></disk> </element> <!-- build screen --> <view name="Internal Layout"> - <bounds left="0" right="11" top="0" bottom="8" /> + <bounds left="0" right="11" top="0" bottom="11" /> <bezel element="static_black"> - <bounds left="0" right="11" top="0" bottom="8" /> + <bounds left="0" right="11" top="0" bottom="11" /> </bezel> <bezel name="3.0" element="led"><bounds x="0.2" y="0.2" width="1" height="1" /></bezel> @@ -33,12 +37,14 @@ <bezel name="1.1" element="led"><bounds x="4" y="6" width="1" height="1" /></bezel> <bezel name="0.1" element="led"><bounds x="6" y="6" width="1" height="1" /></bezel> - <bezel element="hl" inputtag="IN.2" inputmask="0x10"><bounds x="4" y="2" width="1" height="1" /><color alpha="0.1" /></bezel> - <bezel element="hl" inputtag="IN.2" inputmask="0x20"><bounds x="6" y="2" width="1" height="1" /><color alpha="0.1" /></bezel> - <bezel element="hl" inputtag="IN.1" inputmask="0x20"><bounds x="3" y="4" width="1" height="1" /><color alpha="0.1" /></bezel> - <bezel element="hl" inputtag="IN.0" inputmask="0x20"><bounds x="7" y="4" width="1" height="1" /><color alpha="0.1" /></bezel> - <bezel element="hl" inputtag="IN.1" inputmask="0x10"><bounds x="4" y="6" width="1" height="1" /><color alpha="0.1" /></bezel> - <bezel element="hl" inputtag="IN.0" inputmask="0x10"><bounds x="6" y="6" width="1" height="1" /><color alpha="0.1" /></bezel> + <bezel element="butr" inputtag="IN.2" inputmask="0x10"><bounds x="3.3" y="0.4" width="1.2" height="1.2" /></bezel> + <bezel element="butr" inputtag="IN.2" inputmask="0x20"><bounds x="6.5" y="0.4" width="1.2" height="1.2" /></bezel> + <bezel element="butr" inputtag="IN.1" inputmask="0x20"><bounds x="1.3" y="3.9" width="1.2" height="1.2" /></bezel> + <bezel element="butr" inputtag="IN.0" inputmask="0x20"><bounds x="8.5" y="3.9" width="1.2" height="1.2" /></bezel> + <bezel element="butr" inputtag="IN.1" inputmask="0x10"><bounds x="3.3" y="7.4" width="1.2" height="1.2" /></bezel> + <bezel element="butr" inputtag="IN.0" inputmask="0x10"><bounds x="6.5" y="7.4" width="1.2" height="1.2" /></bezel> + + <bezel element="butd" inputtag="IN.3" inputmask="0x04"><bounds x="4.8" y="9.2" width="1.4" height="1.4" /></bezel> </view> </mamelayout> |