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

	<!-- define elements -->

	<element name="white"><rect><color red="0.9" green="0.9" blue="0.9" /></rect></element>
	<element name="yellow"><rect><color red="0.8" green="0.75" blue="0.6" /></rect></element>
	<element name="black"><rect><color red="0" green="0" blue="0" /></rect></element>

	<element name="led" defstate="0">
		<disk state="0"><color red="0.15" green="0.015" blue="0.02" /></disk>
		<disk state="1"><color red="1.0" green="0.1" blue="0.15" /></disk>
	</element>


	<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="14.85" right="30.15" top="8.85" bottom="26.15" />

		<element ref="yellow"><bounds x="14.5" y="8.5" width="16" height="18" /></element>

		<element ref="black"><bounds x="19.35" y="19.35" width="6.3" height="6.3" /></element>
		<element ref="white"><bounds x="19.5" y="19.5" width="6" height="6" /></element>
		<element name="1.0" ref="led"><bounds x="20" y="20" width="1" height="1" /></element>
		<element name="1.1" ref="led"><bounds x="22" y="20" width="1" height="1" /></element>
		<element name="1.2" ref="led"><bounds x="24" y="20" width="1" height="1" /></element>
		<element name="2.0" ref="led"><bounds x="20" y="22" width="1" height="1" /></element>
		<element name="2.1" ref="led"><bounds x="22" y="22" width="1" height="1" /></element>
		<element name="2.2" ref="led"><bounds x="24" y="22" width="1" height="1" /></element>
		<element name="3.0" ref="led"><bounds x="20" y="24" width="1" height="1" /></element>
		<element name="3.1" ref="led"><bounds x="22" y="24" width="1" height="1" /></element>
		<element name="3.2" ref="led"><bounds x="24" y="24" width="1" height="1" /></element>

		<element ref="black"><bounds x="15.35" y="15.35" width="2.3" height="2.3" /></element>
		<element ref="white"><bounds x="15.5" y="15.5" width="2" height="2" /></element>
		<element name="0.0" ref="led"><bounds x="16" y="16" width="1" height="1" /></element>

		<element ref="black"><bounds x="21.35" y="9.35" width="2.3" height="2.3" /></element>
		<element ref="white"><bounds x="21.5" y="9.5" width="2" height="2" /></element>
		<element name="0.1" ref="led"><bounds x="22" y="10" width="1" height="1" /></element>

		<element ref="black"><bounds x="27.35" y="15.35" width="2.3" height="2.3" /></element>
		<element ref="white"><bounds x="27.5" y="15.5" width="2" height="2" /></element>
		<element name="0.2" ref="led"><bounds x="28" y="16" width="1" height="1" /></element>

	</view>
</mamelayout>