summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-07-24 13:14:26 +0200
committer hap <happppp@users.noreply.github.com>2021-07-24 13:14:52 +0200
commitf349322b99831dad28d82d69fd75ccd8fd5fc943 (patch)
treebaf6b28937b2c9e10fadeda736dc2966317cffea /src/mame/layout
parentd6b13e5bfa33ac259e3293cbcd49afba25432ffe (diff)
New working machines
-------------------- Palmtronic F-31 [hap, Sean Riddle]
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/palmf31.lay30
-rw-r--r--src/mame/layout/palmmd8.lay (renamed from src/mame/layout/cmulti8.lay)0
2 files changed, 30 insertions, 0 deletions
diff --git a/src/mame/layout/palmf31.lay b/src/mame/layout/palmf31.lay
new file mode 100644
index 00000000000..51d48d850bc
--- /dev/null
+++ b/src/mame/layout/palmf31.lay
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+license:CC0
+-->
+<mamelayout version="2">
+
+<!-- define elements -->
+
+ <element name="digit" defstate="0">
+ <led7seg><color red="0.2" green="1.0" blue="0.85" /></led7seg>
+ </element>
+
+
+<!-- build screen -->
+
+ <view name="Internal Layout">
+ <bounds left="0" right="90" top="0" bottom="15" />
+
+ <element name="digit8" ref="digit"><bounds x="0" y="0" width="10" height="15" /></element>
+ <element name="digit7" ref="digit"><bounds x="10" y="0" width="10" height="15" /></element>
+ <element name="digit6" ref="digit"><bounds x="20" y="0" width="10" height="15" /></element>
+ <element name="digit5" ref="digit"><bounds x="30" y="0" width="10" height="15" /></element>
+ <element name="digit4" ref="digit"><bounds x="40" y="0" width="10" height="15" /></element>
+ <element name="digit3" ref="digit"><bounds x="50" y="0" width="10" height="15" /></element>
+ <element name="digit2" ref="digit"><bounds x="60" y="0" width="10" height="15" /></element>
+ <element name="digit1" ref="digit"><bounds x="70" y="0" width="10" height="15" /></element>
+ <element name="digit0" ref="digit"><bounds x="80" y="0" width="10" height="15" /></element>
+
+ </view>
+</mamelayout>
diff --git a/src/mame/layout/cmulti8.lay b/src/mame/layout/palmmd8.lay
index 86d2cd68def..86d2cd68def 100644
--- a/src/mame/layout/cmulti8.lay
+++ b/src/mame/layout/palmmd8.lay