summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-09-11 14:43:21 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2021-09-11 14:43:21 +1000
commit63e202878820a0d6ae84aafa5fb25b0b359aa1a1 (patch)
tree040e0a9ce44d05f168c49413d3ec5fd79c6c5b2d /src/mame/layout
parent668f3fd816e78dbab8affae8c645424288c55ee2 (diff)
New machines marked as NOT_WORKING
---------------------------------- Recel Bios Alaska Hot & Cold Screech Mr Evil Torneo Crazy Race Fair Fight Poker Plus Mr Doom Cavalier Swashbuckler Don Quijote The Flipper Game Black Magic 4 [Robbbert]
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/recel.lay102
1 files changed, 102 insertions, 0 deletions
diff --git a/src/mame/layout/recel.lay b/src/mame/layout/recel.lay
new file mode 100644
index 00000000000..774896a44bd
--- /dev/null
+++ b/src/mame/layout/recel.lay
@@ -0,0 +1,102 @@
+<?xml version="1.0"?>
+<!--
+license:CC0
+copyright-holders:Robbbert
+-->
+
+<mamelayout version="2">
+
+ <element name="digit" defstate="0">
+ <led7seg>
+ <color red="1.0" green="0.0" blue="0.0" />
+ </led7seg>
+ </element>
+ <element name="red_led">
+ <disk state="0">
+ <color red="1.0" green="1.0" blue="0.0" />
+ </disk>
+ </element>
+ <element name="P0"><text string="Match"><color red="1.0" green="1.0" blue="1.0" /></text></element>
+ <element name="P1"><text string="Credits"><color red="1.0" green="1.0" blue="1.0" /></text></element>
+ <element name="P2"><text string="Ball"><color red="1.0" green="1.0" blue="1.0" /></text></element>
+ <element name="P3"><text string="Player 1"><color red="1.0" green="1.0" blue="1.0" /></text></element>
+ <element name="P4"><text string="Player 2"><color red="1.0" green="1.0" blue="1.0" /></text></element>
+ <element name="P5"><text string="Player 3"><color red="1.0" green="1.0" blue="1.0" /></text></element>
+ <element name="P6"><text string="Player 4"><color red="1.0" green="1.0" blue="1.0" /></text></element>
+ <element name="P7"><text string="1 2 3 4 5"><color red="1.0" green="1.0" blue="1.0" /></text></element>
+
+ <group name="score">
+ <repeat count="6">
+ <param name="n" start="~s~" increment="-1" />
+ <param name="x" start="0" increment="44" />
+ <element name="digit~n~" ref="digit">
+ <bounds x="~x~" y="0" width="34" height="39" />
+ </element>
+ </repeat>
+ </group>
+
+ <view name="Default Layout">
+ <bounds left="0" top="20" right="274" bottom="394" />
+
+ <!-- LEDs -->
+
+ <!-- Player 1 Score -->
+ <param name="s" value="7" />
+ <group ref="score">
+ <bounds left="10" top="45" right="264" bottom="84" />
+ </group>
+
+ <!-- Player 2 Score -->
+ <param name="s" value="23" />
+ <group ref="score">
+ <bounds left="10" top="105" right="264" bottom="144" />
+ </group>
+
+ <!-- Player 3 Score -->
+ <param name="s" value="31" />
+ <group ref="score">
+ <bounds left="10" top="165" right="264" bottom="204" />
+ </group>
+
+ <!-- Player 4 Score -->
+ <param name="s" value="15" />
+ <group ref="score">
+ <bounds left="10" top="225" right="264" bottom="264" />
+ </group>
+
+ <!-- Credits and Balls -->
+ <element name="digit0" ref="digit">
+ <bounds left="10" top="345" right="44" bottom="384" />
+ </element>
+ <element name="digit1" ref="digit">
+ <bounds left="54" top="345" right="88" bottom="384" />
+ </element>
+ <element name="digit17" ref="digit">
+ <bounds left="142" top="345" right="176" bottom="384" />
+ </element>
+
+ <element ref="P0"><bounds left="180" right="240" top="330" bottom="342" /></element>
+ <element ref="P1"><bounds left="20" right="80" top="330" bottom="342" /></element>
+ <element ref="P2"><bounds left="110" right="168" top="270" bottom="282" /></element>
+ <element name="text1" ref="P3"><bounds left="100" right="180" top="30" bottom="42" /></element>
+ <element name="text2" ref="P4"><bounds left="100" right="180" top="90" bottom="102" /></element>
+ <element name="text3" ref="P5"><bounds left="100" right="180" top="150" bottom="162" /></element>
+ <element name="text4" ref="P6"><bounds left="100" right="180" top="210" bottom="222" /></element>
+ <element ref="P7"><bounds left="110" right="168" top="290" bottom="302" /></element>
+ <element name="led1" ref="red_led">
+ <bounds left="114" right="119" top="305" bottom="310" />
+ </element>
+ <element name="led2" ref="red_led">
+ <bounds left="124" right="129" top="305" bottom="310" />
+ </element>
+ <element name="led3" ref="red_led">
+ <bounds left="134" right="139" top="305" bottom="310" />
+ </element>
+ <element name="led4" ref="red_led">
+ <bounds left="146" right="151" top="305" bottom="310" />
+ </element>
+ <element name="led5" ref="red_led">
+ <bounds left="156" right="161" top="305" bottom="310" />
+ </element>
+ </view>
+</mamelayout>