It was dirty cheap, the only condiction the vendor asked me was that he wished to know what game it is (or was), because he told me that this game never worked, even once.
Here are some pictures of the PCB, p0rn included:
So far so good, after I received the game, the first thing I did was to dump it's ROM, a 4Mb one, and tried it on an emulator to found it was World Soccer, CRC32=a3096a8e.
I knew this game as Striker back on the day, but probably it's just another version of it.
Cool, I owe nothing more to the seller, so I tried the ROM on another board.
The game booted, but without sound and crashed on the title screen.
So, I looked at the PAL chip, and got very confused:
Code: Select all
World Soccer PAL 16L8
_ _
/RESET --1| \/ |20-- VCC
A12 --2| |19-- RAM /CE
A13 --3| |18-- ROM0 /CE
A14 --4| |17-- ROM1 /CE
A15 --5| |16-- /CART
BA0 --6| |15-- BA7
BA1 --7| |14-- BA6
BA2 --8| |13-- BA5
BA3 --9| |12-- NC
GND--10|____|11-- BA4
Code: Select all
World Soccer Battery Circuit
D1
VCC--->|----+
D2 R4 |
+---->|---/\/\---+------------+---->SRAM VCC
| 1K | |
--- C4| + |
- === 22uf /
--- | R5 \
- | / 33K
+----------------+ \
| | |
GND \ |
R3 / 100K +----> SRAM /CS
\ |
/ C B E Q1 2SC1815
| R2 | |
/RESET---+---/\/\---+ |
| 100K |
D3 V |
- C2 |
+---------||---+
| R1 10 |
+--/\/\--------+---> PAL RAM /CS
| 33K
+----------> VCC
So, as the game never worked, I suspected of a broken PAL IC so, how oftem these get damaged?
I tested the SRAM and it's defective. Since this game booted without SRAM, would a problem there make difference or it depends?
The emulator also says it's a LoROM game, is the A15 pin is only used to decode SRAM?
As a guy who doesn't like soccer much, wich PCB should this one is equivalent, just in case I decide to do a repro of it?
Thanks in advance.