summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2019-10-28 21:23:46 +0000
committer ajrhacker <ajrhacker@users.noreply.github.com>2019-10-28 17:23:46 -0400
commitd660d1d5b3e7b9a39042bf6eb925294fd8a3bda1 (patch)
tree896d90a8bf50d769752b46e6d2b5e7ef563c640e /src/mame/layout
parentbc1aba36e0b00f97d159e42ede1ab58603894338 (diff)
promoted to WORKING (pvmil - SunPlus) (#5818)
* pvmil - map inputs, promote to working * put SunPlus RNG on a timer, so that the pvmil questions are actually in a random order (nw)
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/pvmil.lay72
1 files changed, 72 insertions, 0 deletions
diff --git a/src/mame/layout/pvmil.lay b/src/mame/layout/pvmil.lay
new file mode 100644
index 00000000000..fca2cf88503
--- /dev/null
+++ b/src/mame/layout/pvmil.lay
@@ -0,0 +1,72 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+ <element name="red_led_p1" defstate="0">
+ <disk state="1">
+ <color red="1.0" green="0.0" blue="0.0" />
+ </disk>
+ <disk state="0">
+ <color red="0.2" green="0.0" blue="0.0" />
+ </disk>
+ <text string="P1">
+ <color red="0.0" green="0.0" blue="0.0" />
+ <bounds x="0" y="0.0" width="1" height="1" />
+ </text>
+ </element>
+
+ <element name="red_led_p2" defstate="0">
+ <disk state="1">
+ <color red="1.0" green="0.0" blue="0.0" />
+ </disk>
+ <disk state="0">
+ <color red="0.2" green="0.0" blue="0.0" />
+ </disk>
+ <text string="P2">
+ <color red="0.0" green="0.0" blue="0.0" />
+ <bounds x="0" y="0.0" width="1" height="1" />
+ </text>
+ </element>
+
+ <element name="red_led_p3" defstate="0">
+ <disk state="1">
+ <color red="1.0" green="0.0" blue="0.0" />
+ </disk>
+ <disk state="0">
+ <color red="0.2" green="0.0" blue="0.0" />
+ </disk>
+ <text string="P3">
+ <color red="0.0" green="0.0" blue="0.0" />
+ <bounds x="0" y="0.0" width="1" height="1" />
+ </text>
+ </element>
+
+ <element name="red_led_p4" defstate="0">
+ <disk state="1">
+ <color red="1.0" green="0.0" blue="0.0" />
+ </disk>
+ <disk state="0">
+ <color red="0.2" green="0.0" blue="0.0" />
+ </disk>
+ <text string="P4">
+ <color red="0.0" green="0.0" blue="0.0" />
+ <bounds x="0" y="0.0" width="1" height="1" />
+ </text>
+ </element>
+
+ <view name="Player LEDs">
+ <screen index="0">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </screen>
+ <bezel name="led0" element="red_led_p1">
+ <bounds x="0.45" y="3.00" width="0.10" height="0.10" />
+ </bezel>
+ <bezel name="led1" element="red_led_p2">
+ <bounds x="1.45" y="3.00" width="0.10" height="0.10" />
+ </bezel>
+ <bezel name="led2" element="red_led_p3">
+ <bounds x="2.45" y="3.00" width="0.10" height="0.10" />
+ </bezel>
+ <bezel name="led3" element="red_led_p4">
+ <bounds x="3.45" y="3.00" width="0.10" height="0.10" />
+ </bezel>
+ </view>
+</mamelayout>