Author Topic: Moonwalker pcb resurrection  (Read 37308 times)

Belike

  • ArcadeLifeStyler'
  • ***
  • Posts: 4782
  • Budapest, Hungary
    • View Profile
Moonwalker pcb resurrection
« on: August 10, 2010, 08:01:55 AM »
I'M planning to bring the Moonwalker pcb back to life, just wanted to ask you guys, that do you have any experience with this resurrection kit from
http://www.segaresurrection.com/


Superully

  • ArcadeLifeStyler'
  • ***
  • Posts: 6300
  • Southern Part of Germany
    • View Profile
Re: Moonwalker pcb resurrection
« Reply #1 on: August 10, 2010, 09:31:33 AM »
your moonwalker pcb has acid damage, right? if that's the case, then my guess is the resurrection kit won't do the trick!
all i need is ... PONG - and a select few others: TOUCH ME, DRAGON'S LAIR, JOUST, ROBOTRON, MR DO, SAN FRANCISCO RUSH THE ROCK!!!

Belike

  • ArcadeLifeStyler'
  • ***
  • Posts: 4782
  • Budapest, Hungary
    • View Profile
Re: Moonwalker pcb resurrection
« Reply #2 on: August 10, 2010, 11:41:08 AM »
I didn't remember any acid damage, I removed that big battery, it was also clear under that.
I will post some pics in the afternoon! ;)

Laschek

  • Guest
Re: Moonwalker pcb resurrection
« Reply #3 on: August 10, 2010, 12:17:06 PM »
Was there a real battery?? Those Sega boards normally have a big epoxy block containing CPU/Ram/Battery all in one package. It's a lithium battery which is not supposed to be leaking AFAIK.

kroustibat

  • ArcadeLifeStyler'
  • ***
  • Posts: 546
    • View Profile
    • Pascal-O-Rama
Re: Moonwalker pcb resurrection
« Reply #4 on: August 10, 2010, 12:41:54 PM »
Never use sega ressurection service, so it's interesting (i've a cotton 2 suicidal pcb). Charles mcdonald from mameteam seems to know that guy, so i'd go with sega ressurection too :p

Belike

  • ArcadeLifeStyler'
  • ***
  • Posts: 4782
  • Budapest, Hungary
    • View Profile
Re: Moonwalker pcb resurrection
« Reply #5 on: August 10, 2010, 05:08:30 PM »
I'm pretty sure it's ok! ;)





Under the "battery":


And that monster itself(dirt on the right side):



kroustibat

  • ArcadeLifeStyler'
  • ***
  • Posts: 546
    • View Profile
    • Pascal-O-Rama
Re: Moonwalker pcb resurrection
« Reply #6 on: August 10, 2010, 09:35:32 PM »
the pcb looks clean, and a gud candidate for ressurection ;)

DarthNuno

  • Administrator
  • ArcadeLifeStyler'
  • *****
  • Posts: 11770
  • Singe's castle
    • View Profile
    • Dragon's Lair Fans / Arcade LifeStyle
Re: Moonwalker pcb resurrection
« Reply #7 on: August 10, 2010, 09:51:42 PM »
Interesting  8) I think my Turbo Out Run died in that way... I may try this service too, thanks for the link and hope this will bring back to life ... your Moonwalker  8)

Robinholland

  • Member
  • **
  • Posts: 494
    • View Profile
Re: Moonwalker pcb resurrection
« Reply #8 on: August 10, 2010, 11:23:11 PM »
Is it not posible to use the roms from mame and a standard 68000 ?

Belike

  • ArcadeLifeStyler'
  • ***
  • Posts: 4782
  • Budapest, Hungary
    • View Profile
Re: Moonwalker pcb resurrection
« Reply #9 on: August 11, 2010, 09:05:48 AM »
I've ordered the kit today, keep you informed if it works.... ;)

level42

  • ArcadeLifeStyler'
  • ***
  • Posts: 13555
  • Ridderkerk, arcade capital of Europe !
    • View Profile
    • Arcade 42
