summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2018-05-16 02:19:06 +0200
committer Dirk Best <mail@dirk-best.de>2018-05-16 03:23:54 +0200
commit5b533f87d725125bbc61599a5152586ccd28942d (patch)
tree9071001c8cf16b6a860b5057177e0308e6238467 /src/mame/layout
parent4308e2a0c75c1813671327d19e9f983a62f71133 (diff)
model1: Emulate the I/O board used by Wing War and Netmerc
It's also used by Virtua Cop, will be hooked up later to it.
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/model1io2.lay46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/mame/layout/model1io2.lay b/src/mame/layout/model1io2.lay
new file mode 100644
index 00000000000..3c62bd3a522
--- /dev/null
+++ b/src/mame/layout/model1io2.lay
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+
+<mamelayout version="2">
+ <element name="background">
+ </element>
+
+ <element name="led_red" defstate="0">
+ <disk state="0">
+ <color red="0.2" green="0.05" blue="0.05" />
+ </disk>
+ <disk state="1">
+ <color red="0.8" green="0.05" blue="0.05" />
+ </disk>
+ </element>
+
+ <element name="text_comm_err">
+ <text string="COMM_ERR"><color red="1.00" green="1.00" blue="1.00" /></text>
+ </element>
+
+ <view name="Default">
+ <screen index="1">
+ <bounds left="0" top="0" right="1" bottom="1" />
+ </screen>
+ <screen index="0">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </screen>
+ </view>
+
+ <view name="Diagnostic">
+ <backdrop element="background">
+ <bounds x="0" y="0" width="496" height="419" />
+ </backdrop>
+ <screen index="0">
+ <bounds left="0" top="0" right="496" bottom="384" />
+ </screen>
+ <screen index="1">
+ <bounds left="8" top="392" right="129" bottom="411" />
+ </screen>
+ <cpanel name="led_comm_err" element="led_red">
+ <bounds x="141" y="399" width="5" height="5" />
+ </cpanel>
+ <cpanel element="text_comm_err">
+ <bounds x="145" y="398" width="40" height="7" />
+ </cpanel>
+ </view>
+</mamelayout>