summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/critcrsh.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/critcrsh.lay')
-rw-r--r--src/mame/layout/critcrsh.lay30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/mame/layout/critcrsh.lay b/src/mame/layout/critcrsh.lay
new file mode 100644
index 00000000000..4fa5aab7f38
--- /dev/null
+++ b/src/mame/layout/critcrsh.lay
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+license: CC0-1.0
+
+Critter Crusher (STV)
+-->
+
+<mamelayout version="2">
+
+ <element name="cc_digit" defstate="0">
+ <led7seg>
+ <color red="1.0" green="0.1" blue="0.1" />
+ </led7seg>
+ </element>
+
+ <view name="Billboard">
+ <element name="cc_digit0" ref="cc_digit">
+ <bounds x="370" y="30" width="15" height="30" />
+ </element>
+
+ <element name="cc_digit1" ref="cc_digit">
+ <bounds x="400" y="30" width="15" height="30" />
+ </element>
+
+ <screen tag="screen">
+ <bounds left="0" top="100" right="800" bottom="700" />
+ </screen>
+ </view>
+
+</mamelayout>