summaryrefslogtreecommitdiffstats
path: root/src/mame/layout/super80.lay
blob: 25b07626448a1970abb2af2522f7566804a52f99 (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
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">

	<element name="red_led" defstate="0">
		<disk state="0"><color red="1.0" green="0.0" blue="0.0" /></disk>
	</element>

	<element name="CASSETTE">
		<text string="CASSETTE">
			<color red="1.0" green="1.0" blue="1.0" />
		</text>
	</element>
	<element name="background">
		<rect>
			<bounds left="0" top="0" right="1" bottom="1" />
			<color red="0.0" green="0.0" blue="0.0" />
		</rect>
	</element>

	<view name="Cassette LED">
		<screen index="0">
			<bounds x="0" y="0" width="1400" height="1050" />
		</screen>
	<!--    <element name="cass_txt" ref="CASSETTE">
	        <bounds left="0" right="100" top="1030" bottom="1050" />
	    </element> -->
		<element name="cass_led" ref="red_led">
			<bounds left="0" right="20" top="1020" bottom="1045" />
		</element>
	<!--    <element ref="background">
	        <bounds left="0" top="850" right="1" bottom="855" />
	    </element> -->
	</view>

</mamelayout>