Added Guru(TM)-readme.

This commit is contained in:
Curt Coder 2010-01-19 13:42:19 +00:00
parent 04875f17b7
commit 6ff116e204

View File

@ -1,3 +1,164 @@
/*
Track & Field / Hyper Olympic
Konami 1983
PCB Layouts
-----------
Top board
GX361 PWB(B)3000151A
|----------------------------------------|
| Z80A 3.579545MHz|
| 14.31818MHz VLM5030|
|CN1 SN76489 |
| |
| 361D13.2C |
| 361D15.9C|
| |
| |
| LA4460 |
|1 |
|8 VOL |
|W 2114 2114 4066 |
|A |
|Y M5224 |
| |
|CN2 DSW1 DSW2 LM358 |
|----------------------------------------|
Notes:
Z80A - Clock input 3.579545MHz [14.31818/4]
VLM5030 - Clock input 3.579545MHz
SN76489 - Texas Instruments Digital Complex Sound Generator, clock input 1.7897725MHz [3.579545/2]
361* - 2764 EPROMs
2114 - 1k x4 SRAM with multiplexed I/O
M5224 - Mitsubishi M5224 Quad Operational Amplifier (compatible with LM324)
LM358 - Dual Operational Amplifier
CN1 - Flat cable joining to main board
CN2 - 2-pin power connector for +5V/GND
DSW1/2 - 8-position DIP switches
Note: On most original boards the Z80, VLM and 76489 have their part numbers scratched off. The
76489 might be a 76496? The schematics say '76489'
Measurements
------------
VSync - 60.6035Hz
HSync - 15.5176kHz
XTAL1 - 3.57884MHz
XTAL2 - 14.31959MHz
Bottom Board
GX361 PWB(A)2000103B
|---------------------------------------------------------------------|
| 361F01.1A 361F04.4A 6116 BATTERY 2114 2114 2148 |
| 361F02.2A 361F05.5A DIP28(1)|
| 361F03.3A 2114 2114 2148 |
| 361B17.16B |
|CN1 |
| CPU |
| 361D06.C12 361D08.C13 DIP28(4)|
| 361D07.C13 361D09.C15 |
| |
| |
| |
| |
| |
| 18.432MHz |
| DIP28(3) DIP40 361B18.15E |
| 361B16.1F |
| |
| |
| NE555 |
| |
| 361E11.15H |
|CN2 DIP28(2) 6116 6116 361E10.14H 361E12.16H|
|---------------------------------------------------------------------|
Notes:
CPU - Konami-1 Custom Encrypted CPU, clock input 1.536MHz [18.432/12]
2114 - 1k x4 SRAM with multiplexed I/O
2148 - 1k x4 SRAM
6116 - 2k x8 SRAM
361B* - TBP18S030/MMI6301 Bipolar PROMs
361D* - 2764 EPROM
361E* - 2764 EPROM
361F* - 2764 EPROM
NE555 - General Purpose Timer IC
CN1 - Flat cable joining to top board
CN2 - 2-pin power connector for +5V/GND
DIP28(1) - Konami custom chip marked '502' or logic board KONAMI PWB4000231
DIP28(2) - Konami custom chip marked '082'
DIP28(3) - Konami custom chip marked '504' or logic board KONAMI PWB4000206A
DIP28(4) - Konami custom chip marked '083'
DIP40 - Konami custom chip marked '503' or logic board KONAMI KC001
Note: On most original boards the 6116 and all Konami custom chips have their part numbers scratched off.
On some PCBs the custom 50x/08x chips have been replaced with a small daughterboard containing only
logic chips (all of the custom chips are really just logic ICs inside a single plastic DIP package)
DIP Switch Settings
-------------------
DIP SW1
|------------------------------------------|
| 1 2 3 4 5 6 7 8 |
|------------------------------------------|
|Coins/Plays |
|1/1 Off Off Off Off Off Off Off Off|
|1/2 On Off Off Off On Off Off Off|
|1/3 Off On Off Off Off On Off Off|
|1/4 On On Off Off On On Off Off|
|1/5 Off Off On Off Off Off On Off|
|1/6 On Off On Off On Off On Off|
|1/7 Off On On Off Off On On Off|
|2/1 On On On Off On On On Off|
|2/3 Off Off Off On Off Off Off On |
|2/5 On Off Off On On Off Off On |
|3/1 Off On Off On Off On Off On |
|3/2 On On Off On On On Off On |
|3/4 Off Off On On Off Off On On |
|4/1 On Off On On On Off On On |
|4/3 Off On On On Off On On On |
|Freeplay On On On On On On On On |
|------------------------------------------|
DIP SW2
|----------------------------------------------|
| 1 2 3 4 5 6 7 8 |
|----------------------------------------------|
|Lives |
|1 Off |
|2 On |
|----------------------------------------------|
|At Last Event.... |
|End Game Off |
|Continue On |
|----------------------------------------------|
|Cabinet |
|Table Off |
|Upright On |
|----------------------------------------------|
|Bonus Player |
|None Off |
|100,000 and every 100,000 On |
|----------------------------------------------|
|World Records |
|Keep Off |
|Clear At Power On On |
|----------------------------------------------|
|Difficulty |
|Easy Off Off |
|Normal On Off |
|Hard Off On |
|Difficult On On |
|----------------------------------------------|
|Attract Sound |
|Sound On On |
|Sound Off Off|
|----------------------------------------------|
*/
/***************************************************************************
Konami games memory map (preliminary)