summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/circus.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/circus.lay')
-rw-r--r--src/mame/layout/circus.lay34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/mame/layout/circus.lay b/src/mame/layout/circus.lay
new file mode 100644
index 00000000000..ff0e3f56b33
--- /dev/null
+++ b/src/mame/layout/circus.lay
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+ <element name="overlay">
+ <rect>
+ <bounds left="0" top="0" right="248" bottom="20" />
+ <color red="1" green="1" blue="1" />
+ </rect>
+ <rect>
+ <bounds left="0" top="20" right="248" bottom="36" />
+ <color red="0.125" green="0.125" blue="1" />
+ </rect>
+ <rect>
+ <bounds left="0" top="36" right="248" bottom="48" />
+ <color red="0.125" green="1" blue="0.125" />
+ </rect>
+ <rect>
+ <bounds left="0" top="48" right="248" bottom="64" />
+ <color red="1" green="1" blue="0.125" />
+ </rect>
+ <rect>
+ <bounds left="0" top="64" right="248" bottom="256" />
+ <color red="1" green="1" blue="1" />
+ </rect>
+ </element>
+
+ <view name="Color Overlay">
+ <screen index="0">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </screen>
+ <overlay name="overlay" element="overlay">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </overlay>
+ </view>
+</mamelayout>