summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-09-05 01:20:38 +0200
committer hap <happppp@users.noreply.github.com>2017-09-05 01:21:01 +0200
commitcfaad61effadfdfdfdf541cf73ef5eda9d449095 (patch)
tree84138462ac090aabafa85f58dfe38a5b3a54989c /src/mame/layout
parent79a1cdaff0f369dd0b0428cfeb44ee8b1f6ece71 (diff)
New working machine added
--------- R-Zone: Indy 500 [hap, Sean Riddle]
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/rzone.lay21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mame/layout/rzone.lay b/src/mame/layout/rzone.lay
new file mode 100644
index 00000000000..fc6c801753f
--- /dev/null
+++ b/src/mame/layout/rzone.lay
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+
+<!-- define elements -->
+
+ <element name="static_red"><rect><color red="1.0" green="0.2" blue="0.23" /></rect></element>
+
+ <element name="led" defstate="0">
+ <rect state="0"><color red="0" green="0" blue="0" /></rect>
+ </element>
+
+
+<!-- build screen -->
+
+ <view name="Internal Layout">
+ <screen index="0"><bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" /></screen>
+ <overlay element="static_red"><bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" /></overlay>
+ <bezel name="led0" element="led"><bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" /></bezel>
+
+ </view>
+</mamelayout>