summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/jpmsru.lay
blob: c4f6c93f4640147b1fea2f47cdca0380141fe42b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0"?>
<!--
license:CC0-1.0
-->
<mamelayout version="2">
	<element name="matrixlamp">
		<rect state="0">
			<color red="0.7" green="0.7" blue="0.7" />
		</rect>
		<rect state="1">
			<color red="0.95" green="0.95" blue="0.43" />
		</rect>
	</element>
	<element name="reel_bg">
		<rect>
			<color red="1.0" green="1.0" blue="1.0"/>
		</rect>
	</element>
	<element name="Reel">
		<rect> <bounds x="0" y="0" width="100" height="400"/> <color alpha="0.0"/> </rect>
		<text string="1">       <bounds x="0" y="40" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="2">       <bounds x="0" y="60" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="3">       <bounds x="0" y="80" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="4">       <bounds x="0" y="100" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="5">       <bounds x="0" y="120" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="6">       <bounds x="0" y="140" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="7">       <bounds x="0" y="160" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="8">       <bounds x="0" y="180" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="9">       <bounds x="0" y="200" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="10">      <bounds x="0" y="220" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="11">      <bounds x="0" y="240" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="12">      <bounds x="0" y="260" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="13">      <bounds x="0" y="280" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="14">      <bounds x="0" y="300" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="15">      <bounds x="0" y="320" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="16">      <bounds x="0" y="340" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="17">      <bounds x="0" y="360" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="18">      <bounds x="0" y="380" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="19">      <bounds x="0" y="0" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
		<text string="20">      <bounds x="0" y="20" width="100" height="20"/> <color red="0.0" green="0.0" blue="0.0"/> </text>
	</element>
	<element name="LCD" defstate="0">
		<led7seg>
			<color red="0.9" green="0.0" blue="0.0" />
		</led7seg>
	</element>

	<view name="AWP Simulated Video (No Artwork)">
		<repeat count="4">
			<param name="i" start="1" increment="1" />
			<param name="x" start="20" increment="50" />
			<element ref="reel_bg">
				<bounds x="~x~" y="145" width="30" height="135"/>
			</element>
			<element ref="Reel" state="0">
				<bounds x="~x~" y="145" width="30" height="135"/>
				<yscroll name="sreel~i~" size="0.25" wrap="yes" min="65536" max="0"/>
			</element>
		</repeat>
		<element name="digit5" ref="LCD"><bounds x="76" y="280" width="24" height="40" /></element>
		<element name="digit4" ref="LCD"><bounds x="100" y="280" width="24" height="40" /></element>
		<element name="digit3" ref="LCD"><bounds x="124" y="280" width="24" height="40" /></element>
		<element name="digit2" ref="LCD"><bounds x="148" y="280" width="24" height="40" /></element>
		<element name="digit1" ref="LCD"><bounds x="172" y="280" width="24" height="40" /></element>
		<element name="digit0" ref="LCD"><bounds x="196" y="280" width="24" height="40" /></element>
		<repeat count="5">
			<param name="i" start="0" increment="8" />
			<param name="y" start="0" increment="8" />
			<repeat count="8">
				<param name="j" start="~i~" increment="1" />
				<param name="x" start="0" increment="8" />
				<element name="lamp~j~" ref="matrixlamp" state="0">
					<bounds x="~x~" y="~y~" width="7" height="7"/>
				</element>
			</repeat>
		</repeat>
		<repeat count="7">
			<param name="i" start="40" increment="8" />
			<param name="y" start="48" increment="8" />
			<repeat count="8">
				<param name="j" start="~i~" increment="1" />
				<param name="x" start="0" increment="8" />
				<element name="lamp~j~" ref="matrixlamp" state="0">
					<bounds x="~x~" y="~y~" width="7" height="7"/>
				</element>
			</repeat>
		</repeat>
	</view>
</mamelayout>