summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/interpro.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/interpro.lay')
-rw-r--r--src/mame/layout/interpro.lay39
1 files changed, 27 insertions, 12 deletions
diff --git a/src/mame/layout/interpro.lay b/src/mame/layout/interpro.lay
index 3e110a2ca76..655264c4636 100644
--- a/src/mame/layout/interpro.lay
+++ b/src/mame/layout/interpro.lay
@@ -4,22 +4,37 @@ license:CC0
copyright-holders:Patrick Mackinlay
Intergraph InterPro 2x00 layout.
-For now, this is only used to display the (internal) diagnostic 7-segment LED. In the future, it
-should be expanded to handle the monitor(s), system unit power/disk lights, and keyboard.
+TODO
+ - system unit power light and reset button
+ - keyboard and leds
+ - monitor bezels
-->
<mamelayout version="2">
- <element name="digit" defstate="0">
- <led7seg>
- <color red="1.0" green="0.0" blue="0.0" />
- </led7seg>
- </element>
-
- <view name="Default Layout">
- <bezel name="digit0" element="digit">
- <bounds x="850" y="0" width="40" height="50" />
- </bezel>
+ <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>