summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-06-20 16:58:41 +0200
committer hap <happppp@users.noreply.github.com>2021-06-20 16:58:53 +0200
commite5390ab1fb6225decefa0f062f75d20245723879 (patch)
tree661d0fcb07b233b124856c83463be4797c96b887 /src/mame/layout
parenta0145af82901725f181ddf0fe659588d54b0bbfc (diff)
New machines marked as NOT_WORKING
---------------------------------- LK-3000 [hap, Sean Riddle]
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/lk3000.lay32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/mame/layout/lk3000.lay b/src/mame/layout/lk3000.lay
new file mode 100644
index 00000000000..3c263976ee1
--- /dev/null
+++ b/src/mame/layout/lk3000.lay
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<!--
+license:CC0
+-->
+<mamelayout version="2">
+
+ <element name="digit" defstate="0">
+ <led16seg><color red="1.0" green="0.1" blue="0.1" /></led16seg>
+ </element>
+
+ <view name="Internal Layout">
+ <element name="digit15" ref="digit"><bounds x="0" y="0" width="10" height="15" /></element>
+ <element name="digit14" ref="digit"><bounds x="10" y="0" width="10" height="15" /></element>
+ <element name="digit13" ref="digit"><bounds x="20" y="0" width="10" height="15" /></element>
+ <element name="digit12" ref="digit"><bounds x="30" y="0" width="10" height="15" /></element>
+
+ <element name="digit11" ref="digit"><bounds x="40" y="0" width="10" height="15" /></element>
+ <element name="digit10" ref="digit"><bounds x="50" y="0" width="10" height="15" /></element>
+ <element name="digit9" ref="digit"><bounds x="60" y="0" width="10" height="15" /></element>
+ <element name="digit8" ref="digit"><bounds x="70" y="0" width="10" height="15" /></element>
+
+ <element name="digit7" ref="digit"><bounds x="80" y="0" width="10" height="15" /></element>
+ <element name="digit6" ref="digit"><bounds x="90" y="0" width="10" height="15" /></element>
+ <element name="digit5" ref="digit"><bounds x="100" y="0" width="10" height="15" /></element>
+ <element name="digit4" ref="digit"><bounds x="110" y="0" width="10" height="15" /></element>
+
+ <element name="digit3" ref="digit"><bounds x="120" y="0" width="10" height="15" /></element>
+ <element name="digit2" ref="digit"><bounds x="130" y="0" width="10" height="15" /></element>
+ <element name="digit1" ref="digit"><bounds x="140" y="0" width="10" height="15" /></element>
+ <element name="digit0" ref="digit"><bounds x="150" y="0" width="10" height="15" /></element>
+ </view>
+</mamelayout>