summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/elecyoyo.lay
blob: d433239a939a5b5c8f9424306ab664ff0862ef47 (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
<?xml version="1.0"?>
<!--
license:CC0-1.0
-->
<mamelayout version="2">
	<element name="crop">
		<rect>
			<color red="0" green="0" blue="0" />
		</rect>
	</element>
	<view name="Cropped Corners">
		<screen index="0">
			<bounds x="0" y="0" width="300" height="400" />
		</screen>
		<element ref="crop">
			<bounds x="0" y="0" width="12" height="15" />
		</element>
		<element ref="crop">
			<bounds x="288" y="0" width="12" height="15" />
		</element>
		<element ref="crop">
			<bounds x="0" y="385" width="12" height="15" />
		</element>
		<element ref="crop">
			<bounds x="288" y="385" width="12" height="15" />
		</element>
	</view>
</mamelayout>