Porchy

Fluke 9100 SCSI PAL added & Operation Thunderbolt dumps tested

 PAL Updates  Comments Off on Fluke 9100 SCSI PAL added & Operation Thunderbolt dumps tested
Aug 222016
 

Today I successfully converted the Operation Thunderbolt PAL dumps to GAL format and tested all of them. This is now a complete set.
Andrew96 also dumped, tested and submitted the PAL dump from the Fluke 9100 SCSI card. Big thanks to Andrew for this.

 Posted by at 11:25 am

Operation Thunderbolt repair log

 PCB Repair Logs  Comments Off on Operation Thunderbolt repair log
Aug 092016
 

Another one of Muddymusic’s boards.
He actually sent me 3 of them in various states but I chose the cleanest and most complete to focus my attention on.
Game booted to a screen of garbage and the watchdog was constantly resetting the machine.
I initially checked all of the ROM’s and they all checked out fine so I guessed the issue was going to be RAM.
I desoldered the 68000 CPU anyway so I could use the Fluke 9010 and see what was going on.
Looking at the memory map in the MAME source code in othunder.cpp we can easily see where various things sit.
ot-mmap

First off I checked the CPU is able to actually read the ROM’s properly. I calculated the ROM signatures for this version and ran ROM checks.
20160807_102256
20160806_205735

Everything is good here, on to the RAM.
First is the main RAM at 0x80000 – 0x8ffff
20160806_190759

So we have an issue straight away. At this point I did a few manual read/write tests.
First I wrote 0x5555 and reading it back gave me this
20160806_190834
So it looks like half the RAM is working but needed to confirm by writing 0xAAAA.
20160806_191730

So what we have tested here is the ability of the RAM data pins to be able to toggle HIGH and LOW.
0x5555 in binary = 0101010101010101
0xAAAA in binary = 1010101010101010

By testing both of these values separately instead of testing 0x0 and 0xFFFF we also test none of the adjacent pins are tied together.
So I removed both of these RAM chips and they both failed tests out of circuit.
Replacing them let the Fluke test pass and gave me the following screen
20160806_200558
20160808_184318

At this point it looked like the the game was trying to boot but kept resetting still.
Looking into the program code I could see that after the main RAM is tested the palette RAM is tested.
The palette RAM hides behind custom chip TC0110PCR which uses address 0x100000 – 0x100007 to deal with all of the RAM. Again following the code I could see the address is set by writing a byte between 0x0 and 0xFF to address 0x100004 and the data is set by writing a word value to 0x100002.
Here is what I got from my tests
20160807_103002
20160807_103008

Again it looks like one of the RAM chips is faulty.
Looking at the schematics I could see that RAM chips IC75 and IC79 are the ones im after and that IC79 is my problem RAM.
pal-ram

Replacing this RAM now gave me this screen
20160808_184634
The image is reversed as this game normally uses a mirror to invert the picture.

Having identified the screen RAM from the schematics
scr-ram

I carried out a quick check using the scope and found something like this on some of the data pins
20160807_173445

So out both of these came and then we got this
20160808_190405

So whats up with the colours? I confirmed the RAM was good using the Fluke. Turns out I was 1 off when making up my adapter so this fault wasn’t actually a fault at all, just human error.
Fixing my mistake gave me this
20160808_195406

This is good but there were some jailbars in the sprites.
I couldn’t get a clear picture of this as the RGB levels on my supergun are currently fixed and too bright but you can make out there are some differences between these two pictures.
The ripple is also caused by my RGB levels so ignore that
20160809_174814
20160809_174648

Finding this fault was quite easy. I knew the MASKROM’s were good as id dumped them out. The associated RAM looked good on the scope. The next bit in line were 2 x 74LS374 chips.
jailbar-fault

Looking with the scope I could see the inputs were present on IC20 but the outputs were stuck LOW.
I hooked the logic analyser up to prove this point. You can see that the inputs are changing state but the outputs are always 0x0
la-374

I replaced this and the graphics were restored.

Next onto the sound.
Hooking up the sound surprised me as the sound was present but there was an issue.

As there was some sound I was confident the CPU and ROM/RAM were good.
I had 2 other board sets so I opted to swap MASKROM’s one by one. Swapping B67-07 fixed the issue.

That’s as far as I can test this board now so will send it back.

 Posted by at 9:08 pm

Various PAL dumps

 PAL Updates  Comments Off on Various PAL dumps
Aug 072016
 

Recently dumped a few PALs from Terminator 2, Mortal Kombat 2 and Operation Thunderbolt.
3 of the Operation Thunderbolt ones are from unsecured devices, the last one wasnt supported by my programmer so is a recreation.
All the Mortal Kombat 2 devices were sent to me by Jon Hughes for dumping, thanks to him for that and to RGP for testing one of them. One of these was a PAL20L8 and have recreated it in both GAL20V8 and GAL22V10 formats.
The last one comes from the sound PCB of Terminator 2. It might yet be the same as the other dump we have from a T-Unit hardware but its a different ID and ive not reversed them both yet to check.

 Posted by at 5:00 pm

Terminator 2 PLD’s added

 PAL Updates  Comments Off on Terminator 2 PLD’s added
Jul 242016
 

We already had one PAL dump from Terminator 2 but now we have all three of them.
Note that the PLS153 chip originally used will only fit into a GAL18V10 device as it uses too many outputs for a regular GAL16V8 chip.

The only PLD’s left on the board are EP600 and EP900 devices. All of these were locked on the PCB I have here.
All 3 files have been tested.

 Posted by at 3:20 pm

Terminator 2 repair log

 PCB Repair Logs  Comments Off on Terminator 2 repair log
Jul 242016
 

Got this board from Muddymusic.
Board was filthy when I got it and most IC legs were a nice shade of green. I decided to clean this up first.
20160722_194239

After a good clean the board came out OK, not great but definitely much better. I noticed that a socketed RAM chip had one of its legs hanging out the side of its socket.
20160722_194750

Not sure what effect this would have but I reseated it properly before powering it up.
I replaced all of the single wipe sockets on this board as I really don’t like them.
20160723_130630
20160723_115551

Next up was the power up test and I was greeted with a yellow screen which eventually turned mostly red and stayed that way. I could see the game was booting at least.
20160722_194824

From this point I can be sure the palette circuitry was at fault. Looking at the schematics you can see there are 2 x CXK5856 RAM chips responsible for the palette RAM.
t2_palette

In my experience these RAM’s have been the most unreliable so I desoldered both of them straight away and both of them failed spectacularly when tested out of circuit.
I replaced them and fired up the game.
20160723_151652
20160723_151700
20160723_150306

All seems to be working fine now.
Also dumped all the PAL’s from this too and hopefully will be getting them tested soon.