summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/svmu.lay
blob: f4419de1b90c5817bf4f9500ce5b9646bed5dca6 (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
<?xml version="1.0"?>
<mamelayout version="2">
	<element name="file" defstate="0">
		<text string="FILE" state="1">
			<color red="0" green="0" blue="0" />
		</text>
	</element>
	<element name="game" defstate="0">
		<text string="GAME" state="1">
			<color red="0" green="0" blue="0" />
		</text>
	</element>
	<element name="clock" defstate="0">
		<text string="CLOCK" state="1">
			<color red="0" green="0" blue="0" />
		</text>
	</element>
	<element name="flash" defstate="0">
		<text string="FLASH" state="1">
			<color red="0" green="0" blue="0" />
		</text>
	</element>
	<element name="background">
		<rect>
			<color red="0.54" green="0.57" blue="0.58" />
		</rect>
	</element>

	<view name="Default Layout">
		<bezel element="background">
			<bounds x="0" y="~scr0height~" width="~scr0width~" height="30" />
		</bezel>
		<bezel name="file_icon" element="file">
			<bounds x="0" y="~scr0height~" width="80" height="30" />
		</bezel>
		<bezel name="game_icon" element="game">
			<bounds x="85" y="~scr0height~" width="80" height="30" />
		</bezel>
		<bezel name="clock_icon" element="clock">
			<bounds x="170" y="~scr0height~" width="100" height="30" />
		</bezel>
		<bezel name="flash_icon" element="flash">
			<bounds x="275" y="~scr0height~" width="100" height="30" />
		</bezel>

		<screen index="0">
			<bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" />
		</screen>
	</view>
	<view name="LCD Only">
		<screen index="0">
			<bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" />
		</screen>
	</view>
</mamelayout>