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.lay25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mame/layout/interpro.lay b/src/mame/layout/interpro.lay
new file mode 100644
index 00000000000..b6263ed90f3
--- /dev/null
+++ b/src/mame/layout/interpro.lay
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!--
+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.
+-->
+<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>
+ <screen index="0">
+ <bounds x="0" y="0" width="800" height="600" />
+ </screen>
+ </view>
+</mamelayout>