diff options
Diffstat (limited to 'src/mess')
-rw-r--r-- | src/mess/drivers/tispeak.c | 2 | ||||
-rw-r--r-- | src/mess/layout/aim65.lay | 101 |
2 files changed, 69 insertions, 34 deletions
diff --git a/src/mess/drivers/tispeak.c b/src/mess/drivers/tispeak.c index 4550eb1cbca..3f22f539618 100644 --- a/src/mess/drivers/tispeak.c +++ b/src/mess/drivers/tispeak.c @@ -838,7 +838,7 @@ static INPUT_PORTS_START( tntell ) PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_KEYPAD ) PORT_CODE(KEYCODE_STOP) PORT_CODE(KEYCODE_PGUP) PORT_NAME("Grid 6-6 (On)") PORT_CHANGED_MEMBER(DEVICE_SELF, tispeak_state, snspell_power_button, (void *)true) PORT_START("IN.10") - PORT_CONFNAME( 0x1f, 0x01, "Overlay Code" ) + PORT_CONFNAME( 0x1f, 0x04, "Overlay Code" ) PORT_CONFSETTING( 0x00, "00 (None)" ) PORT_CONFSETTING( 0x01, "01" ) PORT_CONFSETTING( 0x02, "02" ) diff --git a/src/mess/layout/aim65.lay b/src/mess/layout/aim65.lay index 1ab154fe1b5..b250dc48b35 100644 --- a/src/mess/layout/aim65.lay +++ b/src/mess/layout/aim65.lay @@ -1,98 +1,133 @@ -<!-- aim65.lay --> +<?xml version="1.0"?> +<mamelayout version="2"> <!-- 2007-07-30: Initial version. [Dirk Best] --> +<!-- 2015-08-14: Eric Roberts version. [Best of the Best 2] --> -<mamelayout version="2"> + +<!-- define elements --> <element name="digit" defstate="0"> <led16seg> <!-- Note: Peak wavelength of the DL1416 chips = 660 nm --> - <color red="1.0" green="0.0" blue="0.0" /> + <color red="1.0" green="0.15" blue="0.2" /> </led16seg> </element> - <element name="background"> - <rect> - <bounds left="0" top="0" right="1" bottom="1" /> - <color red="0.0" green="0.0" blue="0.0" /> - </rect> - </element> + <element name="static_black"><rect><color red="0.0" green="0.0" blue="0.0" /></rect></element> + <element name="static_white"><rect><color red="0.85" green="0.84" blue="0.84" /></rect></element> - <view name="Default Layout"> - <!-- Black background --> - <bezel element="background"> - <bounds left="55" top="60" right="758" bottom="130" /> +<!-- build screen --> + + <view name="Internal Layout"> + <bounds left="50" top="20" right="770" bottom="141" /> + <bezel element="static_black"> + <bounds left="50" top="20" right="770" bottom="141" /> </bezel> + <!-- bezel --> + + <bezel element="static_white"><bounds left="50" top="20" right="770" bottom="141" /></bezel> + <bezel element="static_black"><bounds left="53" top="23" right="767" bottom="138" /></bezel> + + <bezel element="static_white"><bounds x="63" y="129" width="2" height="10" /></bezel> + <bezel element="static_white"><bounds x="97" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="131" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="165" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="202" y="135" width="2" height="4" /></bezel> + + <bezel element="static_white"><bounds x="236" y="129" width="2" height="10" /></bezel> + <bezel element="static_white"><bounds x="270" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="304" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="341" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="375" y="135" width="2" height="4" /></bezel> + + <bezel element="static_white"><bounds x="409" y="129" width="2" height="10" /></bezel> + <bezel element="static_white"><bounds x="443" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="480" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="514" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="548" y="135" width="2" height="4" /></bezel> + + <bezel element="static_white"><bounds x="582" y="129" width="2" height="10" /></bezel> + <bezel element="static_white"><bounds x="619" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="653" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="687" y="135" width="2" height="4" /></bezel> + <bezel element="static_white"><bounds x="721" y="135" width="2" height="4" /></bezel> + + <bezel element="static_white"><bounds x="755" y="129" width="2" height="10" /></bezel> + + + <!-- digits --> + <!-- DL1416A DS1 --> <bezel name="digit0" element="digit"> - <bounds left="65" top="70" right="90" bottom="120" /> + <bounds left="65" top="80" right="90" bottom="120" /> </bezel> <bezel name="digit1" element="digit"> - <bounds left="99" top="70" right="124" bottom="120" /> + <bounds left="99" top="80" right="124" bottom="120" /> </bezel> <bezel name="digit2" element="digit"> - <bounds left="133" top="70" right="158" bottom="120" /> + <bounds left="133" top="80" right="158" bottom="120" /> </bezel> <bezel name="digit3" element="digit"> - <bounds left="167" top="70" right="192" bottom="120" /> + <bounds left="167" top="80" right="192" bottom="120" /> </bezel> <!-- DL1416A DS2 --> <bezel name="digit4" element="digit"> - <bounds left="204" top="70" right="229" bottom="120" /> + <bounds left="204" top="80" right="229" bottom="120" /> </bezel> <bezel name="digit5" element="digit"> - <bounds left="238" top="70" right="263" bottom="120" /> + <bounds left="238" top="80" right="263" bottom="120" /> </bezel> <bezel name="digit6" element="digit"> - <bounds left="272" top="70" right="297" bottom="120" /> + <bounds left="272" top="80" right="297" bottom="120" /> </bezel> <bezel name="digit7" element="digit"> - <bounds left="306" top="70" right="331" bottom="120" /> + <bounds left="306" top="80" right="331" bottom="120" /> </bezel> <!-- DL1416A DS3 --> <bezel name="digit8" element="digit"> - <bounds left="343" top="70" right="368" bottom="120" /> + <bounds left="343" top="80" right="368" bottom="120" /> </bezel> <bezel name="digit9" element="digit"> - <bounds left="377" top="70" right="402" bottom="120" /> + <bounds left="377" top="80" right="402" bottom="120" /> </bezel> <bezel name="digit10" element="digit"> - <bounds left="411" top="70" right="436" bottom="120" /> + <bounds left="411" top="80" right="436" bottom="120" /> </bezel> <bezel name="digit11" element="digit"> - <bounds left="445" top="70" right="470" bottom="120" /> + <bounds left="445" top="80" right="470" bottom="120" /> </bezel> <!-- DL1416A DS4 --> <bezel name="digit12" element="digit"> - <bounds left="482" top="70" right="507" bottom="120" /> + <bounds left="482" top="80" right="507" bottom="120" /> </bezel> <bezel name="digit13" element="digit"> - <bounds left="516" top="70" right="541" bottom="120" /> + <bounds left="516" top="80" right="541" bottom="120" /> </bezel> <bezel name="digit14" element="digit"> - <bounds left="550" top="70" right="575" bottom="120" /> + <bounds left="550" top="80" right="575" bottom="120" /> </bezel> <bezel name="digit15" element="digit"> - <bounds left="584" top="70" right="609" bottom="120" /> + <bounds left="584" top="80" right="609" bottom="120" /> </bezel> <!-- DL1416A DS5 --> <bezel name="digit16" element="digit"> - <bounds left="621" top="70" right="646" bottom="120" /> + <bounds left="621" top="80" right="646" bottom="120" /> </bezel> <bezel name="digit17" element="digit"> - <bounds left="655" top="70" right="680" bottom="120" /> + <bounds left="655" top="80" right="680" bottom="120" /> </bezel> <bezel name="digit18" element="digit"> - <bounds left="689" top="70" right="714" bottom="120" /> + <bounds left="689" top="80" right="714" bottom="120" /> </bezel> <bezel name="digit19" element="digit"> - <bounds left="723" top="70" right="748" bottom="120" /> + <bounds left="723" top="80" right="748" bottom="120" /> </bezel> </view> |