summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2020-09-07 16:20:33 -0400
committer GitHub <noreply@github.com>2020-09-07 16:20:33 -0400
commit09350bbdd3694e3ea12ac1133247096c01decd56 (patch)
tree09fecf2ebe10008561e6d74326ad766761d044cc
parent66e0c1482244be6dbdd76cb834a4de715d6f1c09 (diff)
parent2132e12233dc124e2ced553e339086e7805b4219 (diff)
Merge pull request #7204 from clawgrip/patch-62
drdmania.cpp: Add ASCII PCB layout
-rw-r--r--src/mame/drivers/drdmania.cpp37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/mame/drivers/drdmania.cpp b/src/mame/drivers/drdmania.cpp
index 8b9cde81df5..7e8c9a9b890 100644
--- a/src/mame/drivers/drdmania.cpp
+++ b/src/mame/drivers/drdmania.cpp
@@ -13,6 +13,43 @@
-OSCs: 18.432 MHz
-Dips: 1 x 6 dips banks
+ ______________________________________________________SN74LS74N_________________________________
+ | ______ ___ ___ ___ ___ _V_ ___ ___|
+ | |Xtal | | | | | | | SN74LS14N->| | | | | |<-74LS04N ___|
+ | |18.432Mhz | | | | |__|<-MX699 | | | | | | ___|
+ | SN74LS04N->_| |__|<-SN74LS92N |__| |__| |__| ___|
+ | ______________ ___|
+ | __________ __________ __________ |DARDOMANIA | __________ ___|
+ | SN74LS393N| |_74LS153N| |AM9114EPC| |DMP05.V2.1 | SN74LS166N| ___|
+ | __________ |______________| ____ ___|
+ | |SN74LS08N| ______________ |6x | ___|
+ | __________ __________ __________ |DARDOMANIA | __________ |DIPS| ___|
+ | SN74LS393N| |74LS257BN| |AM9114EPC| |DMP04.V2.1 | SN74LS166N| | | ___|
+ | |______________| |____| ___|
+ | ______________ ___|
+ | __________ __________ __________ |DARDOMANIA | __________ ___|
+ | |SN74LS08N| |74LS157BN| |AM9114EPC| |DMP03.V2.1 | SN74LS166N| ___|
+ | __________ |______________| ___|
+ | SN74LS125AN ___ ___|
+ | __________ __________ __________ __________ | |<-SN74LS07N |
+ | |SN74LS20N| |SN74LS10N| |SN74LS32N| SN74LS241N | | __________ |
+ | __________ ______________ |__| SN74LS273N |
+ | |SN74LS139N |DARDOMANIA | _______ __________ |
+ | __________ __________ |DMP02.V2.1 | |AY-3 | SN74LS273N |
+ | SN74LS74AN |SN74LS32N| __________ |______________| |8910 | __________ |
+ | _______ |SN74LS241N ______________ | | SN74LS244N |
+ | __________ |Z80 | |DARDOMANIA | |GI | __________ |
+ | SN74LS74AN |CPU | __________ |DMP01.V2.1 | | | SN74LS244N |
+ | ___ |Z8040006 |SN74LS00N| |______________| | | __________ |
+ | | | |PSC | ______________ | | SN74LS244N |
+ | | | | | __________ |MK48Z02B-20 | | | |
+74LS245N-> | |Zilog | |SN74LS241N |ZEROPOWER RAM | | | |
+ | |__| | | __________ |______________| | | DIANA'94 |
+ | | | |_N82S123N| |______| |
+ | __________ |______| __________ SLEIC __________ __________ |
+ | SN74LS74AN |SN74LS08N| 13-94 |_74LS86N_| |_ LM380N_| |
+ |____________________________________________________________________________________________|
+
*******************************************************************************/
#include "emu.h"