summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2021-01-09 23:53:12 +0100
committer GitHub <noreply@github.com>2021-01-09 23:53:12 +0100
commitd6141264bfa421e20ff5990d1f9646cb9206fa7b (patch)
tree152ca464e36b9b7d120cfa6ea0f09a377fb23a68
parent185437bcd950985bb1508bf63ca88895fd05ada9 (diff)
miniguay.cpp: Add PCB ASCII layout
-rw-r--r--src/mame/drivers/miniguay.cpp42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/mame/drivers/miniguay.cpp b/src/mame/drivers/miniguay.cpp
index aaea30cc64b..8d968b187c7 100644
--- a/src/mame/drivers/miniguay.cpp
+++ b/src/mame/drivers/miniguay.cpp
@@ -15,8 +15,50 @@
1 x 6.144MHz Osc
battery backed RAM
+ ________________________________________________
+ |C | ________ ________ |
+ |O | ULN2064B |_7417N_| |
+ |N | ___________________ TDA2002 |
+ |N | | 8155P | ________ |
+ |__| |__________________| |74HC04P| |
+ | ___________________ _________ |
+ | | AY-3-8910 | |74LS240N| |
+ | |__________________| ________ |__
+ | ________ ________ |74LS08N| ___ -|
+ | |_DIPSx8| |_DIPSx8| ________ |C | -|
+ | ___________________ 74HC32B1 |O | -|
+ | | SAB8256A | ________ |N | -|
+ | |__________________| 74LS139B1 |N | -|
+ | _________ |__| -|
+ | |_PAT_031| -|
+ | _________ -|
+ | ___________________ |l4LS373_| -|
+ | | D8085AHC | __|
+ | |__________________| |
+ | |
+ | XTAL ________________ |
+ | 6.144 MHz | 27256 | |
+ | ________ |_______________| |
+ | |74HC00B1 _______________ |
+ | ________ | D446C-2 | |
+ | ________ |74LS04P_| |______________| |
+ | |74LS393N |
+ | ________ _____ BATT |
+ | HEF4060BP LM393N 3.6V |
+ | ___________________ _____________|
+ | | 8155P | |
+ | |__________________| |
+ | ________ ________ |
+ | __ |ULN2003A 74LS145N ________|
+ ||C| 74LS247N|
+ ||O| |
+ ||N| |
+ ||N| PCB 860607-2A |
+ |_________________________________|
+
Two different PCBs were found with same components, albeit some from different producers.
The machine uses light bulbs.
+ The coin acceptor is driven by a MCU (unknown type).
*/
#include "emu.h"