summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/interpro.lay
blob: 655264c4636b6acf283ecc61d9984869bf6934d7 (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
<?xml version="1.0"?>
<!--
license:CC0
copyright-holders:Patrick Mackinlay
Intergraph InterPro 2x00 layout.

TODO
 - system unit power light and reset button
 - keyboard and leds
 - monitor bezels
-->
<mamelayout version="2">
  <view name="Graphics 0">
	<screen index="0">
	  <bounds x="0" y="0" width="1184" height="884" />
	</screen>
  </view>

  <view name="Graphics 1">
	<screen index="1">
	  <bounds x="0" y="0" width="1184" height="884" />
	</screen>
  </view>

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

  <view name="Terminal">
	<bezel name="digit0" element="digit">
	  <bounds x="850" y="0" width="40" height="50" />
	</bezel>
	<screen index="2">
	  <bounds x="0" y="0" width="800" height="600" />
	</screen>
  </view>

</mamelayout>