summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2021-05-11 17:43:34 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2021-05-11 17:43:34 +0700
commit3a5aa4794079d91affe8925c7dd52743eff3bfbc (patch)
tree966488d083ff5f7d7d79b8c21f46b99e619e3851 /src/mame/layout
parent139fc67f93c65e9ccfdd34bd062fb91462508b2c (diff)
decstation: pmax/pmin pass more diagnostics
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/kn01.lay30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/mame/layout/kn01.lay b/src/mame/layout/kn01.lay
new file mode 100644
index 00000000000..40db51cac5f
--- /dev/null
+++ b/src/mame/layout/kn01.lay
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+license:CC0
+copyright-holders:Patrick Mackinlay
+DECstation 2100/3100 LEDs
+-->
+<mamelayout version="2">
+ <element name="led" defstate="1">
+ <disk state="0">
+ <color red="0.0" green="0.75" blue="0.0" />
+ </disk>
+ <disk state="1">
+ <color red="0.0" green="0.25" blue="0.0" />
+ </disk>
+ </element>
+
+ <view name="KN01">
+ <screen index="0">
+ <bounds x="0" y="0" width="1024" height="864" />
+ </screen>
+
+ <repeat count="8">
+ <param name="n" start="0" increment="1" />
+ <param name="x" start="1015" increment="-10" />
+ <element name="led~n~" ref="led">
+ <bounds x="~x~" y="875" width="10" height="10" />
+ </element>
+ </repeat>
+ </view>
+</mamelayout>