mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
new not working clones
----------------------------------- Orchid Mist (0101241V, New Zealand) [Heihachi_73] Queen of the Nile (0300785V, New Zealand) [Heihachi_73] aristmk5.cpp: improved doumentation. [Heihachi_73]
This commit is contained in:
parent
d3326e8648
commit
2c25acade2
File diff suppressed because it is too large
Load Diff
@ -65,6 +65,19 @@
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="AUTOPLAY">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="AUTOPLAY">
|
||||
<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="9LINES">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
@ -192,7 +205,7 @@
|
||||
</disk>
|
||||
</element>
|
||||
|
||||
<view name="Button Lamps">
|
||||
<view name="Button Lamps - Standard">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</screen>
|
||||
@ -257,6 +270,71 @@
|
||||
</bezel>
|
||||
</view>
|
||||
|
||||
<view name="Button Lamps - Autoplay">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</screen>
|
||||
|
||||
<!-- Buttons lamps -->
|
||||
<bezel name="lamp8" element="COLLECT" inputtag="P1" inputmask="0x100">
|
||||
<bounds x="0.27" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp9" element="BET1" inputtag="P1" inputmask="0x200">
|
||||
<bounds x="0.68" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp10" element="BET2" inputtag="P1" inputmask="0x400">
|
||||
<bounds x="1.09" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp11" element="BET3" inputtag="P1" inputmask="0x800">
|
||||
<bounds x="1.51" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp12" element="BET5" inputtag="P1" inputmask="0x1000">
|
||||
<bounds x="1.91" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp13" element="BET10" inputtag="P1" inputmask="0x2000">
|
||||
<bounds x="2.32" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
|
||||
<bezel name="lamp7" element="RESERVE" inputtag="P1" inputmask="0x80">
|
||||
<bounds x="0.27" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp6" element="1LINE" inputtag="P1" inputmask="0x40">
|
||||
<bounds x="0.68" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp5" element="3LINES" inputtag="P1" inputmask="0x20">
|
||||
<bounds x="1.09" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp4" element="5LINES" inputtag="P1" inputmask="0x10">
|
||||
<bounds x="1.51" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp3" element="AUTOPLAY" inputtag="P1" inputmask="0x08">
|
||||
<bounds x="1.91" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp2" element="9LINES" inputtag="P1" inputmask="0x04">
|
||||
<bounds x="2.32" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp0" element="GAMBLE" inputtag="P1" inputmask="0x01">
|
||||
<bounds x="2.73" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp1" element="TAKE_WIN" inputtag="P1" inputmask="0x02">
|
||||
<bounds x="3.14" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
|
||||
<!-- Tower lamps -->
|
||||
<bezel name="lamp32" element="REDLAMP">
|
||||
<bounds x="3.58" y="3.24" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp33" element="REDLAMP">
|
||||
<bounds x="3.58" y="3.36" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp34" element="REDLAMP">
|
||||
<bounds x="3.68" y="3.24" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp35" element="REDLAMP">
|
||||
<bounds x="3.68" y="3.36" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
</view>
|
||||
|
||||
<view name="Screen">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
|
@ -65,6 +65,19 @@
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<element name="AUTOPLAY">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="AUTOPLAY">
|
||||
<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="9LINES">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
@ -192,7 +205,7 @@
|
||||
</disk>
|
||||
</element>
|
||||
|
||||
<view name="Button Lamps">
|
||||
<view name="Button Lamps - Standard">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</screen>
|
||||
@ -257,6 +270,71 @@
|
||||
</bezel>
|
||||
</view>
|
||||
|
||||
<view name="Button Lamps - Autoplay">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</screen>
|
||||
|
||||
<!-- Buttons lamps -->
|
||||
<bezel name="lamp8" element="COLLECT" inputtag="P1" inputmask="0x100">
|
||||
<bounds x="0.27" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp9" element="BET1" inputtag="P1" inputmask="0x200">
|
||||
<bounds x="0.68" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp10" element="BET2" inputtag="P1" inputmask="0x400">
|
||||
<bounds x="1.09" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp11" element="BET5" inputtag="P1" inputmask="0x800">
|
||||
<bounds x="1.51" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp12" element="BET10" inputtag="P1" inputmask="0x1000">
|
||||
<bounds x="1.91" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp13" element="BET20" inputtag="P1" inputmask="0x2000">
|
||||
<bounds x="2.32" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
|
||||
<bezel name="lamp7" element="RESERVE" inputtag="P1" inputmask="0x80">
|
||||
<bounds x="0.27" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp6" element="1LINE" inputtag="P1" inputmask="0x40">
|
||||
<bounds x="0.68" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp5" element="3LINES" inputtag="P1" inputmask="0x20">
|
||||
<bounds x="1.09" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp4" element="5LINES" inputtag="P1" inputmask="0x10">
|
||||
<bounds x="1.51" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp3" element="AUTOPLAY" inputtag="P1" inputmask="0x08">
|
||||
<bounds x="1.91" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp2" element="9LINES" inputtag="P1" inputmask="0x04">
|
||||
<bounds x="2.32" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp0" element="GAMBLE" inputtag="P1" inputmask="0x01">
|
||||
<bounds x="2.73" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp1" element="TAKE_WIN" inputtag="P1" inputmask="0x02">
|
||||
<bounds x="3.14" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
|
||||
<!-- Tower lamps -->
|
||||
<bezel name="lamp32" element="REDLAMP">
|
||||
<bounds x="3.58" y="3.24" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp33" element="REDLAMP">
|
||||
<bounds x="3.58" y="3.36" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp34" element="REDLAMP">
|
||||
<bounds x="3.68" y="3.24" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp35" element="REDLAMP">
|
||||
<bounds x="3.68" y="3.36" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
</view>
|
||||
|
||||
<view name="Screen">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
|
343
src/mame/layout/orchidmsnz.lay
Normal file
343
src/mame/layout/orchidmsnz.lay
Normal file
@ -0,0 +1,343 @@
|
||||
<?xml version="1.0"?>
|
||||
<mamelayout version="2">
|
||||
<element name="COLLECT">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="0.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.0" />
|
||||
</rect>
|
||||
<text string="COLLECT">
|
||||
<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="1LINE">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="1 LINE/RED">
|
||||
<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="2LINES">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="2 LINES">
|
||||
<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="4LINES">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="4 LINES">
|
||||
<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="8LINES">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="8 LINES">
|
||||
<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="AUTOPLAY">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="AUTOPLAY">
|
||||
<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="10LINES">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="10 LINES/BLACK">
|
||||
<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="GAMBLE">
|
||||
<rect state="0">
|
||||
<color red="0.5" green="0.0" blue="0.7" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.25" green="0.0" blue="0.35" />
|
||||
|
||||
</rect>
|
||||
<text string="GAMBLE">
|
||||
<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="RESERVE">
|
||||
<rect state="0">
|
||||
<color red="0.0" green="1.0" blue="0.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.0" green="0.5" blue="0.0" />
|
||||
</rect>
|
||||
<text string="RESERVE">
|
||||
<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="BET1">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="BET 1/HEART">
|
||||
<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="BET2">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="BET 2/DIAMOND">
|
||||
<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="BET5">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="BET 5">
|
||||
<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="BET15">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="BET 15/CLUB">
|
||||
<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="BET25">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="1.0" blue="1.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="BET 25/SPADE">
|
||||
<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="TAKE_WIN">
|
||||
<rect state="0">
|
||||
<color red="1.0" green="0.7" blue="0.0" />
|
||||
</rect>
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.35" blue="0.0" />
|
||||
</rect>
|
||||
<text string="TAKE WIN/START FEATURE">
|
||||
<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="REDLAMP">
|
||||
<disk state="1">
|
||||
<color red="0.2" green="0.0" blue="0.0" />
|
||||
</disk>
|
||||
<disk state="0">
|
||||
<color red="1.0" green="0.0" blue="0.0" />
|
||||
</disk>
|
||||
</element>
|
||||
|
||||
<view name="Button Lamps - Standard">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</screen>
|
||||
|
||||
<!-- Buttons lamps -->
|
||||
<bezel name="lamp8" element="COLLECT" inputtag="P1" inputmask="0x100">
|
||||
<bounds x="0.27" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp9" element="BET1" inputtag="P1" inputmask="0x200">
|
||||
<bounds x="0.68" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp10" element="BET2" inputtag="P1" inputmask="0x400">
|
||||
<bounds x="1.09" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp11" element="BET5" inputtag="P1" inputmask="0x800">
|
||||
<bounds x="1.51" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp12" element="BET15" inputtag="P1" inputmask="0x1000">
|
||||
<bounds x="1.91" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp13" element="BET25" inputtag="P1" inputmask="0x2000">
|
||||
<bounds x="2.32" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
|
||||
<bezel name="lamp7" element="RESERVE" inputtag="P1" inputmask="0x80">
|
||||
<bounds x="0.27" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp6" element="1LINE" inputtag="P1" inputmask="0x40">
|
||||
<bounds x="0.68" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp5" element="2LINES" inputtag="P1" inputmask="0x20">
|
||||
<bounds x="1.09" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp4" element="4LINES" inputtag="P1" inputmask="0x10">
|
||||
<bounds x="1.51" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp3" element="8LINES" inputtag="P1" inputmask="0x08">
|
||||
<bounds x="1.91" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp2" element="10LINES" inputtag="P1" inputmask="0x04">
|
||||
<bounds x="2.32" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp0" element="GAMBLE" inputtag="P1" inputmask="0x01">
|
||||
<bounds x="2.73" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp1" element="TAKE_WIN" inputtag="P1" inputmask="0x02">
|
||||
<bounds x="3.14" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
|
||||
<!-- Tower lamps -->
|
||||
<bezel name="lamp32" element="REDLAMP">
|
||||
<bounds x="3.58" y="3.24" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp33" element="REDLAMP">
|
||||
<bounds x="3.58" y="3.36" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp34" element="REDLAMP">
|
||||
<bounds x="3.68" y="3.24" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp35" element="REDLAMP">
|
||||
<bounds x="3.68" y="3.36" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
</view>
|
||||
|
||||
<view name="Button Lamps - Autoplay">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</screen>
|
||||
|
||||
<!-- Buttons lamps -->
|
||||
<bezel name="lamp8" element="COLLECT" inputtag="P1" inputmask="0x100">
|
||||
<bounds x="0.27" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp9" element="BET1" inputtag="P1" inputmask="0x200">
|
||||
<bounds x="0.68" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp10" element="BET2" inputtag="P1" inputmask="0x400">
|
||||
<bounds x="1.09" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp11" element="BET5" inputtag="P1" inputmask="0x800">
|
||||
<bounds x="1.51" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp12" element="BET15" inputtag="P1" inputmask="0x1000">
|
||||
<bounds x="1.91" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp13" element="BET25" inputtag="P1" inputmask="0x2000">
|
||||
<bounds x="2.32" y="3.02" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
|
||||
<bezel name="lamp7" element="RESERVE" inputtag="P1" inputmask="0x80">
|
||||
<bounds x="0.27" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp6" element="1LINE" inputtag="P1" inputmask="0x40">
|
||||
<bounds x="0.68" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp5" element="2LINES" inputtag="P1" inputmask="0x20">
|
||||
<bounds x="1.09" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp4" element="4LINES" inputtag="P1" inputmask="0x10">
|
||||
<bounds x="1.51" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp3" element="AUTOPLAY" inputtag="P1" inputmask="0x08">
|
||||
<bounds x="1.91" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp2" element="10LINES" inputtag="P1" inputmask="0x04">
|
||||
<bounds x="2.32" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp0" element="GAMBLE" inputtag="P1" inputmask="0x01">
|
||||
<bounds x="2.73" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<bezel name="lamp1" element="TAKE_WIN" inputtag="P1" inputmask="0x02">
|
||||
<bounds x="3.14" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
|
||||
<!-- Tower lamps -->
|
||||
<bezel name="lamp32" element="REDLAMP">
|
||||
<bounds x="3.58" y="3.24" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp33" element="REDLAMP">
|
||||
<bounds x="3.58" y="3.36" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp34" element="REDLAMP">
|
||||
<bounds x="3.68" y="3.24" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
<bezel name="lamp35" element="REDLAMP">
|
||||
<bounds x="3.68" y="3.36" width="0.10" height="0.10" />
|
||||
</bezel>
|
||||
</view>
|
||||
|
||||
<view name="Screen">
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</screen>
|
||||
</view>
|
||||
</mamelayout>
|
@ -20,7 +20,7 @@
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="BET 1">
|
||||
<text string="BET 1/RED">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
@ -72,7 +72,7 @@
|
||||
<rect state="1">
|
||||
<color red="0.5" green="0.5" blue="0.5" />
|
||||
</rect>
|
||||
<text string="BET 10">
|
||||
<text string="BET 10/BLACK">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
<bounds x="0" y="0.1" width="1" height="0.8" />
|
||||
</text>
|
||||
|
@ -1600,6 +1600,7 @@ mystgard // (c) 1996
|
||||
one4all // (c) 2001
|
||||
orchidms // (c) 1999
|
||||
orchidmsa // (c) 1999
|
||||
orchidmsnz // (c) 2000
|
||||
oscara5 // (c) 1996
|
||||
oscara5a // (c) 1996
|
||||
pantmag // (c) 1999
|
||||
@ -1640,6 +1641,7 @@ qnileu // (c) 1997
|
||||
qnileua // (c) 1997
|
||||
qnilev // (c) 1997
|
||||
qnilemax // (c) 1999
|
||||
qnilenz // (c) 1998
|
||||
qtbird // (c) 1994
|
||||
rainwrce // (c) 2000
|
||||
reelpwr // (c) 1996
|
||||
|
Loading…
Reference in New Issue
Block a user