summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/tb303.lay
blob: a202f557704348cb32c257b96ecfa6ffbfbc3e4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<mamelayout version="2">

<!-- define elements -->

	<element name="led" defstate="0">
		<disk state="0"><color red="0.15" green="0.03" blue="0.03" /></disk>
		<disk state="1"><color red="1.0" green="0.3" blue="0.3" /></disk>
	</element>



<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="0" right="100" top="0" bottom="100" />


	</view>
</mamelayout>