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.
Undercover Cops repair log #1
Got two Undercover Cops PCBs (a native and a Alpha Renewal version converted one):
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)
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:
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):
Also here a quick reflow was enough to fix the board.
Quick ROM ident program
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

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
64k expansion dump added & Rastan dumps tested
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
Another board from my friend Alexander.It’s time for an original Gun. Smoke PCB:
Board booted fine but had a graphical fault where backgrounds were totally wrong (MAME screenshot on the right) :
In absence of schematics, MAME source is always a great help.Looking at it I was able to identify the ROM cointaining the backgrounds data:
ROM_REGION( 0x8000, “gfx4”, 0 ) /* background tilemaps */
ROM_LOAD( “gs14.11c”, 0x00000, 0x8000, CRC(0af4f7eb) SHA1(24a98fdeedeeaf1035b4af52d5a8dd5e47a5e62d) )
I dumped it and it matched the one in the MAME ROM set.So, problem had to lie in the external circuitry.Tracing back connection from this ROM I figured out the its address lines were connected to outputs of some 74LS283 whose inputs were tied to some 74LS273.So, I started to test them in-circuit using my HP10529A and BK Precision 560A.All was fine until my equipment reported a problem on the 74LS273 @8D:
Piggybacking this cleared the issue:
IC failed when tested out of circuit reporting trouble on PIN2:
Fitted a new IC fixed the board completely.









