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

<!-- define elements -->

	<element name="plate" defstate="0">
		<rect state="0"><color red="0.1" green="0.1" blue="0.1" /></rect>
		<rect state="1"><color red="0.4" green="1.0" blue="0.95" /></rect>
	</element>


<!-- build screen -->

	<view name="Internal Layout">
		<bounds left="-0.5" right="14" top="-0.2" bottom="9" />

		<repeat count="10">
			<param name="y" start="0" increment="0.9" />
			<param name="i2" start="9" increment="-1" />

			<repeat count="14">
				<param name="x" start="0" increment="1" />
				<param name="i1" start="13" increment="-1" />
				<element name="~i1~.~i2~" ref="plate"><bounds x="~x~" y="~y~" width="0.5" height="0.7" /></element>
			</repeat>
		</repeat>

	</view>
</mamelayout>