summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-12-19 20:25:56 +0100
committer hap <happppp@users.noreply.github.com>2017-12-19 20:26:11 +0100
commitd4b109c5f254749c732dc7121111baea3cae6b25 (patch)
treeb2549d8a547fe97c05980e5b6e74328c8311c1af /src/mame/layout
parent9dfddc4ab9d0494facc28e07786a50f70917440e (diff)
New machines marked as NOT_WORKING
---------------------------------- Chess Champion: Delta-1 [hap, Berger]
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/novag_delta1.lay22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/mame/layout/novag_delta1.lay b/src/mame/layout/novag_delta1.lay
new file mode 100644
index 00000000000..68ea1072544
--- /dev/null
+++ b/src/mame/layout/novag_delta1.lay
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+
+<!-- define elements -->
+
+ <element name="digit" defstate="0">
+ <led7seg><color red="1.0" green="0.1" blue="0.15" /></led7seg>
+ </element>
+
+
+<!-- build screen -->
+
+ <view name="Internal Layout">
+ <bounds left="0" right="40" top="0" bottom="15" />
+
+ <bezel name="digit3" element="digit"><bounds x="0" y="0" width="10" height="15" /></bezel>
+ <bezel name="digit2" element="digit"><bounds x="10" y="0" width="10" height="15" /></bezel>
+ <bezel name="digit1" element="digit"><bounds x="20" y="0" width="10" height="15" /></bezel>
+ <bezel name="digit0" element="digit"><bounds x="30" y="0" width="10" height="15" /></bezel>
+
+ </view>
+</mamelayout>