summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/polepos.c
diff options
context:
space:
mode:
author Andrew Gardner <andrew-gardner@users.noreply.github.com>2008-08-02 15:53:23 +0000
committer Andrew Gardner <andrew-gardner@users.noreply.github.com>2008-08-02 15:53:23 +0000
commit14f225e1d3d3bcbd8f3fa25a63bc172e51a3d1c1 (patch)
tree993337dc36e0e2802427205f2d94451c36f5a7cc /src/mame/drivers/polepos.c
parent3ea67aa8c92507bedcd1e0d55b550a6c395a34e4 (diff)
Adds readmes for Galaga, The Outfoxies, Splatter House, and Top Racer.
Diffstat (limited to 'src/mame/drivers/polepos.c')
-rw-r--r--src/mame/drivers/polepos.c97
1 files changed, 97 insertions, 0 deletions
diff --git a/src/mame/drivers/polepos.c b/src/mame/drivers/polepos.c
index 755a36280f8..713a2f87d95 100644
--- a/src/mame/drivers/polepos.c
+++ b/src/mame/drivers/polepos.c
@@ -1148,7 +1148,104 @@ ROM_START( polepos1 )
ROM_LOAD( "136014.117", 0x0000, 0x0100, CRC(2401c817) SHA1(8991b7994513a469e64392fa8f233af5e5f06d54) ) /* sync chain */
ROM_END
+/*
+Top Racer / Pole Position I/II (?)
+PCB Layouts
+===========
+
+Upper Board
+-----------
+PP-1126
+|----------------------------------------------------------------------------------|
+| LM324 8A 9A |
+|1B DIP28 DIP28 DIP28 |
+| 4066 |
+| |
+| LM324 |
+| DSW2 4066 4066 |
+| MB8841 MB8841 MB8841 82S129.14C |
+| |
+| |
+| DSW1 |
+| 4066 4066 82S153.16D |
+| |
+| |
+| MB8842 |
+| LM324 82S129.9E 2148 2148 Z80 Z8002 Z8002 |
+| |-----daughterboard-------| |
+| | | |
+| | 82S153.18E 82S153.21E| |
+| | 20E | |
+| 6116| | |
+| ADC0804 |16F 17F 20F 21F | 23F |
+| |-------------------------| |
+| 16F 17F |
+| 4066 |
+| |
+| 4093 |
+| 3.6V_BATT |
+|---------|----18-way-----|-----------------J2-------|----50-pin cable---|---------|
+ |---------------| |-------------------|
+Notes:
+ 82S153 - Field Programmable Logic Array (DIP20)
+ 2148 - 1K x4bit SRAM (DIP18)
+ 6116 - 2K x8bit SRAM (DIP24)
+ ADC0804 - 8bit Microprocessor Compatible A/D Convertor (DIP20)
+ J2 - 3 Pin Power Connector
+ DIP28 - Unpopulated Sockets
+ MB8841 - Fujitsu 4bit Microcontroller (DIP40)
+ MB8842 - Fujitsu 4bit Microcontroller (DIP28)
+ LM324 - Low Power Quad Operational Amplifier (DIP14)
+
+ Note - All ROMs labelled PP2_U.* are located on the upper PCB.
+ All ROMs labelled PP2_D.* are located on the plug-in daughterboard.
+
+
+Lower Board
+-----------
+
+|----------------------------------------------------------------------------------|
+| 1A 2A 3A 4A 5A 6A 7A 8A 9A 10A |
+| |
+| 9D 82S129.13D |
+| |
+| 82S129.13E |
+| 2148 2148 |
+| 82S129.13F |
+| 6116 6116 82S137.7H |
+| |
+| |
+| |
+| 2J 6116 6116 |
+| |
+| |
+| |
+| 2M 8M 9M |
+| |
+| |
+| 82S129.2N |
+| 2114 2114 |
+| 82S129.2P 82S137.5P 8P |
+| 2114 2114 82S123.15R |
+| 82S129.2S |
+| 2114 2114 82S123.15S |
+| 82S129.2T |
+| MB3730 MB3730 MB3730 MB3730 24.576MHz 2114 2114 |
+| 82S129.2U VOL VOL VOL VOL |
+| |
+|---------|----18-way-----|-----------------J2-------|----50-pin cable---|---------|
+ |---------------| |-------------------|
+Notes:
+ 2114 - 1K x4bit SRAM (DIP18)
+ 2148 - 1K x4bit SRAM (DIP18)
+ 6116 - 2K x8bit SRAM (DIP24)
+ MB3730 - 12W Power Amp IC (SIP7)
+ J2 - 3 Pin Power Connector
+ VOL - Volume Potentiometer
+
+ Note - All ROMs labelled PP2_L.* are located on the lower PCB.
+*/
ROM_START( topracer )
/* Z80 memory/ROM data */
ROM_REGION( 0x10000, "main", 0 )