mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
nwk-tr.c: document the network board (nw)
This commit is contained in:
parent
04d0416887
commit
733da4f63f
@ -48,9 +48,12 @@ DIPSW are present on the main board (instead of on the filter board) and the
|
||||
SOIC8 chip (a secured PIC?) is not populated (the solder pads are there though).
|
||||
There's an extra sound IC AN7395S (it's not populated on Hornet).
|
||||
The PALs/PLDs are the same on NWK-TR and Hornet.
|
||||
Both Racing JAM/Chapter 2 and Thrill Drive use two video boards.
|
||||
The top video board is set to MASTER/TWIN, lower video board is set to SLAVE
|
||||
They are otherwise identical.
|
||||
|
||||
|
||||
Top Board
|
||||
Top Board (CPU PCB)
|
||||
GN676 PWB(A)B
|
||||
Konami 1997
|
||||
|--------------------------------------------------------------|
|
||||
@ -142,7 +145,37 @@ Racing Jam 2 888A01 - - 888A09 888A10 - - 676A04 676A05
|
||||
Thrill Drive 713BE01 - - 713A09 713A10 - - 713A04 713A05 - - 713A08
|
||||
|
||||
|
||||
Bottom Board
|
||||
Network PCB
|
||||
-----------
|
||||
GN676-PWB(H)B
|
||||
MADE IN JAPAN
|
||||
(C)1998 KONAMI
|
||||
sticker - GC713AC
|
||||
|------------------------|
|
||||
| CY7C199 N676H1 |
|
||||
| 2G|
|
||||
|CN3 |
|
||||
| HYC2485S |
|
||||
| XC5204 XC5210 |
|
||||
|CN2 |
|
||||
| CN1 |
|
||||
|------------------------|
|
||||
Notes:
|
||||
CN1 - Connector joining to CPU board CN4
|
||||
CN2/3 - RCA jacks for network cable
|
||||
2G - Small SOIC8 chip with number 0038323 at location 2G. An identical chip is present on
|
||||
*some* Hornet games on the GN715 CPU board at location 30C. It may be a PIC or EEPROM.
|
||||
On Hornet, the chip seems to refresh the data in the Timekeeper RAM when the battery
|
||||
dies and keeps the game working. It's purpose on the network board is unknown but it may
|
||||
'upgrade' the data in the NVRAM to the network version of the game for a twin cabinet set-up.
|
||||
HYC2485S - Hybrid ceramic module for RS485
|
||||
CY7C199 - 32k x8 SRAM
|
||||
XC5204 - Xilinx XC5204 FPGA
|
||||
XC5210 - Xilink XC5210 FPGA
|
||||
N676H1 - PALCE16V8Q-15 stamped 'N676H1'
|
||||
|
||||
|
||||
Bottom Board (VIDEO PCB)
|
||||
GN676 PWB(B)B
|
||||
|-------------------------------------------------------------------------------------------|
|
||||
|CN4 CN2 CN8 CN6 CN5|
|
||||
@ -184,14 +217,14 @@ Notes:
|
||||
001604 - Konami Custom (QFP208)
|
||||
MC44200FT - Motorola MC44200FT 3 Channel Video D/A Converter (QFP44)
|
||||
MACH111 - AMD MACH111 CPLD (Stamped '03161A', PLCC44)
|
||||
PLCC44_SOCKET- empty PLCC44 socket
|
||||
PLCC44_SOCKET - empty PLCC44 socket
|
||||
AV9170 - Integrated Circuit Systems Inc. Clock Multiplier (SOIC8)
|
||||
AM7201 - AMD AM7201 FIFO (PLCC32)
|
||||
PAL1 - AMD PALCE16V8 (stamped 'N676B4', DIP20)
|
||||
PAL2 - AMD PALCE16V8 (stamped 'N676B5', DIP20)
|
||||
PAL3 - AMD PALCE16V8 (stamped 'N676B2', DIP20)
|
||||
JP1 - SLV O O-O MST,TWN
|
||||
JP2 - SLV O O-O MST
|
||||
JP1 - SLV O O-O MST,TWN (sets board to MASTER TWIN or SLAVE)
|
||||
JP2 - SLV O O-O MST (sets board to MASTER or SLAVE)
|
||||
CN1 - 96 Pin joining connector to upper PCB
|
||||
CN2 - 8-Pin 24kHz RGB OUT
|
||||
CN3 - 15-Pin DSUB VGA Video MAIN OUT
|
||||
|
Loading…
Reference in New Issue
Block a user