mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
Internal layout for Interflip electromechanical slots.
This commit is contained in:
parent
5a33b77288
commit
3b511a789a
632
src/mame/layout/ifslots.lay
Normal file
632
src/mame/layout/ifslots.lay
Normal file
@ -0,0 +1,632 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
license:CC0
|
||||
-->
|
||||
<mamelayout version="2">
|
||||
|
||||
<!-- define elements -->
|
||||
|
||||
<element name="digit" defstate="0">
|
||||
<led7seg>
|
||||
<color red="1.0" green="0.1" blue="0.1" />
|
||||
</led7seg>
|
||||
</element>
|
||||
|
||||
<element name="led" defstate="0">
|
||||
<disk state="0">
|
||||
<color red="1.0" green="0.1" blue="0.1" />
|
||||
</disk>
|
||||
<disk state="1">
|
||||
<color red="0.1" green="1.0" blue="0.1" />
|
||||
</disk>
|
||||
</element>
|
||||
|
||||
<element name="stat" defstate="0">
|
||||
<text string="off" state="0">
|
||||
<color red="1.0" green="0.0" blue="0.0" />
|
||||
</text>
|
||||
<text string="on" state="1">
|
||||
<color red="0.0" green="1.0" blue="0.0" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="statinv" defstate="1">
|
||||
<text string="off" state="1">
|
||||
<color red="1.0" green="0.0" blue="0.0" />
|
||||
</text>
|
||||
<text string="on" state="0">
|
||||
<color red="0.0" green="1.0" blue="0.0" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="lamp" defstate="0">
|
||||
<disk state="1">
|
||||
<color red="1.0" green="1.0" blue="0.0" />
|
||||
</disk>
|
||||
<disk state="0">
|
||||
<color red="0.2" green="0.2" blue="0.0" />
|
||||
</disk>
|
||||
</element>
|
||||
|
||||
<element name="L0" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Coin 1">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="L1" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Coin 2">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="L2" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Coin 3">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="L3" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Accepted Coin">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="L4" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Insert Coin">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="L5" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Fault">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="L6" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="0.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.0" />
|
||||
</rect>
|
||||
<text string="Topper">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="C1" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Lock Coil A">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="C2" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Lock Coil B">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="C3" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Lock Coil C">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="C4" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Lock Coil D">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="C5" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Coin Lock">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="C6" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Diverter Coil">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="C7" defstate="1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="Unlock Lever">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="EM1" defstate="0">
|
||||
<rect state="1">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="0">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="EM:Coin In">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="EM2" defstate="0">
|
||||
<rect state="1">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="0">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="EM:Coin Out">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="EM3" defstate="0">
|
||||
<rect state="1">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="0">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="EM: Coin Drop">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="EM4" defstate="0">
|
||||
<rect state="1">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="0">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="EM: Jackpot">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="RL1" defstate="0">
|
||||
<rect state="1">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="0">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="RL: Hopper">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="RL2" defstate="0">
|
||||
<rect state="1">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="0">
|
||||
<color red="0.3" green="0.3" blue="0.3" />
|
||||
</rect>
|
||||
<text string="RL: Reels">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="IRQ" defstate="1">
|
||||
<rect state="1">
|
||||
<color red="0.0" green="1.0" blue="0.0" />
|
||||
</rect>
|
||||
<rect state="0">
|
||||
<color red="1.0" green="0.0" blue="1.0" />
|
||||
</rect>
|
||||
<text string="IRQ Enable">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="rect_white">
|
||||
<rect>
|
||||
<color red="1.0" green="1.0" blue="1.0"/>
|
||||
</rect>
|
||||
</element>
|
||||
|
||||
<element name="rect_black">
|
||||
<rect>
|
||||
<color red="0.0" green="0.0" blue="0.0"/>
|
||||
</rect>
|
||||
</element>
|
||||
|
||||
<element name="rect_red">
|
||||
<rect>
|
||||
<color red="1.0" green="0.0" blue="0.0"/>
|
||||
</rect>
|
||||
</element>
|
||||
|
||||
<element name="rect_gray">
|
||||
<rect>
|
||||
<color red="0.1" green="0.1" blue="0.1"/>
|
||||
</rect>
|
||||
</element>
|
||||
|
||||
<element name="debug_stepper_value" defstate="0">
|
||||
<simplecounter maxstate="3999" digits="4">
|
||||
<color red="1.0" green="1.0" blue="1.0"/>
|
||||
</simplecounter>
|
||||
</element>
|
||||
|
||||
<!-- Tolego Game Reels -->
|
||||
|
||||
<element name="Reel 1">
|
||||
<rect> <bounds x="0" y="0" width="100" height="400"/> <color alpha="0.0"/> </rect>
|
||||
<text string="ORANGE"> <bounds x="10" y="25" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="45" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="65" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="85" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="105" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="1-BAR"> <bounds x="10" y="125" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="145" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="165" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="185" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="205" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="225" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="245" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="265" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="2-BAR"> <bounds x="10" y="285" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="305" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="I F"> <bounds x="10" y="325" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="345" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="365" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="385" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="5" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
</element>
|
||||
|
||||
<element name="Reel 2">
|
||||
<rect> <bounds x="0" y="0" width="100" height="400"/> <color alpha="0.0"/> </rect>
|
||||
<text string="ORANGE"> <bounds x="10" y="25" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="45" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="65" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="85" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="105" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="125" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="145" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="1-BAR"> <bounds x="10" y="165" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="185" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="205" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="225" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="2-BAR"> <bounds x="10" y="245" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="265" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="I F"> <bounds x="10" y="285" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="305" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="325" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="345" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="365" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="385" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="5" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
</element>
|
||||
|
||||
<element name="Reel 3">
|
||||
<rect> <bounds x="0" y="0" width="100" height="400"/> <color alpha="0.0"/> </rect>
|
||||
<text string="CHERRY"> <bounds x="10" y="25" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="45" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="65" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="85" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="105" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="2-BAR"> <bounds x="10" y="125" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="145" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="165" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="185" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="205" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="225" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="245" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="265" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="I F"> <bounds x="10" y="285" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="305" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="325" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="1-BAR"> <bounds x="10" y="345" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="365" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="385" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="5" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
</element>
|
||||
|
||||
<element name="Reel 4">
|
||||
<rect> <bounds x="0" y="0" width="100" height="400"/> <color alpha="0.0"/> </rect>
|
||||
<text string="ORANGE"> <bounds x="10" y="25" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="45" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="65" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="1-BAR"> <bounds x="10" y="85" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="105" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="125" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="145" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="165" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="185" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="205" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="225" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="245" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="2-BAR"> <bounds x="10" y="265" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="I F"> <bounds x="10" y="285" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="305" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="325" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="PLUM"> <bounds x="10" y="345" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="ORANGE"> <bounds x="10" y="365" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="CHERRY"> <bounds x="10" y="385" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
<text string="BELL"> <bounds x="10" y="5" width="80" height="10"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
|
||||
</element>
|
||||
|
||||
|
||||
<!-- View Field... -->
|
||||
|
||||
<view name="Internal Layout">
|
||||
|
||||
<bounds left="0" top="0" right="640" bottom="480" />
|
||||
|
||||
<!-- Coin Lamps -->
|
||||
|
||||
<element name="outbit0" ref="L0">
|
||||
<bounds x="10" y="120" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit1" ref="L1">
|
||||
<bounds x="80" y="120" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit2" ref="L2">
|
||||
<bounds x="150" y="120" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<!-- Game Lamps -->
|
||||
|
||||
<element name="outbit3" ref="L3">
|
||||
<bounds x="220" y="120" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit4" ref="L4">
|
||||
<bounds x="290" y="120" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit5" ref="L5">
|
||||
<bounds x="360" y="120" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit28" ref="L6">
|
||||
<bounds x="430" y="120" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<!-- E.M. Counters -->
|
||||
|
||||
<element name="outbit20" ref="EM1">
|
||||
<bounds x="10" y="150" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit21" ref="EM2">
|
||||
<bounds x="80" y="150" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit22" ref="EM3">
|
||||
<bounds x="150" y="150" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit23" ref="EM4">
|
||||
<bounds x="220" y="150" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<!-- Relays (Motors)-->
|
||||
|
||||
<element name="outbit24" ref="RL1">
|
||||
<bounds x="290" y="150" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit25" ref="RL2">
|
||||
<bounds x="360" y="150" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<!-- Reel Unlock Coils -->
|
||||
|
||||
<element name="outbit10" ref="C1">
|
||||
<bounds x="10" y="180" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit11" ref="C2">
|
||||
<bounds x="80" y="180" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit12" ref="C3">
|
||||
<bounds x="150" y="180" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit13" ref="C4">
|
||||
<bounds x="220" y="180" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<!-- Coin lock, diverter and lever coils -->
|
||||
|
||||
<element name="outbit14" ref="C5">
|
||||
<bounds x="290" y="180" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit15" ref="C6">
|
||||
<bounds x="360" y="180" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<element name="outbit16" ref="C7">
|
||||
<bounds x="430" y="180" width="60" height="20" />
|
||||
</element>
|
||||
|
||||
<!-- Optos A/B Readout -->
|
||||
|
||||
<repeat count="4">
|
||||
<param name="i" start="30" increment="1" />
|
||||
<param name="x" start="20" increment="70" />
|
||||
<element name="outbit~i~" ref="stat">
|
||||
<bounds x="~x~" y="205" width="14" height="15" />
|
||||
</element>
|
||||
</repeat>
|
||||
|
||||
<repeat count="4">
|
||||
<param name="i" start="34" increment="1" />
|
||||
<param name="x" start="41" increment="70" />
|
||||
<element name="outbit~i~" ref="stat">
|
||||
<bounds x="~x~" y="205" width="14" height="15" />
|
||||
</element>
|
||||
</repeat>
|
||||
|
||||
<!-- Int Enable Led -->
|
||||
|
||||
<element name="outbit44" ref="IRQ">
|
||||
<bounds x="430" y="150" width="60" height="20"/>
|
||||
</element>
|
||||
|
||||
<!-- Seven Segment Displays -->
|
||||
|
||||
<element ref="rect_gray">
|
||||
<bounds x="10" y="10" width="590" height="95" />
|
||||
</element>
|
||||
|
||||
<element ref="rect_black">
|
||||
<bounds x="15" y="15" width="580" height="85" />
|
||||
</element>
|
||||
|
||||
<!-- Jackpot Display -->
|
||||
|
||||
<repeat count="6">
|
||||
<param name="i" start="4" increment="1" />
|
||||
<param name="x" start="40" increment="40" />
|
||||
<element name="outbyte~i~" ref="digit">
|
||||
<bounds x="~x~" y="35" width="40" height="50" />
|
||||
</element>
|
||||
</repeat>
|
||||
|
||||
<!-- Door Display -->
|
||||
|
||||
<repeat count="4">
|
||||
<param name="i" start="0" increment="1" />
|
||||
<param name="x" start="400" increment="40" />
|
||||
<element name="outbyte~i~" ref="digit">
|
||||
<bounds x="~x~" y="35" width="40" height="50" />
|
||||
</element>
|
||||
</repeat>
|
||||
|
||||
<!-- Reels control -->
|
||||
|
||||
<repeat count="4">
|
||||
<param name="i" start="1" increment="1" />
|
||||
<param name="r" start="40" increment="1" />
|
||||
<param name="x" start="15" increment="70" />
|
||||
<param name="ca" start="16" increment="1" />
|
||||
<element ref="rect_white">
|
||||
<bounds x="~x~" y="240" width="50" height="180"/>
|
||||
</element>
|
||||
<element ref="Reel ~i~" state="0">
|
||||
<bounds x="~x~" y="240" width="50" height="180"/>
|
||||
<yscroll name="outbit~r~" size="0.15" wrap="yes" min="1200" max="0"/>
|
||||
</element>
|
||||
<element name="emreel~i~" ref="debug_stepper_value">
|
||||
<bounds x="~x~" y="425" width="50" height="20"/>
|
||||
</element>
|
||||
<element name="outbit~r~" ref="debug_stepper_value">
|
||||
<bounds x="~x~" y="450" width="50" height="20"/>
|
||||
</element>
|
||||
</repeat>
|
||||
|
||||
<element ref="rect_red">
|
||||
<bounds x="10" y="330" width="270" height="2"/>
|
||||
</element>
|
||||
|
||||
</view>
|
||||
</mamelayout>
|
Loading…
Reference in New Issue
Block a user