Re: Moonwalker pcb resurrection
« Reply #10 on: August 11, 2010, 09:10:13 AM »
Is it not posible to use the roms from mame and a standard 68000 ?
As far as I can see, this is all that the kit is. However, not sure what's in the ROMs. The site says that MAME is doing the decryption so you'd expect the MAME roms to be decrypted. A pretty weird way to do it IMHO. I would have guessed making encryption-free ROMS would be easier, but MAME is there for emulating the real stuff as good as possible so that's probably why they did it this way.

Laschek

  • Guest
Re: Moonwalker pcb resurrection
« Reply #11 on: August 11, 2010, 09:20:49 AM »
Most likely they use decrypted bootleg roms from Mame. For more info on that subject I recommend this website: http://www.arcadecollecting.com/dead/dead.html (The dead battery society). Some time ago I ressurected a Shinobi Board with "their" help (it's not a real society ;)) and it worked fine.
If I had a Moonwalker PCB I would have tried out which Roms work and offered the service for half the cost  ;D ;)
« Last Edit: August 11, 2010, 09:24:41 AM by Laschek »

kroustibat

  • ArcadeLifeStyler'
  • ***
  • Posts: 546
    • View Profile
    • Pascal-O-Rama
Re: Moonwalker pcb resurrection
« Reply #12 on: August 11, 2010, 09:30:44 AM »
Let's get technical , technicaaaaaaaal (old 80's song) ;-)

In the past , i've investigate this encryption to produce the good roms myself (i got a good knowledge of 68000, thanks to my megadrive dev.)

this protection is really nasty and surely that's why mame took so long to break it. In fact there's a key in a volatile area kept alive thanks to the battery. At runtime, the program use a special 68000 op code (a cmp.w if i remember well) to switch 'on the fly' the decryption key, so depending of the program flow the decryption is different. This means that you have to run the program in the right order to get the right key switching context.

So that's why decrypting is hard, coz that means you have to run every branches of the program in the right order. And you can not do that by just playing the game as, you'll not be sure to pass every branches. Another problem is that only the program is crypted , the data array (tile maps,..) are not ! but they are mixed in the same rom, so that make it harder to produce a clean decrypted set as you have to make the difference between code and data.

I'd curious how segaressurection worked it out


kroustibat

  • ArcadeLifeStyler'
  • ***
  • Posts: 546
    • View Profile
    • Pascal-O-Rama
Re: Moonwalker pcb resurrection
« Reply #13 on: August 11, 2010, 09:36:24 AM »
Most likely they use decrypted bootleg roms from Mame. For more info on that subject I recommend this website: http://www.arcadecollecting.com/dead/dead.html (The dead battery society). Some time ago I ressurected a Shinobi Board with "their" help (it's not a real society ;)) and it worked fine.
If I had a Moonwalker PCB I would have tried out which Roms work and offered the service for half the cost  ;D ;)

i think that 40$ for the spare 68000 and the other roms chips, and everything decrypted is a bargain (knowing the pain in the ass to decrypt the rom).

level42

  • ArcadeLifeStyler'
  • ***
  • Posts: 13555
  • Ridderkerk, arcade capital of Europe !
    • View Profile
    • Arcade 42
Re: Moonwalker pcb resurrection
« Reply #14 on: August 11, 2010, 09:39:31 AM »
Most likely they use decrypted bootleg roms from Mame. For more info on that subject I recommend this website: http://www.arcadecollecting.com/dead/dead.html (The dead battery society). Some time ago I ressurected a Shinobi Board with "their" help (it's not a real society ;)) and it worked fine.
If I had a Moonwalker PCB I would have tried out which Roms work and offered the service for half the cost  ;D ;)

i think that 40$ for the spare 68000 and the other roms chips, and everything decrypted is a bargain (knowing the pain in the ass to decrypt the rom).

I agree that's a very fair price.