summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <briantro@users.noreply.github.com>2017-08-23 17:36:10 -0500
committer briantro <briantro@users.noreply.github.com>2017-08-23 17:36:10 -0500
commit3e7ff5b63f8c4232165ee1d3530eaa4ed366503b (patch)
tree05a40c9084c16b613eea76db14039e1855663a1a
parent2a4b6dd7db6b86cbe734c9c08fbff8374472c253 (diff)
thoop2.cpp: Added PCB layout for TH Strikes Back [Brian Troha]
-rw-r--r--src/mame/drivers/targeth.cpp6
-rw-r--r--src/mame/drivers/thoop2.cpp40
2 files changed, 45 insertions, 1 deletions
diff --git a/src/mame/drivers/targeth.cpp b/src/mame/drivers/targeth.cpp
index d9ca413b922..54d72b66ec8 100644
--- a/src/mame/drivers/targeth.cpp
+++ b/src/mame/drivers/targeth.cpp
@@ -44,6 +44,12 @@ Sound: OKI M6295
JP4: 5 pin header for light gun player 2
JP5: 5 pin header for light gun player 1
+DS5002FP Box contains:
+ Dallas DS5002SP @ 12MHz
+ KM62256BLG-7L - 32Kx8 Low Power CMOS SRAM
+ 3.6v Battery
+ JP1 - 5 pin port to program SRAM
+
* NOTE: PCB can use four 27C040 eproms at I7, I9, I11 & I13 or two 8Meg MASK
roms at H8 & H12. Same set up as used on the World Rally PCBs
diff --git a/src/mame/drivers/thoop2.cpp b/src/mame/drivers/thoop2.cpp
index fc953496b40..3b99fbbb757 100644
--- a/src/mame/drivers/thoop2.cpp
+++ b/src/mame/drivers/thoop2.cpp
@@ -12,6 +12,44 @@ There is a priority bug on the title screen (Gaelco logo is hidden by black
borders) It seems sprite priority is hacked around on most of the older
Gaelco drivers.
+
+REF.9409411
++-------------------------------------------------+
+| C1 6116 |
+| VOL C2* 6116 |
+| 30MHz 6116 |
+| M6295 +----------+ 6116 |
+| 1MHz |TMS | |
+| 6116 |TPC1020AFN| |
+|J 6116 | -084C | H8 |
+|A +------------+ +----------+ |
+|M |DS5002FP Box| +----------+ |
+|M +------------+ |TMS | H12 |
+|A 65756 |TPC1020AFN| |
+| 65756 | -084C | |
+| +----------+ |
+|SW1 PAL 65764|
+| 24MHz MC68000P12 65764|
+|SW2 C22 6116 |
+| PAL C23 6116 |
++-------------------------------------------------+
+
+ CPU: MC68000P12 & DS5002FP (used for protection)
+Sound: OKI M6295
+ OSC: 30MHz, 24MHz & 1MHz resonator
+ RAM: MHS HM3-65756K-5 32K x 8 SRAM (x2)
+ MHS HM3-65764E-5 8K x 8 SRAM (x2)
+ UM6116BK-35 2K x 8 SRAM (x8)
+ PAL: TI F20L8-25CNT DIP24 (x2)
+ VOL: Volume pot
+ SW: Two 8 switch dipswitches
+
+DS5002FP Box contains:
+ Dallas DS5002SP @ 12MHz
+ KM62256BLG-7L - 32Kx8 Low Power CMOS SRAM
+ 3.6v Battery
+ JP1 - 5 pin port to program SRAM
+
***************************************************************************/
#include "emu.h"
@@ -251,7 +289,7 @@ static MACHINE_CONFIG_START( thoop2 )
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_OKIM6295_ADD("oki", 1056000, PIN7_HIGH) // clock frequency & pin 7 not verified
+ MCFG_OKIM6295_ADD("oki", XTAL_1MHz, PIN7_HIGH) // 1MHz resonator - pin 7 not verified
MCFG_DEVICE_ADDRESS_MAP(0, oki_map)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END