summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author James Wallace <james-wallace-ghub@users.noreply.github.com>2020-07-28 21:06:50 +0100
committer James Wallace <james-wallace-ghub@users.noreply.github.com>2020-07-28 21:06:50 +0100
commit2eb22200ce6b0eb06b27162b686c78207cb70c35 (patch)
treeb8ce4105d30ee348a6cf8e4e018965b70a1bbf87 /src/mame/layout
parentc7359e0aea20d2b251d3a53e4b2a551aae8652f0 (diff)
mpu4vid.cpp: Added inputs to BWB games
Added overlay for Prize Space Invaders
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/v4psi.lay30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/mame/layout/v4psi.lay b/src/mame/layout/v4psi.lay
new file mode 100644
index 00000000000..85e195d9429
--- /dev/null
+++ b/src/mame/layout/v4psi.lay
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+license:CC0
+-->
+<mamelayout version="2">
+ <element name="overlay">
+ <rect>
+ <bounds left="0" top="0" right="1" bottom="0.12" />
+ <color red="0.055" green="0.43" blue="0.04" />
+ </rect>
+ <rect>
+ <bounds left="0" top="0.12" right="1" bottom="0.85" />
+ <color red="0.66" green="0.65" blue="0.05" />
+ </rect>
+ <rect>
+ <bounds left="0" top="0.85" right="1" bottom="1.0" />
+ <color red="0.69" green="0.28" blue="0.00" />
+ </rect>
+ </element>
+
+ <view name="Monitor with Overlay">
+ <screen index="0">
+ <bounds x="0" y="0" width="504" height="296" />
+ </screen>
+ <overlay element="overlay">
+ <bounds x="0" y="0" width="504" height="296" />
+ </overlay>
+
+ </view>
+</mamelayout>