summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2021-09-22 03:26:09 +0100
committer GitHub <noreply@github.com>2021-09-21 22:26:09 -0400
commit47e5d8c5c6b0c53aa678be9ea63ae4255349e170 (patch)
treef1d0947622e310c0593704de7604a6f8da81a06f /src/mame/layout
parent1d819e186abff50670ac2ac9d51ba896ff6c0d72 (diff)
Dumped the 68705P3 MCUs on 2 different types of sp.ACE fruit machine reel driver PCBs [TTX] (#8593)
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/ace_sp_dmd.lay39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/mame/layout/ace_sp_dmd.lay b/src/mame/layout/ace_sp_dmd.lay
new file mode 100644
index 00000000000..e00e8abeabd
--- /dev/null
+++ b/src/mame/layout/ace_sp_dmd.lay
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<!--
+license:CC0
+-->
+<mamelayout version="2">
+
+ <element name="dotmatrixdot">
+ <rect>
+ <color red="0" green="0" blue="0" />
+ <bounds left="-0.05" top="-0.05" right="1.05" bottom="1.05" />
+ </rect>
+ <disk>
+ <color state="1" red="1.0" green="1.0" blue="1.0" />
+ <color state="0" red="0.125" green="0.125" blue="0.125" />
+ </disk>
+ </element>
+
+ <group name="dmd">
+ <repeat count="24">
+ <param name="s" start="0" increment="64" />
+ <param name="y" start="0" increment="1" />
+ <repeat count="64">
+ <param name="n" start="~s~" increment="1" />
+ <param name="x" start="0" increment="1" />
+ <element name="dotmatrix~n~" ref="dotmatrixdot" state="0">
+ <bounds x="~x~" y="~y~" width="1" height="1" />
+ <color red="1.0" green="0.12" blue="0.12" />
+ </element>
+ </repeat>
+ </repeat>
+ </group>
+
+ <view name="AWP Simulated Video">
+ <group ref="dmd">
+ <bounds x="0" y="0" width="520" height="168" />
+ </group>
+ </view>
+
+</mamelayout>