summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-04-10 17:20:56 +0200
committer hap <happppp@users.noreply.github.com>2021-04-10 17:21:14 +0200
commite56f56d624e2ce4b5ef663eb9e78971a8ed1eee0 (patch)
tree61b92a1ffeed05621e2af186b2f8956da72622a2 /src/mame/layout
parent67823bf726cccd656bdbb5481c18e7520e652a04 (diff)
added device for 1st version of mephisto display module
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/mephisto_1.lay23
-rw-r--r--src/mame/layout/mephisto_3.lay25
-rw-r--r--src/mame/layout/mephisto_academy.lay96
-rw-r--r--src/mame/layout/mephisto_alm16.lay2
-rw-r--r--src/mame/layout/mephisto_alm32.lay2
-rw-r--r--src/mame/layout/mephisto_amsterdam.lay61
-rw-r--r--src/mame/layout/mephisto_bup.lay98
-rw-r--r--src/mame/layout/mephisto_esb2.lay25
-rw-r--r--src/mame/layout/mephisto_gen32.lay2
-rw-r--r--src/mame/layout/mephisto_glasgow.lay61
-rw-r--r--src/mame/layout/mephisto_junior.lay23
-rw-r--r--src/mame/layout/mephisto_mirage.lay103
-rw-r--r--src/mame/layout/mephisto_mm1.lay113
-rw-r--r--src/mame/layout/mephisto_mm2.lay98
-rw-r--r--src/mame/layout/mephisto_modena.lay71
-rw-r--r--src/mame/layout/mephisto_modular_tm.lay2
-rw-r--r--src/mame/layout/mephisto_montec.lay104
-rw-r--r--src/mame/layout/mephisto_polgar.lay2
-rw-r--r--src/mame/layout/mephisto_risc.lay2
19 files changed, 548 insertions, 365 deletions
diff --git a/src/mame/layout/mephisto_1.lay b/src/mame/layout/mephisto_1.lay
index 19643f73e97..c093656d5be 100644
--- a/src/mame/layout/mephisto_1.lay
+++ b/src/mame/layout/mephisto_1.lay
@@ -47,13 +47,14 @@ license:CC0
<!-- display -->
<element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
<element name="digit" defstate="0">
<led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
</element>
- <element name="ldot" defstate="0">
- <rect state="1"><color red="0.2" green="0.16" blue="0.16" /></rect>
- <rect state="0"><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
</element>
<group name="display">
@@ -66,12 +67,18 @@ license:CC0
<element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
<element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
- <element name="3.7" ref="ldot"><bounds x="36.25" y="96.42" width="0.6" height="0.6" /></element>
- <element name="2.7" ref="ldot"><bounds x="41.75" y="96.42" width="0.6" height="0.6" /></element>
- <element name="1.7" ref="ldot"><bounds x="47.25" y="96.42" width="0.6" height="0.6" /></element>
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
- <element name="0.7" ref="ldot"><bounds x="42.16" y="92.75" width="0.6" height="0.6" /></element>
- <element name="0.7" ref="ldot"><bounds x="41.94" y="94.55" width="0.6" height="0.6" /></element>
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
+
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
diff --git a/src/mame/layout/mephisto_3.lay b/src/mame/layout/mephisto_3.lay
index 922297fbef6..61432fceea5 100644
--- a/src/mame/layout/mephisto_3.lay
+++ b/src/mame/layout/mephisto_3.lay
@@ -205,7 +205,7 @@ license:CC0
<!-- leds -->
<repeat count="8">
<param name="y" start="8.3" increment="10" />
- <param name="i1" start="11" increment="-1" />
+ <param name="i1" start="7" increment="-1" />
<repeat count="8">
<param name="x" start="8.3" increment="10" />
@@ -423,13 +423,14 @@ license:CC0
<!-- display -->
<element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
<element name="digit" defstate="0">
<led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
</element>
- <element name="ldot" defstate="0">
- <rect state="1"><color red="0.2" green="0.16" blue="0.16" /></rect>
- <rect state="0"><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
</element>
<group name="display">
@@ -442,12 +443,18 @@ license:CC0
<element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
<element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
- <element name="3.7" ref="ldot"><bounds x="36.25" y="96.42" width="0.6" height="0.6" /></element>
- <element name="2.7" ref="ldot"><bounds x="41.75" y="96.42" width="0.6" height="0.6" /></element>
- <element name="1.7" ref="ldot"><bounds x="47.25" y="96.42" width="0.6" height="0.6" /></element>
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
- <element name="0.7" ref="ldot"><bounds x="42.16" y="92.75" width="0.6" height="0.6" /></element>
- <element name="0.7" ref="ldot"><bounds x="41.94" y="94.55" width="0.6" height="0.6" /></element>
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
+
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
diff --git a/src/mame/layout/mephisto_academy.lay b/src/mame/layout/mephisto_academy.lay
index faaf5de2340..fabca06d644 100644
--- a/src/mame/layout/mephisto_academy.lay
+++ b/src/mame/layout/mephisto_academy.lay
@@ -47,44 +47,44 @@ license:CC0
</rect>
</element>
- <element name="background"><rect><color red="0.59" green="0.39" blue="0.20" /></rect></element>
- <element name="white"><rect><color red="0.80" green="0.73" blue="0.63" /></rect></element>
-
- <element name="text_1"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="1"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_2"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="2"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_3"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="3"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_4"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="4"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_5"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="5"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_6"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="6"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_7"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="7"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_8"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="8"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_a"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="A"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_b"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="B"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_c"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="C"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_d"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="D"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_e"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="E"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_f"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="F"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_g"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="G"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_h"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="H"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
-
- <element name="text_black"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="&#x25a1;"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_white"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="&#x25a0;"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_train"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="TRAIN"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_info"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="INFO"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_mem"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="MEM"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_pos"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="POS"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_lev"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="LEV"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_fct"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="FCT"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_ent"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="ENT"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_cl"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="CL"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_newgame"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="NEW GAME"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_p1"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[K]"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_p2"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[Q]"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_p3"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[R]"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_p4"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[B]"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_p5"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[N]"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_p6"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[P]"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_lcd"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="MULTI INFO LCD"><color red="1" green="1" blue="1" /></text> </element>
+ <element name="background"><rect><color red="0.56" green="0.33" blue="0.12" /></rect></element>
+ <element name="white"><rect><color red="0.84" green="0.75" blue="0.50" /></rect></element>
+
+ <element name="text_1"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="1"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_2"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="2"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_3"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="3"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_4"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="4"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_5"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="5"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_6"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="6"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_7"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="7"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_8"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="8"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_a"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="A"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_b"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="B"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_c"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="C"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_d"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="D"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_e"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="E"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_f"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="F"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_g"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="G"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+
+ <element name="text_black"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="&#x25a1;"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_white"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="&#x25a0;"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_train"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="TRAIN"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_info"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="INFO"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_mem"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="MEM"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_pos"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="POS"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_lev"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="LEV"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_fct"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="FCT"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_ent"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="ENT"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_cl"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="CL"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_newgame"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="NEW GAME"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_p1"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[K]"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_p2"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[Q]"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_p3"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[R]"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_p4"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[B]"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_p5"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[N]"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_p6"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[P]"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_lcd"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="MULTI INFO LCD"><color red="1" green="1" blue="1" /></text> </element>
<element name="piece" defstate="0">
@@ -121,8 +121,8 @@ license:CC0
<!-- sb board -->
- <element name="cblack"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect></element>
- <element name="cwhite"> <rect><color red="0.80" green="0.73" blue="0.63" /></rect></element>
+ <element name="cblack"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect></element>
+ <element name="cwhite"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect></element>
<element name="hlbb" defstate="0">
<text string=" "><bounds x="0" y="0" width="1" height="1" /></text>
@@ -210,7 +210,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
@@ -266,34 +266,34 @@ license:CC0
<element name="text_uit2"><text string="INTERFACE"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uib1"><text string="BOARD:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uib2">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string="RESET"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uib3">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string="CLEAR"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uis1"><text string="SPAWN:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uih1"><text string="HAND:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uih2">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string="REMOVE"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu1"><text string="UNDO:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uiu2a">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string=" &lt;&lt;"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu2b">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string=" &lt; "><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu2c">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string=" &gt;"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu2d">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string=" &gt;&gt;"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu3a" defstate="0">
diff --git a/src/mame/layout/mephisto_alm16.lay b/src/mame/layout/mephisto_alm16.lay
index 255e64639e8..e74f8ca549b 100644
--- a/src/mame/layout/mephisto_alm16.lay
+++ b/src/mame/layout/mephisto_alm16.lay
@@ -181,7 +181,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
diff --git a/src/mame/layout/mephisto_alm32.lay b/src/mame/layout/mephisto_alm32.lay
index b690df7f65b..e141fc81c1c 100644
--- a/src/mame/layout/mephisto_alm32.lay
+++ b/src/mame/layout/mephisto_alm32.lay
@@ -181,7 +181,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
diff --git a/src/mame/layout/mephisto_amsterdam.lay b/src/mame/layout/mephisto_amsterdam.lay
index 8e94c4f3b04..1e75b7afcb6 100644
--- a/src/mame/layout/mephisto_amsterdam.lay
+++ b/src/mame/layout/mephisto_amsterdam.lay
@@ -4,11 +4,7 @@ license:CC0
-->
<mamelayout version="2">
- <element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
-
- <element name="digit" defstate="0">
- <led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
- </element>
+<!-- define elements -->
<element name="led" defstate="0">
<disk state="0">
@@ -169,7 +165,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
@@ -348,14 +344,41 @@ license:CC0
</group>
-<!-- 7seg panel -->
+<!-- display -->
+
+ <element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
+
+ <element name="digit" defstate="0">
+ <led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
+ </element>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
+ </element>
- <group name="panel">
- <element ref="lcd_bg"><bounds x="0" y="0" width="35" height="15" /></element>
- <element name="digit0" ref="digit"><bounds x="4" y="2.5" width="6" height="10" /></element>
- <element name="digit1" ref="digit"><bounds x="11" y="2.5" width="6" height="10" /></element>
- <element name="digit2" ref="digit"><bounds x="18" y="2.5" width="6" height="10" /></element>
- <element name="digit3" ref="digit"><bounds x="25" y="2.5" width="6" height="10" /></element>
+ <group name="display">
+ <bounds x="31" y="90.3" width="22.5" height="7.4" />
+
+ <element ref="lcd_bg"><bounds x="31" y="90.3" width="22.5" height="7.4" /></element>
+
+ <element name="digit3" ref="digit"><bounds x="32" y="91" width="4" height="6" /></element>
+ <element name="digit2" ref="digit"><bounds x="37.5" y="91" width="4" height="6" /></element>
+ <element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
+ <element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
+
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
+
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
+
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
@@ -531,15 +554,10 @@ license:CC0
<element ref="cblack"><bounds x="13" y="-2" width="89" height="89" /></element>
<element ref="cwhite"><bounds x="17" y="2" width="81" height="81" /></element>
- <group ref="panel"><bounds x="37.5" y="91" width="20" height="8" /></group>
-
- <group ref="buttons"><bounds x="67.5" y="88.5" width="29" height="14" /></group>
-
<group ref="sb_board"><bounds x="17.5" y="2.5" width="80" height="80" /></group>
<group ref="sb_ui"><bounds x="1.5" y="3" width="10" height="80" /></group>
- <!-- chessboard coords -->
-
+ <!-- chessboard coords -->
<element ref="text_8"><bounds x="14.2" y="6.5" width="2" height="2" /></element>
<element ref="text_7"><bounds x="14.2" y="16.5" width="2" height="2" /></element>
<element ref="text_6"><bounds x="14.2" y="26.5" width="2" height="2" /></element>
@@ -557,6 +575,11 @@ license:CC0
<element ref="text_f"><bounds x="71.5" y="84" width="2" height="2" /></element>
<element ref="text_g"><bounds x="81.5" y="84" width="2" height="2" /></element>
<element ref="text_h"><bounds x="91.5" y="84" width="2" height="2" /></element>
+
+ <!-- bottom side -->
+ <element ref="lcd_bg"><bounds x="37.5" y="91.5" width="20" height="8" /></element>
+ <group ref="display"><bounds x="38" y="92.3" width="19" height="6.4" /></group>
+ <group ref="buttons"><bounds x="67.5" y="88.5" width="29" height="14" /></group>
</view>
</mamelayout>
diff --git a/src/mame/layout/mephisto_bup.lay b/src/mame/layout/mephisto_bup.lay
index c00c6086a52..8b718a333e7 100644
--- a/src/mame/layout/mephisto_bup.lay
+++ b/src/mame/layout/mephisto_bup.lay
@@ -3,13 +3,8 @@
license:CC0
-->
<mamelayout version="2">
-<!-- define elements -->
-
- <element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
- <element name="digit" defstate="0">
- <led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
- </element>
+<!-- define elements -->
<element name="led" defstate="0">
<disk state="0">
@@ -170,7 +165,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
@@ -349,14 +344,41 @@ license:CC0
</group>
-<!-- 7seg panel -->
+<!-- display -->
- <group name="panel1">
- <element ref="lcd_bg"><bounds x="0" y="0" width="35" height="15" /></element>
- <element name="digit0" ref="digit"><bounds x="4" y="2.5" width="6" height="10" /></element>
- <element name="digit1" ref="digit"><bounds x="11" y="2.5" width="6" height="10" /></element>
- <element name="digit2" ref="digit"><bounds x="18" y="2.5" width="6" height="10" /></element>
- <element name="digit3" ref="digit"><bounds x="25" y="2.5" width="6" height="10" /></element>
+ <element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
+
+ <element name="digit" defstate="0">
+ <led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
+ </element>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
+ </element>
+
+ <group name="display">
+ <bounds x="31" y="90.3" width="22.5" height="7.4" />
+
+ <element ref="lcd_bg"><bounds x="31" y="90.3" width="22.5" height="7.4" /></element>
+
+ <element name="digit3" ref="digit"><bounds x="32" y="91" width="4" height="6" /></element>
+ <element name="digit2" ref="digit"><bounds x="37.5" y="91" width="4" height="6" /></element>
+ <element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
+ <element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
+
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
+
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
+
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
@@ -371,7 +393,7 @@ license:CC0
<element name="led_end"> <text string="End" align="1"> <color red="0.8" green="0.8" blue="0.8" /></text> </element>
<element name="led_plus"><text string="+" align="1"> <color red="0.8" green="0.8" blue="0.8" /></text> </element>
- <group name="panel2">
+ <group name="leds">
<bounds x="69.1" y="89.9" width="29" height="1.5" />
<element ref="dwhite"><bounds x="70.7" y="89.9" width="1.4" height="1.4" /></element>
@@ -479,41 +501,41 @@ license:CC0
<element ref="gray"><bounds x="90.55" y="104.7" width="0.9" height="0.9" /></element>
<element ref="white"><bounds x="95.35" y="104.5" width="1.3" height="1.3" /></element>
- <element ref="keys" inputtag="KEY1_0" inputmask="0x80"> <!-- 1 -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x01"> <!-- 1 -->
<bounds x="69" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_1" inputmask="0x80"> <!-- 2 -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x02"> <!-- 2 -->
<bounds x="74" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_2" inputmask="0x80"> <!-- 3 -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x04"> <!-- 3 -->
<bounds x="79" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_3" inputmask="0x80"> <!-- 4 -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x08"> <!-- 4 -->
<bounds x="84" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_4" inputmask="0x80"> <!-- 5 -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x10"> <!-- 5 -->
<bounds x="89" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_5" inputmask="0x80"> <!-- 6 -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x20"> <!-- 6 -->
<bounds x="94" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_3" inputmask="0x80"> <!-- INFO -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x08"> <!-- INFO -->
<bounds x="69" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_5" inputmask="0x80"> <!-- POS -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x20"> <!-- POS -->
<bounds x="74" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_6" inputmask="0x80"> <!-- LEV -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x40"> <!-- LEV -->
<bounds x="79" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_7" inputmask="0x80"> <!-- MEM -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x80"> <!-- MEM -->
<bounds x="84" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_0" inputmask="0x80"> <!-- CL -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x01"> <!-- CL -->
<bounds x="89" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_1" inputmask="0x80"> <!-- ENT -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x02"> <!-- ENT -->
<bounds x="94" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
@@ -523,16 +545,16 @@ license:CC0
<element ref="keys" inputtag="RESET" inputmask="0x02"> <!-- RES -->
<bounds x="74" y="103" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_2" inputmask="0x80"> <!-- BEST -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x04"> <!-- BEST -->
<bounds x="79" y="103" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_4" inputmask="0x80"> <!-- MON -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x10"> <!-- MON -->
<bounds x="84" y="103" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_7" inputmask="0x80"> <!-- BLACK -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x80"> <!-- BLACK -->
<bounds x="89" y="103" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_6" inputmask="0x80"> <!-- WHITE -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x40"> <!-- WHITE -->
<bounds x="94" y="103" width="4" height="4" /><color alpha="0.25" />
</element>
</group>
@@ -545,15 +567,10 @@ license:CC0
<element ref="cblack"><bounds x="13" y="-2" width="89" height="89" /></element>
<element ref="cwhite"><bounds x="17" y="2" width="81" height="81" /></element>
- <group ref="panel1"><bounds x="37.5" y="91" width="20" height="8" /></group>
- <group ref="panel2"><bounds x="67.5" y="88.25" width="29" height="1.5" /></group>
- <group ref="buttons"><bounds x="67.5" y="91" width="29" height="14" /></group>
-
<group ref="sb_board"><bounds x="17.5" y="2.5" width="80" height="80" /></group>
<group ref="sb_ui"><bounds x="1.5" y="3" width="10" height="80" /></group>
- <!-- chessboard coords -->
-
+ <!-- chessboard coords -->
<element ref="text_8"><bounds x="14.2" y="6.5" width="2" height="2" /></element>
<element ref="text_7"><bounds x="14.2" y="16.5" width="2" height="2" /></element>
<element ref="text_6"><bounds x="14.2" y="26.5" width="2" height="2" /></element>
@@ -571,6 +588,13 @@ license:CC0
<element ref="text_f"><bounds x="71.5" y="84" width="2" height="2" /></element>
<element ref="text_g"><bounds x="81.5" y="84" width="2" height="2" /></element>
<element ref="text_h"><bounds x="91.5" y="84" width="2" height="2" /></element>
+
+ <!-- bottom side -->
+ <element ref="lcd_bg"><bounds x="37.5" y="91" width="20" height="8" /></element>
+ <group ref="display"><bounds x="38" y="91.8" width="19" height="6.4" /></group>
+
+ <group ref="leds"><bounds x="67.5" y="88.25" width="29" height="1.5" /></group>
+ <group ref="buttons"><bounds x="67.5" y="91" width="29" height="14" /></group>
</view>
</mamelayout>
diff --git a/src/mame/layout/mephisto_esb2.lay b/src/mame/layout/mephisto_esb2.lay
index 80db84a285d..92f7261edad 100644
--- a/src/mame/layout/mephisto_esb2.lay
+++ b/src/mame/layout/mephisto_esb2.lay
@@ -205,7 +205,7 @@ license:CC0
<!-- leds -->
<repeat count="8">
<param name="y" start="8.3" increment="10" />
- <param name="i1" start="11" increment="-1" />
+ <param name="i1" start="7" increment="-1" />
<repeat count="8">
<param name="x" start="8.3" increment="10" />
@@ -423,13 +423,14 @@ license:CC0
<!-- display -->
<element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
<element name="digit" defstate="0">
<led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
</element>
- <element name="ldot" defstate="0">
- <rect state="1"><color red="0.2" green="0.16" blue="0.16" /></rect>
- <rect state="0"><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
</element>
<group name="display">
@@ -442,12 +443,18 @@ license:CC0
<element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
<element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
- <element name="3.7" ref="ldot"><bounds x="36.25" y="96.42" width="0.6" height="0.6" /></element>
- <element name="2.7" ref="ldot"><bounds x="41.75" y="96.42" width="0.6" height="0.6" /></element>
- <element name="1.7" ref="ldot"><bounds x="47.25" y="96.42" width="0.6" height="0.6" /></element>
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
- <element name="0.7" ref="ldot"><bounds x="42.16" y="92.75" width="0.6" height="0.6" /></element>
- <element name="0.7" ref="ldot"><bounds x="41.94" y="94.55" width="0.6" height="0.6" /></element>
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
+
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
diff --git a/src/mame/layout/mephisto_gen32.lay b/src/mame/layout/mephisto_gen32.lay
index d3255899625..498fbecc855 100644
--- a/src/mame/layout/mephisto_gen32.lay
+++ b/src/mame/layout/mephisto_gen32.lay
@@ -181,7 +181,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
diff --git a/src/mame/layout/mephisto_glasgow.lay b/src/mame/layout/mephisto_glasgow.lay
index 459436a977f..f3a94062cef 100644
--- a/src/mame/layout/mephisto_glasgow.lay
+++ b/src/mame/layout/mephisto_glasgow.lay
@@ -4,11 +4,7 @@ license:CC0
-->
<mamelayout version="2">
- <element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
-
- <element name="digit" defstate="0">
- <led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
- </element>
+<!-- define elements -->
<element name="led" defstate="0">
<disk state="0">
@@ -169,7 +165,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
@@ -348,14 +344,41 @@ license:CC0
</group>
-<!-- Display panel -->
+<!-- display -->
+
+ <element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
+
+ <element name="digit" defstate="0">
+ <led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
+ </element>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
+ </element>
- <group name="panel">
- <element ref="lcd_bg"><bounds x="0" y="0" width="35" height="15" /></element>
- <element name="digit0" ref="digit"><bounds x="4" y="2.5" width="6" height="10" /></element>
- <element name="digit1" ref="digit"><bounds x="11" y="2.5" width="6" height="10" /></element>
- <element name="digit2" ref="digit"><bounds x="18" y="2.5" width="6" height="10" /></element>
- <element name="digit3" ref="digit"><bounds x="25" y="2.5" width="6" height="10" /></element>
+ <group name="display">
+ <bounds x="31" y="90.3" width="22.5" height="7.4" />
+
+ <element ref="lcd_bg"><bounds x="31" y="90.3" width="22.5" height="7.4" /></element>
+
+ <element name="digit3" ref="digit"><bounds x="32" y="91" width="4" height="6" /></element>
+ <element name="digit2" ref="digit"><bounds x="37.5" y="91" width="4" height="6" /></element>
+ <element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
+ <element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
+
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
+
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
+
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
@@ -529,8 +552,10 @@ license:CC0
<element ref="cblack"><bounds x="13" y="-2" width="89" height="89" /></element>
<element ref="cwhite"><bounds x="17" y="2" width="81" height="81" /></element>
- <!-- chessboard coords -->
+ <group ref="sb_board"><bounds x="17.5" y="2.5" width="80" height="80" /></group>
+ <group ref="sb_ui"><bounds x="1.5" y="3" width="10" height="80" /></group>
+ <!-- chessboard coords -->
<element ref="text_8"><bounds x="14.2" y="6.5" width="2" height="2" /></element>
<element ref="text_7"><bounds x="14.2" y="16.5" width="2" height="2" /></element>
<element ref="text_6"><bounds x="14.2" y="26.5" width="2" height="2" /></element>
@@ -549,11 +574,9 @@ license:CC0
<element ref="text_g"><bounds x="81.5" y="84" width="2" height="2" /></element>
<element ref="text_h"><bounds x="91.5" y="84" width="2" height="2" /></element>
- <group ref="panel"><bounds x="37.5" y="91.5" width="20" height="8" /></group>
-
+ <!-- bottom side -->
+ <element ref="lcd_bg"><bounds x="37.5" y="91.5" width="20" height="8" /></element>
+ <group ref="display"><bounds x="38" y="92.3" width="19" height="6.4" /></group>
<group ref="buttons"><bounds x="67.5" y="88.5" width="29" height="14" /></group>
-
- <group ref="sb_board"><bounds x="17.5" y="2.5" width="80" height="80" /></group>
- <group ref="sb_ui"><bounds x="1.5" y="3" width="10" height="80" /></group>
</view>
</mamelayout>
diff --git a/src/mame/layout/mephisto_junior.lay b/src/mame/layout/mephisto_junior.lay
index 2c0d9c8d294..a12e1f2bc50 100644
--- a/src/mame/layout/mephisto_junior.lay
+++ b/src/mame/layout/mephisto_junior.lay
@@ -47,13 +47,14 @@ license:CC0
<!-- display -->
<element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
<element name="digit" defstate="0">
<led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
</element>
- <element name="ldot" defstate="0">
- <rect state="1"><color red="0.2" green="0.16" blue="0.16" /></rect>
- <rect state="0"><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
</element>
<group name="display">
@@ -66,12 +67,18 @@ license:CC0
<element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
<element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
- <element name="3.7" ref="ldot"><bounds x="36.25" y="96.42" width="0.6" height="0.6" /></element>
- <element name="2.7" ref="ldot"><bounds x="41.75" y="96.42" width="0.6" height="0.6" /></element>
- <element name="1.7" ref="ldot"><bounds x="47.25" y="96.42" width="0.6" height="0.6" /></element>
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
- <element name="0.7" ref="ldot"><bounds x="42.16" y="92.75" width="0.6" height="0.6" /></element>
- <element name="0.7" ref="ldot"><bounds x="41.94" y="94.55" width="0.6" height="0.6" /></element>
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
+
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
diff --git a/src/mame/layout/mephisto_mirage.lay b/src/mame/layout/mephisto_mirage.lay
index b79ea6dac30..3fbda7f1e4e 100644
--- a/src/mame/layout/mephisto_mirage.lay
+++ b/src/mame/layout/mephisto_mirage.lay
@@ -161,26 +161,36 @@ license:CC0
<param name="y" start="0" increment="10" />
<param name="i" start="8" increment="-1" />
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x01"><bounds x="0" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x02"><bounds x="10" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x04"><bounds x="20" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x08"><bounds x="30" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x10"><bounds x="40" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x20"><bounds x="50" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x40"><bounds x="60" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x80"><bounds x="70" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x01"><bounds x="0" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x02"><bounds x="10" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x04"><bounds x="20" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x08"><bounds x="30" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x10"><bounds x="40" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x20"><bounds x="50" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x40"><bounds x="60" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x80"><bounds x="70" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
</repeat>
<!-- leds -->
<repeat count="8">
- <param name="y" start="8.3" increment="10" />
- <param name="i1" start="11" increment="-1" />
-
- <repeat count="8">
- <param name="x" start="8.3" increment="10" />
- <param name="i2" start="0" increment="1" />
- <element name="~i1~.~i2~" ref="led"><bounds x="~x~" y="~y~" width="1.5" height="1.5" /></element>
- </repeat>
+ <param name="x" start="8.3" increment="10" />
+ <param name="la" start="0" increment="1" />
+ <param name="lb" start="8" increment="1" />
+ <param name="lc" start="16" increment="1" />
+ <param name="ld" start="24" increment="1" />
+ <param name="le" start="32" increment="1" />
+ <param name="lf" start="40" increment="1" />
+ <param name="lg" start="48" increment="1" />
+ <param name="lh" start="56" increment="1" />
+
+ <element name="led~la~" ref="led"><bounds x="~x~" y="78.3" width="1.5" height="1.5" /></element>
+ <element name="led~lb~" ref="led"><bounds x="~x~" y="68.3" width="1.5" height="1.5" /></element>
+ <element name="led~lc~" ref="led"><bounds x="~x~" y="58.3" width="1.5" height="1.5" /></element>
+ <element name="led~ld~" ref="led"><bounds x="~x~" y="48.3" width="1.5" height="1.5" /></element>
+ <element name="led~le~" ref="led"><bounds x="~x~" y="38.3" width="1.5" height="1.5" /></element>
+ <element name="led~lf~" ref="led"><bounds x="~x~" y="28.3" width="1.5" height="1.5" /></element>
+ <element name="led~lg~" ref="led"><bounds x="~x~" y="18.3" width="1.5" height="1.5" /></element>
+ <element name="led~lh~" ref="led"><bounds x="~x~" y="8.3" width="1.5" height="1.5" /></element>
</repeat>
<repeat count="4">
@@ -289,8 +299,8 @@ license:CC0
<element ref="text_uib2"><bounds x="1.5" y="11.75" width="7" height="2" /></element>
<element ref="text_uib3"><bounds x="1.5" y="15.25" width="7" height="2" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x200"><bounds x="1" y="11.5" width="8" height="2.5" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x100"><bounds x="1" y="15" width="8" height="2.5" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x200"><bounds x="1" y="11.5" width="8" height="2.5" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x100"><bounds x="1" y="15" width="8" height="2.5" /><color alpha="0.25" /></element>
<!-- spawn -->
<element ref="text_uis1"><bounds x="0" y="20.5" width="10" height="2" /></element>
@@ -310,18 +320,18 @@ license:CC0
<element name="piece_ui11" ref="piece"><bounds x="5" y="40" width="4" height="4" /></element>
<element name="piece_ui12" ref="piece"><bounds x="5" y="44" width="4" height="4" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0001"><bounds x="1" y="23" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0002"><bounds x="1" y="27" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0004"><bounds x="1" y="31" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0008"><bounds x="5" y="23" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0010"><bounds x="5" y="27" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0020"><bounds x="5" y="31" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0040"><bounds x="1" y="36" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0080"><bounds x="1" y="40" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0100"><bounds x="1" y="44" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0200"><bounds x="5" y="36" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0400"><bounds x="5" y="40" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0800"><bounds x="5" y="44" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0001"><bounds x="1" y="23" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0002"><bounds x="1" y="27" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0004"><bounds x="1" y="31" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0008"><bounds x="5" y="23" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0010"><bounds x="5" y="27" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0020"><bounds x="5" y="31" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0040"><bounds x="1" y="36" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0080"><bounds x="1" y="40" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0100"><bounds x="1" y="44" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0200"><bounds x="5" y="36" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0400"><bounds x="5" y="40" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0800"><bounds x="5" y="44" width="4" height="4" /><color alpha="0.25" /></element>
<!-- hand -->
<element ref="text_uih1"><bounds x="0" y="51" width="10" height="2" /></element>
@@ -330,7 +340,7 @@ license:CC0
<element ref="cwhite"><bounds x="1" y="60.5" width="8" height="2.5" /></element>
<element ref="text_uih2"><bounds x="1.5" y="60.75" width="7" height="2" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x08"><bounds x="1" y="60.5" width="8" height="2.5" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x08"><bounds x="1" y="60.5" width="8" height="2.5" /><color alpha="0.25" /></element>
<!-- undo -->
<element ref="text_uiu1"><bounds x="0" y="66" width="10" height="2" /></element>
@@ -343,10 +353,10 @@ license:CC0
<element ref="text_uiu2c"><bounds x="5.2" y="69.5" width="1.7" height="4" /></element>
<element ref="text_uiu2d"><bounds x="7.3" y="69.5" width="1.7" height="4" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x10"><bounds x="1" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x20"><bounds x="3.1" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x40"><bounds x="5.2" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x80"><bounds x="7.3" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x10"><bounds x="1" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x20"><bounds x="3.1" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x40"><bounds x="5.2" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x80"><bounds x="7.3" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
<element name="count_ui0" ref="text_uiu3a"><bounds x="0" y="75" width="4" height="2" /></element>
<element name="count_ui1" ref="text_uiu3c"><bounds x="6" y="75" width="4" height="2" /></element>
@@ -357,13 +367,14 @@ license:CC0
<!-- display -->
<element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
<element name="digit" defstate="0">
<led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
</element>
- <element name="ldot" defstate="0">
- <rect state="1"><color red="0.2" green="0.16" blue="0.16" /></rect>
- <rect state="0"><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
</element>
<group name="display">
@@ -376,12 +387,18 @@ license:CC0
<element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
<element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
- <element name="3.7" ref="ldot"><bounds x="36.25" y="96.42" width="0.6" height="0.6" /></element>
- <element name="2.7" ref="ldot"><bounds x="41.75" y="96.42" width="0.6" height="0.6" /></element>
- <element name="1.7" ref="ldot"><bounds x="47.25" y="96.42" width="0.6" height="0.6" /></element>
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
+
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
- <element name="0.7" ref="ldot"><bounds x="42.16" y="92.75" width="0.6" height="0.6" /></element>
- <element name="0.7" ref="ldot"><bounds x="41.94" y="94.55" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
diff --git a/src/mame/layout/mephisto_mm1.lay b/src/mame/layout/mephisto_mm1.lay
index 47becf67cb4..1d7b4c35f14 100644
--- a/src/mame/layout/mephisto_mm1.lay
+++ b/src/mame/layout/mephisto_mm1.lay
@@ -200,14 +200,24 @@ license:CC0
<!-- leds -->
<repeat count="8">
- <param name="y" start="8.3" increment="10" />
- <param name="i1" start="11" increment="-1" />
-
- <repeat count="8">
- <param name="x" start="8.3" increment="10" />
- <param name="i2" start="0" increment="1" />
- <element name="~i1~.~i2~" ref="led"><bounds x="~x~" y="~y~" width="1.5" height="1.5" /></element>
- </repeat>
+ <param name="x" start="8.3" increment="10" />
+ <param name="la" start="0" increment="1" />
+ <param name="lb" start="8" increment="1" />
+ <param name="lc" start="16" increment="1" />
+ <param name="ld" start="24" increment="1" />
+ <param name="le" start="32" increment="1" />
+ <param name="lf" start="40" increment="1" />
+ <param name="lg" start="48" increment="1" />
+ <param name="lh" start="56" increment="1" />
+
+ <element name="led~la~" ref="led"><bounds x="~x~" y="78.3" width="1.5" height="1.5" /></element>
+ <element name="led~lb~" ref="led"><bounds x="~x~" y="68.3" width="1.5" height="1.5" /></element>
+ <element name="led~lc~" ref="led"><bounds x="~x~" y="58.3" width="1.5" height="1.5" /></element>
+ <element name="led~ld~" ref="led"><bounds x="~x~" y="48.3" width="1.5" height="1.5" /></element>
+ <element name="led~le~" ref="led"><bounds x="~x~" y="38.3" width="1.5" height="1.5" /></element>
+ <element name="led~lf~" ref="led"><bounds x="~x~" y="28.3" width="1.5" height="1.5" /></element>
+ <element name="led~lg~" ref="led"><bounds x="~x~" y="18.3" width="1.5" height="1.5" /></element>
+ <element name="led~lh~" ref="led"><bounds x="~x~" y="8.3" width="1.5" height="1.5" /></element>
</repeat>
<!-- sensors, pieces -->
@@ -215,14 +225,14 @@ license:CC0
<param name="y" start="0" increment="10" />
<param name="i" start="8" increment="-1" />
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x01"><bounds x="0" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x02"><bounds x="10" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x04"><bounds x="20" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x08"><bounds x="30" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x10"><bounds x="40" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x20"><bounds x="50" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x40"><bounds x="60" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
- <element ref="hlbb" inputtag="board:RANK.~i~" inputmask="0x80"><bounds x="70" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x01"><bounds x="0" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x02"><bounds x="10" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x04"><bounds x="20" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x08"><bounds x="30" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x10"><bounds x="40" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x20"><bounds x="50" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x40"><bounds x="60" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
+ <element ref="hlbb" inputtag="board:board:RANK.~i~" inputmask="0x80"><bounds x="70" y="~y~" width="10" height="10" /><color alpha="0.04" /></element>
<element name="piece_a~i~" ref="piece"><bounds x="0" y="~y~" width="10" height="10" /></element>
<element name="piece_b~i~" ref="piece"><bounds x="10" y="~y~" width="10" height="10" /></element>
@@ -304,8 +314,8 @@ license:CC0
<element ref="text_uib2"><bounds x="1.5" y="11.75" width="7" height="2" /></element>
<element ref="text_uib3"><bounds x="1.5" y="15.25" width="7" height="2" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x200"><bounds x="1" y="11.5" width="8" height="2.5" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x100"><bounds x="1" y="15" width="8" height="2.5" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x200"><bounds x="1" y="11.5" width="8" height="2.5" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x100"><bounds x="1" y="15" width="8" height="2.5" /><color alpha="0.25" /></element>
<!-- spawn -->
<element ref="text_uis1"><bounds x="0" y="20.5" width="10" height="2" /></element>
@@ -325,18 +335,18 @@ license:CC0
<element name="piece_ui11" ref="piece"><bounds x="5" y="40" width="4" height="4" /></element>
<element name="piece_ui12" ref="piece"><bounds x="5" y="44" width="4" height="4" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0001"><bounds x="1" y="23" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0002"><bounds x="1" y="27" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0004"><bounds x="1" y="31" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0008"><bounds x="5" y="23" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0010"><bounds x="5" y="27" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0020"><bounds x="5" y="31" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0040"><bounds x="1" y="36" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0080"><bounds x="1" y="40" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0100"><bounds x="1" y="44" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0200"><bounds x="5" y="36" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0400"><bounds x="5" y="40" width="4" height="4" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:SPAWN" inputmask="0x0800"><bounds x="5" y="44" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0001"><bounds x="1" y="23" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0002"><bounds x="1" y="27" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0004"><bounds x="1" y="31" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0008"><bounds x="5" y="23" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0010"><bounds x="5" y="27" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0020"><bounds x="5" y="31" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0040"><bounds x="1" y="36" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0080"><bounds x="1" y="40" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0100"><bounds x="1" y="44" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0200"><bounds x="5" y="36" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0400"><bounds x="5" y="40" width="4" height="4" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:SPAWN" inputmask="0x0800"><bounds x="5" y="44" width="4" height="4" /><color alpha="0.25" /></element>
<!-- hand -->
<element ref="text_uih1"><bounds x="0" y="51" width="10" height="2" /></element>
@@ -345,7 +355,7 @@ license:CC0
<element ref="cwhite"><bounds x="1" y="60.5" width="8" height="2.5" /></element>
<element ref="text_uih2"><bounds x="1.5" y="60.75" width="7" height="2" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x08"><bounds x="1" y="60.5" width="8" height="2.5" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x08"><bounds x="1" y="60.5" width="8" height="2.5" /><color alpha="0.25" /></element>
<!-- undo -->
<element ref="text_uiu1"><bounds x="0" y="66" width="10" height="2" /></element>
@@ -358,10 +368,10 @@ license:CC0
<element ref="text_uiu2c"><bounds x="5.2" y="69.5" width="1.7" height="4" /></element>
<element ref="text_uiu2d"><bounds x="7.3" y="69.5" width="1.7" height="4" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x10"><bounds x="1" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x20"><bounds x="3.1" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x40"><bounds x="5.2" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
- <element ref="hlub" inputtag="board:UI" inputmask="0x80"><bounds x="7.3" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x10"><bounds x="1" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x20"><bounds x="3.1" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x40"><bounds x="5.2" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
+ <element ref="hlub" inputtag="board:board:UI" inputmask="0x80"><bounds x="7.3" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></element>
<element name="count_ui0" ref="text_uiu3a"><bounds x="0" y="75" width="4" height="2" /></element>
<element name="count_ui1" ref="text_uiu3c"><bounds x="6" y="75" width="4" height="2" /></element>
@@ -372,13 +382,14 @@ license:CC0
<!-- display -->
<element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
<element name="digit" defstate="0">
<led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
</element>
- <element name="ldot" defstate="0">
- <rect state="1"><color red="0.2" green="0.16" blue="0.16" /></rect>
- <rect state="0"><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
</element>
<group name="display">
@@ -391,12 +402,18 @@ license:CC0
<element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
<element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
- <element name="3.7" ref="ldot"><bounds x="36.25" y="96.42" width="0.6" height="0.6" /></element>
- <element name="2.7" ref="ldot"><bounds x="41.75" y="96.42" width="0.6" height="0.6" /></element>
- <element name="1.7" ref="ldot"><bounds x="47.25" y="96.42" width="0.6" height="0.6" /></element>
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
- <element name="0.7" ref="ldot"><bounds x="42.16" y="92.75" width="0.6" height="0.6" /></element>
- <element name="0.7" ref="ldot"><bounds x="41.94" y="94.55" width="0.6" height="0.6" /></element>
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
+
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
@@ -545,10 +562,7 @@ license:CC0
<group ref="sb_board"><bounds x="3.5" y="3" width="80" height="80" /></group>
<group ref="sb_ui"><bounds x="-12.5" y="3" width="10" height="80" /></group>
- <element ref="lcd_bg"><bounds x="23.5" y="92" width="20" height="8" /></element>
- <group ref="display"><bounds x="24" y="92.8" width="19" height="6.4" /></group>
- <group ref="buttons"><bounds x="53.5" y="89" width="29" height="14" /></group>
-
+ <!-- chessboard coords -->
<element ref="text_8"><bounds x="0.2" y="7" width="2" height="2" /></element>
<element ref="text_7"><bounds x="0.2" y="17" width="2" height="2" /></element>
<element ref="text_6"><bounds x="0.2" y="27" width="2" height="2" /></element>
@@ -566,5 +580,10 @@ license:CC0
<element ref="text_f"><bounds x="57.5" y="84.5" width="2" height="2" /></element>
<element ref="text_g"><bounds x="67.5" y="84.5" width="2" height="2" /></element>
<element ref="text_h"><bounds x="77.5" y="84.5" width="2" height="2" /></element>
+
+ <!-- bottom side -->
+ <element ref="lcd_bg"><bounds x="23.5" y="92" width="20" height="8" /></element>
+ <group ref="display"><bounds x="24" y="92.8" width="19" height="6.4" /></group>
+ <group ref="buttons"><bounds x="53.5" y="89" width="29" height="14" /></group>
</view>
</mamelayout>
diff --git a/src/mame/layout/mephisto_mm2.lay b/src/mame/layout/mephisto_mm2.lay
index 4ac73ef50c6..4d76871cb0d 100644
--- a/src/mame/layout/mephisto_mm2.lay
+++ b/src/mame/layout/mephisto_mm2.lay
@@ -3,13 +3,8 @@
license:CC0
-->
<mamelayout version="2">
-<!-- define elements -->
-
- <element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
- <element name="digit" defstate="0">
- <led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
- </element>
+<!-- define elements -->
<element name="led" defstate="0">
<disk state="0">
@@ -170,7 +165,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
@@ -349,14 +344,41 @@ license:CC0
</group>
-<!-- 7seg panel -->
+<!-- display -->
- <group name="panel1">
- <element ref="lcd_bg"><bounds x="0" y="0" width="35" height="15" /></element>
- <element name="digit0" ref="digit"><bounds x="4" y="2.5" width="6" height="10" /></element>
- <element name="digit1" ref="digit"><bounds x="11" y="2.5" width="6" height="10" /></element>
- <element name="digit2" ref="digit"><bounds x="18" y="2.5" width="6" height="10" /></element>
- <element name="digit3" ref="digit"><bounds x="25" y="2.5" width="6" height="10" /></element>
+ <element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
+
+ <element name="digit" defstate="0">
+ <led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
+ </element>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
+ </element>
+
+ <group name="display">
+ <bounds x="31" y="90.3" width="22.5" height="7.4" />
+
+ <element ref="lcd_bg"><bounds x="31" y="90.3" width="22.5" height="7.4" /></element>
+
+ <element name="digit3" ref="digit"><bounds x="32" y="91" width="4" height="6" /></element>
+ <element name="digit2" ref="digit"><bounds x="37.5" y="91" width="4" height="6" /></element>
+ <element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
+ <element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
+
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
+
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
+
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
@@ -371,7 +393,7 @@ license:CC0
<element name="led_pos"> <text string="POS" align="1"> <color red="0.8" green="0.8" blue="0.8" /></text> </element>
<element name="led_mem"> <text string="MEM" align="1"> <color red="0.8" green="0.8" blue="0.8" /></text> </element>
- <group name="panel2">
+ <group name="leds">
<bounds x="69.1" y="89.9" width="29" height="1.5" />
<element ref="led_play"><bounds x="70.7" y="89.9" width="3.2" height="1.5" /></element>
@@ -488,41 +510,41 @@ license:CC0
<element ref="gray"><bounds x="89.7" y="105.3" width="0.9" height="0.9" /></element>
<element ref="white"><bounds x="94.5" y="105.1" width="1.3" height="1.3" /></element>
- <element ref="keys" inputtag="KEY1_0" inputmask="0x80"> <!-- CL -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x01"> <!-- CL -->
<bounds x="69" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_1" inputmask="0x80"> <!-- POS -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x02"> <!-- POS -->
<bounds x="74" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_2" inputmask="0x80"> <!-- MEM -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x04"> <!-- MEM -->
<bounds x="79" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_3" inputmask="0x80"> <!-- INFO -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x08"> <!-- INFO -->
<bounds x="84" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_4" inputmask="0x80"> <!-- LEV -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x10"> <!-- LEV -->
<bounds x="89" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_5" inputmask="0x80"> <!-- ENT -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x20"> <!-- ENT -->
<bounds x="94" y="93" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_3" inputmask="0x80"> <!-- A1 -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x08"> <!-- A1 -->
<bounds x="69" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_5" inputmask="0x80"> <!-- B2 -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x20"> <!-- B2 -->
<bounds x="74" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_6" inputmask="0x80"> <!-- C3 -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x40"> <!-- C3 -->
<bounds x="79" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_7" inputmask="0x80"> <!-- D4 -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x80"> <!-- D4 -->
<bounds x="84" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_0" inputmask="0x80"> <!-- E5 -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x01"> <!-- E5 -->
<bounds x="89" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_1" inputmask="0x80"> <!-- F6 -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x02"> <!-- F6 -->
<bounds x="94" y="98" width="4" height="4" /><color alpha="0.25" />
</element>
@@ -532,16 +554,16 @@ license:CC0
<element ref="keys" inputtag="RESET" inputmask="0x02"> <!-- RES -->
<bounds x="74" y="103" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_2" inputmask="0x80"> <!-- G7 -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x04"> <!-- G7 -->
<bounds x="79" y="103" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY2_4" inputmask="0x80"> <!-- H8 -->
+ <element ref="keys" inputtag="KEY.1" inputmask="0x10"> <!-- H8 -->
<bounds x="84" y="103" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_7" inputmask="0x80"> <!-- 9 -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x80"> <!-- 9 -->
<bounds x="89" y="103" width="4" height="4" /><color alpha="0.25" />
</element>
- <element ref="keys" inputtag="KEY1_6" inputmask="0x80"> <!-- 0 -->
+ <element ref="keys" inputtag="KEY.0" inputmask="0x40"> <!-- 0 -->
<bounds x="94" y="103" width="4" height="4" /><color alpha="0.25" />
</element>
</group>
@@ -554,15 +576,10 @@ license:CC0
<element ref="cblack"><bounds x="13" y="-2" width="89" height="89" /></element>
<element ref="cwhite"><bounds x="17" y="2" width="81" height="81" /></element>
- <group ref="panel1"><bounds x="37.5" y="91" width="20" height="8" /></group>
- <group ref="panel2"><bounds x="67.5" y="88.25" width="29" height="1.5" /></group>
- <group ref="buttons"><bounds x="67.5" y="91" width="29" height="14" /></group>
-
<group ref="sb_board"><bounds x="17.5" y="2.5" width="80" height="80" /></group>
<group ref="sb_ui"><bounds x="1.5" y="3" width="10" height="80" /></group>
- <!-- chessboard coords -->
-
+ <!-- chessboard coords -->
<element ref="text_8"><bounds x="14.2" y="6.5" width="2" height="2" /></element>
<element ref="text_7"><bounds x="14.2" y="16.5" width="2" height="2" /></element>
<element ref="text_6"><bounds x="14.2" y="26.5" width="2" height="2" /></element>
@@ -580,6 +597,13 @@ license:CC0
<element ref="text_f"><bounds x="71.5" y="84" width="2" height="2" /></element>
<element ref="text_g"><bounds x="81.5" y="84" width="2" height="2" /></element>
<element ref="text_h"><bounds x="91.5" y="84" width="2" height="2" /></element>
+
+ <!-- bottom side -->
+ <element ref="lcd_bg"><bounds x="37.5" y="91" width="20" height="8" /></element>
+ <group ref="display"><bounds x="38" y="91.8" width="19" height="6.4" /></group>
+
+ <group ref="leds"><bounds x="67.5" y="88.25" width="29" height="1.5" /></group>
+ <group ref="buttons"><bounds x="67.5" y="91" width="29" height="14" /></group>
</view>
</mamelayout>
diff --git a/src/mame/layout/mephisto_modena.lay b/src/mame/layout/mephisto_modena.lay
index 4157e98de34..dd0b91f0903 100644
--- a/src/mame/layout/mephisto_modena.lay
+++ b/src/mame/layout/mephisto_modena.lay
@@ -3,15 +3,11 @@
license:CC0
-->
<mamelayout version="2">
+
<!-- define elements -->
<element name="white"><rect><color red="1" green="1" blue="1" /></rect></element>
<element name="blackb"><rect><color red="0" green="0" blue="0" /></rect></element>
- <element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
-
- <element name="digit" defstate="0">
- <led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
- </element>
<element name="led" defstate="0">
<disk state="0">
@@ -353,17 +349,47 @@ license:CC0
</group>
-<!-- lcd/button panel -->
+<!-- display -->
+
+ <element name="lcd_bg"><rect><color red="0.54" green="0.57" blue="0.58" /></rect></element>
+ <element name="ldot_hide"><disk><color red="0.54" green="0.57" blue="0.58" /></disk></element>
+
+ <element name="digit" defstate="0">
+ <led7seg><color red="0.2" green="0.16" blue="0.16" /></led7seg>
+ </element>
+ <element name="ldot">
+ <rect><color red="0.49412" green="0.51765" blue="0.51765" /></rect>
+ <rect statemask="0x80"><color red="0.2" green="0.16" blue="0.16" /></rect>
+ </element>
+
+ <group name="display">
+ <bounds x="31" y="90.3" width="22.5" height="7.4" />
+
+ <element ref="lcd_bg"><bounds x="31" y="90.3" width="22.5" height="7.4" /></element>
+
+ <element name="digit3" ref="digit"><bounds x="32" y="91" width="4" height="6" /></element>
+ <element name="digit2" ref="digit"><bounds x="37.5" y="91" width="4" height="6" /></element>
+ <element name="digit1" ref="digit"><bounds x="43" y="91" width="4" height="6" /></element>
+ <element name="digit0" ref="digit"><bounds x="48.5" y="91" width="4" height="6" /></element>
+
+ <!-- digits DP are different from normal 7seg -->
+ <element ref="ldot_hide"><bounds x="35.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="40.8" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="46.3" y="96.3" width="0.85" height="0.85" /></element>
+ <element ref="ldot_hide"><bounds x="51.8" y="96.3" width="0.85" height="0.85" /></element>
+
+ <element name="digit3" ref="ldot"><bounds x="36.22" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit2" ref="ldot"><bounds x="41.72" y="96.42" width="0.6" height="0.6" /></element>
+ <element name="digit1" ref="ldot"><bounds x="47.22" y="96.42" width="0.6" height="0.6" /></element>
- <group name="panel1">
- <element ref="lcd_bg"><bounds x="0" y="0" width="31" height="14" /></element>
- <element name="digit3" ref="digit"><bounds x="2" y="2" width="6" height="10" /></element>
- <element name="digit2" ref="digit"><bounds x="9" y="2" width="6" height="10" /></element>
- <element name="digit1" ref="digit"><bounds x="16" y="2" width="6" height="10" /></element>
- <element name="digit0" ref="digit"><bounds x="23" y="2" width="6" height="10" /></element>
+ <element name="digit0" ref="ldot"><bounds x="42.07" y="92.75" width="0.6" height="0.6" /></element>
+ <element name="digit0" ref="ldot"><bounds x="41.92" y="94.55" width="0.6" height="0.6" /></element>
</group>
- <group name="panel2">
+
+<!-- button panel -->
+
+ <group name="buttons">
<bounds left="0" right="24" top="7" bottom="24" />
<element ref="white"><bounds x="13.2" y="21.4" width="9.6" height="0.8" /> </element>
@@ -408,8 +434,11 @@ license:CC0
<view name="Internal Layout">
<bounds left="1" right="129" top="0.5" bottom="90" />
- <!-- chessboard coords -->
+ <element ref="cwhite"><bounds x="19.5" y="2.5" width="81" height="81" /></element>
+ <group ref="sb_board"><bounds x="20" y="3" width="80" height="80" /></group>
+ <group ref="sb_ui"><bounds x="2.5" y="3" width="10" height="80" /></group>
+ <!-- chessboard coords -->
<element ref="text_8"><bounds x="14.2" y="7" width="2" height="2" /></element>
<element ref="text_7"><bounds x="14.2" y="17" width="2" height="2" /></element>
<element ref="text_6"><bounds x="14.2" y="27" width="2" height="2" /></element>
@@ -428,9 +457,7 @@ license:CC0
<element ref="text_g"><bounds x="84" y="86.5" width="2" height="2" /></element>
<element ref="text_h"><bounds x="94" y="86.5" width="2" height="2" /></element>
- <element ref="cwhite"><bounds x="19.5" y="2.5" width="81" height="81" /></element>
-
- <!-- chessboard leds -->
+ <!-- chessboard leds -->
<element name="1.0" ref="ledr"><bounds x="24" y="85" width="2" height="1" /></element>
<element name="1.1" ref="ledr"><bounds x="34" y="85" width="2" height="1" /></element>
<element name="1.2" ref="ledr"><bounds x="44" y="85" width="2" height="1" /></element>
@@ -449,11 +476,9 @@ license:CC0
<element name="2.6" ref="ledr"><bounds x="16.5" y="17.5" width="2" height="1" /></element>
<element name="2.7" ref="ledr"><bounds x="16.5" y="7.5" width="2" height="1" /></element>
- <!-- LCD panel -->
- <group ref="panel1"><bounds x="107.5" y="59" width="15" height="6" /></group>
- <group ref="panel2"><bounds x="103" y="69" width="24" height="17" /></group>
-
- <group ref="sb_board"><bounds x="20" y="3" width="80" height="80" /></group>
- <group ref="sb_ui"><bounds x="2.5" y="3" width="10" height="80" /></group>
+ <!-- side panel -->
+ <element ref="lcd_bg"><bounds x="106.2" y="56.3" width="17.6" height="6.7" /></element>
+ <group ref="display"><bounds x="106.5" y="56.8" width="17" height="5.7" /></group>
+ <group ref="buttons"><bounds x="103" y="69" width="24" height="17" /></group>
</view>
</mamelayout>
diff --git a/src/mame/layout/mephisto_modular_tm.lay b/src/mame/layout/mephisto_modular_tm.lay
index bc0d5748edd..6eb92e690e0 100644
--- a/src/mame/layout/mephisto_modular_tm.lay
+++ b/src/mame/layout/mephisto_modular_tm.lay
@@ -155,7 +155,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
diff --git a/src/mame/layout/mephisto_montec.lay b/src/mame/layout/mephisto_montec.lay
index 94921db26c0..d86b683554d 100644
--- a/src/mame/layout/mephisto_montec.lay
+++ b/src/mame/layout/mephisto_montec.lay
@@ -40,48 +40,48 @@ license:CC0
</element>
<element name="led7seg_background"><rect><color red="0.54" green="0.57" blue="0.58" /> </rect></element>
- <element name="background"><rect><color red="0.59" green="0.39" blue="0.20" /></rect></element>
- <element name="white"><rect><color red="0.80" green="0.73" blue="0.63" /></rect></element>
-
- <element name="text_1"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="1"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_2"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="2"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_3"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="3"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_4"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="4"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_5"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="5"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_6"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="6"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_7"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="7"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_8"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="8"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_a"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="A"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_b"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="B"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_c"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="C"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_d"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="D"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_e"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="E"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_f"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="F"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_g"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="G"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
- <element name="text_h"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="H"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
-
- <element name="text_book"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="BOOK"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_pos"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="POS"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_mem"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="MEM"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_info"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="INFO"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_err"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="ERR"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_lev"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="LEV"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_black"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="&#x25a1;"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_white"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="&#x25a0;"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_b1"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[P] 1"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_b2"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[N] 2"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_b3"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[B] 3"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_b4"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[R] 4"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_b5"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[Q] 5"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_b6"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="[K] 6"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_b7"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="&#x25a1; 7 &#x25c4;"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_b8"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="&#x25a0; 8 &#x25ba;"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_book9"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="BOOK 9"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_pos0"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="POS 0"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_cl"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="CL"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_ent"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="ENT"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_res"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="RES"> <color red="1" green="1" blue="1" /></text> </element>
- <element name="text_lcd"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="MULTI INFO LCD"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="background"><rect><color red="0.56" green="0.33" blue="0.12" /></rect></element>
+ <element name="white"><rect><color red="0.84" green="0.75" blue="0.50" /></rect></element>
+
+ <element name="text_1"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="1"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_2"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="2"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_3"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="3"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_4"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="4"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_5"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="5"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_6"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="6"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_7"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="7"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_8"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="8"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_a"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="A"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_b"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="B"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_c"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="C"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_d"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="D"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_e"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="E"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_f"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="F"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_g"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="G"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+ <element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"> <color red="0.87" green="0.87" blue="0.84" /></text> </element>
+
+ <element name="text_book"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="BOOK"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_pos"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="POS"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_mem"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="MEM"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_info"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="INFO"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_err"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="ERR"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_lev"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="LEV"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_black"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="&#x25a1;"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_white"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="&#x25a0;"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_b1"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[P] 1"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_b2"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[N] 2"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_b3"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[B] 3"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_b4"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[R] 4"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_b5"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[Q] 5"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_b6"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="[K] 6"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_b7"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="&#x25a1; 7 &#x25c4;"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_b8"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="&#x25a0; 8 &#x25ba;"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_book9"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="BOOK 9"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_pos0"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="POS 0"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_cl"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="CL"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_ent"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="ENT"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_res"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="RES"> <color red="1" green="1" blue="1" /></text> </element>
+ <element name="text_lcd"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="MULTI INFO LCD"> <color red="1" green="1" blue="1" /></text> </element>
<element name="piece" defstate="0">
<image file="chess/wp.svg" state="1"/>
@@ -117,8 +117,8 @@ license:CC0
<!-- sb board -->
- <element name="cblack"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect></element>
- <element name="cwhite"> <rect><color red="0.80" green="0.73" blue="0.63" /></rect></element>
+ <element name="cblack"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect></element>
+ <element name="cwhite"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect></element>
<element name="hlbb" defstate="0">
<text string=" "><bounds x="0" y="0" width="1" height="1" /></text>
@@ -206,7 +206,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
@@ -262,34 +262,34 @@ license:CC0
<element name="text_uit2"><text string="INTERFACE"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uib1"><text string="BOARD:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uib2">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string="RESET"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uib3">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string="CLEAR"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uis1"><text string="SPAWN:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uih1"><text string="HAND:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uih2">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string="REMOVE"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu1"><text string="UNDO:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uiu2a">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string=" &lt;&lt;"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu2b">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string=" &lt; "><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu2c">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string=" &gt;"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu2d">
- <rect><color red="0.80" green="0.73" blue="0.63" /></rect>
+ <rect><color red="0.84" green="0.75" blue="0.50" /></rect>
<text string=" &gt;&gt;"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu3a" defstate="0">
diff --git a/src/mame/layout/mephisto_polgar.lay b/src/mame/layout/mephisto_polgar.lay
index 5a953ab4d17..e45d884e6b9 100644
--- a/src/mame/layout/mephisto_polgar.lay
+++ b/src/mame/layout/mephisto_polgar.lay
@@ -187,7 +187,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />
diff --git a/src/mame/layout/mephisto_risc.lay b/src/mame/layout/mephisto_risc.lay
index 5a953ab4d17..e45d884e6b9 100644
--- a/src/mame/layout/mephisto_risc.lay
+++ b/src/mame/layout/mephisto_risc.lay
@@ -187,7 +187,7 @@ license:CC0
<!-- chessboard leds -->
<repeat count="8">
- <param name="x" start="8.2" increment="10" />
+ <param name="x" start="8.3" increment="10" />
<param name="la" start="0" increment="1" />
<param name="lb" start="8" increment="1" />
<param name="lc" start="16" increment="1" />