summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Guru <mr-t-guru@users.noreply.github.com>2015-08-23 18:39:55 +0800
committer Guru <mr-t-guru@users.noreply.github.com>2015-08-23 18:39:55 +0800
commit2af923ff8cce61caaf6ac4335052a6692281ba32 (patch)
treeb8efd702ee4f6eeb4af64e9f0e4494c44ed6b2da
parentbadeb73a71d6474bef3d5011d87b958b3a1aed8d (diff)
minivadr.c: Added PCB layout
-rw-r--r--src/mame/drivers/minivadr.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/mame/drivers/minivadr.c b/src/mame/drivers/minivadr.c
index b8256fc5b8f..780959845f5 100644
--- a/src/mame/drivers/minivadr.c
+++ b/src/mame/drivers/minivadr.c
@@ -10,6 +10,28 @@ Driver by Takahiro Nogi (nogi@kt.rim.or.jp) 1999/12/19 -
This is a test board sold together with the cabinet (as required by law in
Japan). It has no sound.
+PCB Layout
+----------
+
+K11X0622A
+MINI VADERS
+|-------------------------|
+|MB3771 24MHz |
+|LS32 74F74 |
+|LS139 |
+|D26_01.IC7 LS244 J|
+|Z80 LS244 A|
+|LS86 LS08 LS373 M|
+|LS157 LS157 LS161 LS161 M|
+|LS157 LS157 LS161 LS161 A|
+|6116 LS157 LS08 |
+|LS74 LS74 LS74 LS157 |
+|-------------------------|
+Notes: (all ICs shown)
+ Z80 - Clock 4MHz [24/6]
+ 6116 - 2Kbx8 SRAM
+ D26_01.IC7 - 27C64 8Kbx8 EPROM
+
***************************************************************************/
#include "emu.h"