X Multiply repair log #4

 PCB Repair Logs, Repair Logs  Comments Off on X Multiply repair log #4
Aug 162015
 

Got this Irem X-Multiply PCB (actually a conversion from an Hammerin’ Harry M81 board) from my friend Josef for a repair:

X-Multiply_PCB

It showed a graphical issue where some sprites (like enemy shots) were blocky during gameplay and backgrounds missing during attract mode:

issues

Sprites and tiles data are stored respectively in eight 1Mbit EPROMs on video board for a total of sixteen devices.

sprites_tiles_EPROMs

Original devices were 1Mbit 28 pin MASK ROM:

https://pdf.datasheetarchive.com/datasheetsmain/Datasheets-X2/DSA62700099.pdf

while who made this conversion used ST M27C1000 :

https://pdf.datasheetarchive.com/indexerfiles/Scans-065/DSA2IH00172244.pdf

Video board has some jumpers which must be closed according to the type of adopted devices :

jumper

In this case the jumper configuration was set to  ‘EP’ so not suitable for 27C1000 but required the use of JEDEC devices like 27C1001 or 27C010 (while the ‘MASK’ setting can work straight only with the original 28 pin 1Mbit MASK ROMs and not with 27C1000 which, although the similar pinout, have some extra pins to deal with, so some modifications are needed)

Reprogramming all the data for sprites and tiles into 27C010 1Mbit JEDEC EPROMs fixed graphics completely.

fixed_

 

 Posted by at 1:16 pm

Namco NB-1 PAL dump added

 PAL Updates  Comments Off on Namco NB-1 PAL dump added
Aug 152015
 

Today I dumped a PAL from a Point Blank PCB (Namco NB-1 hardware).There was another one (a PALCE16V8H) but device is set as registered so not dumpable.Dump is untested for now since board is faulty but we mark it as assumed working anyway.

 Posted by at 9:07 pm

Undercover Cops repair log #1

 PCB Repair Logs, Repair Logs  Comments Off on Undercover Cops repair log #1
Aug 152015
 

Got two Undercover Cops PCBs (a native and a Alpha Renewal version converted one):

Undercover Cops_PCBs

Both had sound issues.

The first one had all music but sound FXs were missing.In this kind of hardware (IREM M92) music is generated by YM2151 sound synthesis chip while audio samples from a “NANAO GA20” ASIC custom chip (QFP 80)

IREM_GA20

Probing the pins of the latter revealed no activity on its DATA/ADDRESS bus (it addresses and read data from the MASK ROM ‘W42’ on ROM board)

I dumped this device and it matched the MAME ROM set so problem could be elsewhere.Tracing back the connection from GA20  to the MASK ROM  I found that some address lines were not in continuity like the other.I could pinpoint the break in interconnect ‘CN3’ which carryes signals from/to the two device:

CN3_interconnect

A simple reflow was enough to restore the full sound.

The second board was totally silent, no audio at all.All the analog audio circuit was fine.I started to test ICs with my HP10529A logic comparator and when I put the clip on a 74LS74 @IC24 on CPU board, suddenly I got sound.So I inspected the solder side of this IC and found some evident dry joints , in particular pin 16 was not soldered on its pad, (probably I restored connection when I put the clip on it):

74LS74_dry_joints

Also here a quick reflow was enough to fix the board.

 

 Posted by at 7:37 pm

Quick ROM ident program

 General  Comments Off on Quick ROM ident program
Aug 152015
 

I loved the old WinROMident program for its quick usage but unfortunately it hasnt been updated in a long time.
Ive made a new drag and drop program that uses Romcenter .DAT files
romident

It doesn’t yet support zip files, only single files.
As with everything I make it requires .NET (v4.5) installed on your computer and it probably has a load of bugs too.
Its minimal and quick which is exactly what I need.

Can be found in the Downloads/Software section

 Posted by at 4:20 pm

64k expansion dump added & Rastan dumps tested

 PAL Updates  Comments Off on 64k expansion dump added & Rastan dumps tested
Aug 152015
 

Today I added a PAL dump from a 64k memory expansion module for the Amstrad CPC. I dumped this a long time ago but it never got added so I cannot really recall the details. I *think* it was a Datel device.

Yves M has converted the tw PAL dumps for Rastan that were in PAL16L8 format into GAL16V8 format and tested them successfully on his PCB.
Thanks to him

 Posted by at 10:04 am