summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/gamemach.lay
blob: 4a8077a643ad1f3c31c4b3f00dcf6354a3722b35 (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
<?xml version="1.0"?>
<!--
license:CC0-1.0
authors:hap
-->
<mamelayout version="2">

<!-- define elements -->

	<element name="digit" defstate="0">
		<led7seg><color red="0.2" green="1.0" blue="0.85" /></led7seg>
	</element>


<!-- build screen -->

	<view name="Internal Layout">
		<repeat count="12">
			<param name="x" start="0" increment="2.5" />
			<param name="i" start="11" increment="-1" />
			<element name="digit~i~" ref="digit"><bounds x="~x~" y="0" width="2" height="2.9" /></element>
		</repeat>
	</view>
</mamelayout>