Nov 222015
 

This is the first in hopefully a series of posts regarding the Rainbow Islands hardware.
I have no time frame in mind for releasing these posts and I will do them when I have any particular section covered.

First up is the reset/watchdog circuit.

ri-reset

Here we have the circuit that I have drawn out.
On power up the MB3771 power supply monitor chip will keep the CPU in a reset condition by asserting a low signal to pin 4 of IC2 (74LS08 AND gate).
At the same time the master reset pin of the 74393 4-bit binary counter is held high thanks to the inverting buffer at IC3.
Note, jumper JP1 can be used to disable the watchdog although I couldn’t find a resistor tying it high which would mean if the trace was cut on JP1 the MR pin would be floating. Maybe I just cant see it.

Once the MB3771 is happy it asserts a high signal from pin 8 which will allow the 68000 CPU to run and the watchdog timer to begin.
The watchdog clock is taken from the VBLANK signal and directly clocks the first binary counter at pin 1 which in turn clocks the secondary binary counter via output pin 6.
If the master reset pin in not activated within a certain time then the counters will count up and initiate a reset.

The watchdog reset signal is achieved by writing any value to an address between $3c0000 – $3dffff.
The memory map for the watchdog is determined by the PAL20L8 device B22-07 @ IC7.
Output pin 21 is the pin concerned with this function. Here are the equations for it.

!WD = 1ACK & !A23 & !A22 & A21 & A20 & A19 & A18 & !A17 & !AS
# 1ACK & !A23 & !A22 & A21 & A20 & A19 & !A18 & A16 & !AS
# 1ACK & !A23 & !A22 & A21 & A20 & A19 & A17 & !A16 & !AS

This output goes to a 74LS138 decoder/demultiplexer. Output pin 13 is the watchdog reset output.

That’s pretty much it. Simple and nothing much out of the ordinary.

 Posted by at 1:19 pm

Exzisus repair log

 PCB Repair Logs  Comments Off on Exzisus repair log
Nov 212015
 

I bought this pretty rare Exzisus PCB as faulty from our member Corrado:

Exzisus_PCB_

For the uninitiated it’s horizontal scrolling shooter arcade game released by Taito Corporation in 1987.There are two PCB version, one not JAMMA with separate RGB outputs for background and sprites, the other with a single video outputs and is JAMMA compliant.The one I got was the latter.

Once powered the board up I immediately noticed two issues : all sprites were horizontal lines shifted and repeated on each half of screen :

sprite_issue

and  sound was missing at all (although I could hear some noises sign that amplifier was  good).Studying a bit the hardware, I could figure out how sprites were drawed.The four sprite EPROMS are addressed by a custom, marked ‘TC0010VC’ (there is another one for the backgrounds) while the data were written on two 6116 RAMs which were addressed by the same custom but not directly but through two 74LS273 latches and four 74ALS169 counters:

sprites_circuitry

Probing the latter with my logic comparator I got troubles on the outputs of three of them so, although false readings are quite common for this kind of device I decided to remove them.Tested in my BK560A they all failed:

74LS169_testing

Once replaced these counters, the sprites were correctly restored:

sprites_restored

So I could focus on the sound lack.Connecting an external amplifier to the analog output of the YM3012 DAC I could hear all the sound as well as on the input of the near TL074CN OP-AMP but nothing on its output :

pre-amp_section

This was confimed also on my analog scope (good input on the left, no output on the right):

TL074CN_compare

Fitted a new TL074CN @J21 restored full sound.End of job.

 

 Posted by at 9:47 pm

Thunder Hoop PAL dumps added

 PAL Updates  Comments Off on Thunder Hoop PAL dumps added
Nov 202015
 

Today I’ve dumped the PALs from an original Thunder Hoop PCB (a weird and funny platform game by Gaelco).Devices were four unsecured GALs (two GAL16V8A and two GAL20V8A) so I could read them in a normal programmer and successfully test dumps back on board.

 Posted by at 9:02 pm

Point Blank repair log

 PCB Repair Logs  Comments Off on Point Blank repair log
Nov 182015
 

I bought this faulty Point Blank PCB for cheap on Ebay:

Point_Blank_PCB

Seller said it had graphical corruption and was missing a primary color and sound.When I powered it up I actually had sound but the other two issues were there:

issues

The missing color was the green, tracing the pin 12 solderside back from JAMMA connector I found the culprit : one of the three SMD transistor ( each of which drives a color output) was missing:

missing_green_transistor_

Green was so restored :

green_fixed

but graphical troubles were still there.Inspecting the board I found that some pins of the custom C355 were smashed:

C355_closeup

This custom handles the motion objects (sprites) and my issue concerned this part of graphics.Having a spare Namco NB-1 board I opted for a replacement of this ASIC :

 

C355_reworking_

After some work and pads rebuilding, I ended up with this result:

C355_replaced

In this way graphics were completely restored but sprites had jailbairs:

sprites_jailbairs

Pressing down the board fixed the issue temporarily, inspecting again the board revealed a liften pin on a TC51832 (62256 compatible)RAM @12R:

TC51832@12R_lifted_pin

Resoldered the pin and board 100% fixed.

 Posted by at 10:30 am

Terra Force (bootleg) PAL dumps added

 PAL Updates  Comments Off on Terra Force (bootleg) PAL dumps added
Nov 162015
 

Today I dumped the PALs from a bootleg of Terra Force.Original devices were two unsecured PAL16R4 whose dumps I successfully converted (using PALtoGAL utility) and tested into GAL16V8 targeting devices

 Posted by at 11:05 pm