Backup RAM errors...

MsG

n00b
Joined
Apr 23, 2008
Posts
17
After testing later that day it popped up again with "00D00000 5555 5540" :(

This will be a repair I think.
 

MsG

n00b
Joined
Apr 23, 2008
Posts
17
Here some pictures:

6Nu0s7m9f9ai82AtRG78_oqQIQMX8q8Rx_8A266LPWNP=w1447-h1085-no

Vl3MU8QBoKM7qKUtXolzCqqxJ6oJoJeHx-_HjoKIGUEN=w1447-h1085-no

Qtps7XcEDsAgCrHDrr0VwUEHHP146D-zgO1bAWEfC1He=w1447-h1085-no

pvuZ-aEWqKyZLlOXGY_FhRk1-gYrJFi-HcmMTj4--1XP=w1447-h1085-no

XcF1qR1mciKqtXz9R8M7cC4K2NOQF04r5kJY5N724C5C=w1447-h1085-no

D-TbsS8y5ibHOqesFqYHsKPBDUP7d8L7K0jHNkkcxvAo=w1447-h1085-no

ih-PiY1VRW8UAjjs_TX11hmnJhwh1cjcXnsyn4sQjh04=w1447-h1085-no


It does look like some corroded traces :'(.
 

kuze

Sultan of Slugs
10 Year Member
Joined
Apr 20, 2013
Posts
2,553
Now this is incredible...

besides the 1-slots I also got a 2-slot from the same arcade op, again with a backup ram error but this time it involved both ram chips:

http://img.photobucket.com/albums/v65/nassivera/backupramerror2-slot2.jpg

And guess what the problem was?

http://img.photobucket.com/albums/v65/nassivera/backupramfixed3.jpg

yup, both rams had the same broken trace from pin 27 to the 74HC32... :eek:

Problems were not over though as after repairing the ram traces the board booted with a calendar error:

http://img.photobucket.com/albums/v65/nassivera/calendarerror.jpg

This was due to a certain trace broken in three (!) points. Repairing this trace gave me a fully working 2-slot:

http://img.photobucket.com/albums/v65/nassivera/calendarerror2.jpg
http://img.photobucket.com/albums/v65/nassivera/calendarerror3.jpg

And I have yet another faulty 1-slot from the same op...

This was incredibly helpful. Thank you for sharing!

I was able to fix a 'Backup Ram error - Address 00D00000 - Write 5555 - Read 55FE' error by running a jumper wire from pin 6 of HC32 to pin 27 of the second backup RAM chip.
 

mik*87

n00b
Joined
Jun 14, 2015
Posts
2
Hi can anyone tell me how to teack this code im fairly new to this all but i have a back up ram error have checked the traces but no luck in seeing anything visible code is 00d0000 AAAA AAFE any help would be awesome
 

Xian Xi

JammaNationX,
15 Year Member
Joined
Dec 1, 2005
Posts
27,750
Hi can anyone tell me how to teack this code im fairly new to this all but i have a back up ram error have checked the traces but no luck in seeing anything visible code is 00d0000 AAAA AAFE any help would be awesome

Use a hex to binary converter. Bits are read right to left so a normal status of 5555 should read as 0101 0101 0101 0101. Lowest bit on the right and highest on the left. If the error when converted to binary changes some of the values in the string then you know where to look. So if the error converts to say 0101 0101 0101 0111 you can see the second bit is wrong, so you then check the second bit on the Backup RAM. Each RAM has 8 data lines, one is the upper half and one is the lower half. In this case you would check the lower half, second data line. That's the quick and dirty of it.

I'm medicated right now so if anyone needs to correct that please do.
 
Top