summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/ltcasino.lay
blob: 9227066a1f6d4f4049df29795b11b1e8fa0bba6b (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
<?xml version="1.0"?>
<!--
license: CC0-1.0
copyright-holders: Dirk Best

Simple layout for Little Casino (monochrome)
-->

<mamelayout version="2">
	<element name="background">
	</element>
	<element name="overlay">
		<rect>
			<bounds left="0" top="0" right="640" bottom="70" />
			<color red="0.87" green="0.91" blue="0.43" />
		</rect>
		<rect>
			<bounds left="0" top="75" right="640" bottom="240" />
			<color red="0.10" green="0.44" blue="0.72" />
		</rect>
		<rect>
			<bounds left="0" top="240" right="640" bottom="410" />
			<color red="0.77" green="0.14" blue="0.14" />
		</rect>
		<rect>
			<bounds left="0" top="415" right="640" bottom="480" />
			<color red="0.18" green="0.85" blue="0.33" />
		</rect>
	</element>
	<element name="button" defstate="0">
		<rect state="0">
			<color red="0.2" green="0.2" blue="0.2" />
		</rect>
		<rect state="1">
			<color red="0.8" green="0.8" blue="0.8" />
		</rect>
	</element>
	<view name="Buttons">
		<collection name="Control Panel">
			<element ref="background">
				<bounds x="0" y="480" width="640" height="100" />
			</element>
			<element name="button_0" ref="button" inputtag="Q" inputmask="0x01">
				<bounds x="80" y="505" width="70" height="35" />
			</element>
			<element name="button_1" ref="button" inputtag="Q" inputmask="0x02">
				<bounds x="180" y="505" width="70" height="35" />
			</element>
			<element name="button_2" ref="button" inputtag="Q" inputmask="0x04">
				<bounds x="280" y="505" width="70" height="35" />
			</element>
			<element name="button_3" ref="button" inputtag="Q" inputmask="0x08">
				<bounds x="380" y="505" width="70" height="35" />
			</element>
			<element name="button_4" ref="button" inputtag="Q" inputmask="0x10">
				<bounds x="480" y="505" width="70" height="35" />
			</element>
		</collection>
		<screen index="0">
			<bounds left="0" top="0" right="640" bottom="480" />
		</screen>
		<collection name="Overlay">
			<element name="overlay" ref="overlay" blend="multiply">
				<bounds x="0" y="0" width="640" height="480" />
			</element>
		</collection>
	</view>
</mamelayout>