Sega Mega-LD BIOS Dump [PIONEER PD6126E] [1.05 JPN]

Discussion in 'Sega Discussion' started by Shane McRetro, Dec 31, 2013.

  1. Shane McRetro

    Shane McRetro Blast Processed Since 199X

    Joined:
    Mar 11, 2012
    Messages:
    2,078
    Likes Received:
    194
    Screen Shot 2016-09-06 at 6.06.10 pm.png

    New Year's Eve 2013 and I figured I might crack open my PAC-S1 to check for capacitor damage... the good news, there's none! The even better news, an undumped BIOS? Version 1.05. I can find references to 1.02 and 1.04, but not 1.05 on the Googles. Have a look and if you have any of the other LaserActive PAC BIOS files that have been previously dumped, please do compare notes!

    Download link

    Edit: Interestingly to dump the chip properly via my GQ-4X with ADP-054 adapter I had to adjust the VCC to 3.6V instead of the typical 5V. What's even more interesting is the same had to be done on a uPD23C4000 chip from the Sega Channel Adapter I dumped a few weeks back... peculiar! Below is what was added into my devices.txt. Without it, the checksum just wouldn't stay the same.

    Name="MBM27C1024A",ID="XXXX",Class="27C1024",Category="EPROM",MFG="Fujitsu",BufferMode="16BIT",Adapter="ADP-054",RVpp="5V",VCC="3.6V" ADP-055 16 BIT EPROM ADAPTER;

    Edit 2: X-cult seems to have others listed with internal build dates;
    1.02 US - 29th March 1993
    1.02 JPN - 29th March 1993
    1.04 US - 22nd September 1993 and now
    1.05 JPN - 7th October 1993

    Edit 3: Looks like my GQ-4X is headed to the trash pile! At least for EPROM chips. My TL866CS / TL866A is now my programmer of choice. It's strange because the GQ-4X can still read and write some things perfectly. I guess I'll keep it on hand after all :)
     
    Last edited: Oct 7, 2016
  2. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,308
    Having to set it to 3.6v for a 5v eprom (especially one that is actually an eprom, not a maskrom) is very wrong.

    To the point where I am suspecting a fault with your programmer...
     
    Last edited: Dec 31, 2013
  3. APE

    APE Site Supporter 2015

    Joined:
    Dec 5, 2005
    Messages:
    6,416
    Likes Received:
    138
    IIRC my Sega PAC has 1.02 in it, probably should check just to be sure.
     
  4. coltonbios

    coltonbios Active Member

    Joined:
    May 19, 2014
    Messages:
    29
    Likes Received:
    0
    EDIT: It's Japanese. No need to worry.
     
    Last edited: Jun 23, 2014
  5. Shane McRetro

    Shane McRetro Blast Processed Since 199X

    Joined:
    Mar 11, 2012
    Messages:
    2,078
    Likes Received:
    194
    As it may very well be burning out, what would be a suggested all round EEPROM / EPROM reader? (Mac support would be appreciated ;)
     
  6. Nemesis

    Nemesis Robust Member

    Joined:
    Mar 22, 2007
    Messages:
    248
    Likes Received:
    79
    Like you I also have a GQ-4X, but I've wanted to pick up this as well:
    http://www.ebay.com.au/itm/181039406913
    This would be my pick for another low-cost device. Unlike the GQ-4X, it supports GALs too, and it has lots of positive feedback and reviews, with a very large set of supported devices. This is the TL866A version, but there's also a cheaper TL866CS version which lacks the ICSP port (which you can mod+firmware hack the TL866CS to add manually I believe). The best place to buy it is on ebay. You can also get bundles which include a bunch of different adapters like this one (TL866CS version):
    http://www.ebay.com.au/itm/320967107440

    I don't know that I'd say this device would be a replacement for the GQ-4X, there are some devices that each support which the other doesn't but it would certainly compliment it nicely.
     
  7. Shane McRetro

    Shane McRetro Blast Processed Since 199X

    Joined:
    Mar 11, 2012
    Messages:
    2,078
    Likes Received:
    194
    Thanks for the response! :p I grabbed the TL866CS last night actually. I've got a PICkit 2 which can do the old PICs and even AVR chips! I can't believe I was able to compile some code to actually integrate the AVR something or other into the PICkit software, ramble, ramble. Too long ago. Works on Mac OS though! Woo! But you say the CS can be modded / hacked up to the A version (noted, but probably never will be done ;)

    I confirmed that my reader is definitely reading 27C1024 chips OK again, but not this darn Pioneer one. I am just not able to get checksum that stays the same! The one that was above (link now dead) works as far as I know but I wanted to triple check. I do have a copy of the BIOS if anyone needs it by the way. The thing is under recap mode at the moment in pieces everywhere.

    I'm glad I bought the one I did - Now to wait three weeks for it to turn up :D
     
  8. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,308
    Happy for you to send me the bios to be dumped on my high end programmer. Will then return it
     
  9. Shane McRetro

    Shane McRetro Blast Processed Since 199X

    Joined:
    Mar 11, 2012
    Messages:
    2,078
    Likes Received:
    194
    Thanks for the offer, but where's the fun in having someone else do all the work :p

    Got my TL866 today, gave it a few reads and this is what it gave me. Different code to the original dump I did back above... GQ-4X mustn't like it?
    If anyone wants to compare it with the original dump I did - it can be found here. Any help on determining which one is correct would be great!

    Or if someone could teach me a thing or two about how to check for valid checksums, that would be teaching me how to fish :)
     
  10. Nemesis

    Nemesis Robust Member

    Joined:
    Mar 22, 2007
    Messages:
    248
    Likes Received:
    79
    The new dump is the correct one. Comparing the two files shows the same pattern of bytes different between the two at exactly 0x2000 byte intervals. I can see that the new dump has valid code in these areas while the old dump is filled with 0xFF bytes.
     
  11. Shane McRetro

    Shane McRetro Blast Processed Since 199X

    Joined:
    Mar 11, 2012
    Messages:
    2,078
    Likes Received:
    194
    Thanks for the response Nemesis, I guess the EPROM reading part of my GQ-4X has had it!

    (Apparently I fell asleep before I pressed post - whoops!)
     
  12. Shane McRetro

    Shane McRetro Blast Processed Since 199X

    Joined:
    Mar 11, 2012
    Messages:
    2,078
    Likes Received:
    194
    Definitely had it! Everyone who downloaded the old one, please replace it with this shiny new one.

    Sega Mega-LD BIOS Dump [Pioneer PD6126E] - Version is 1.05.

    Apologies to everyone who downloaded the older one, I need to be more careful checking my work.
     
  13. americandad

    americandad Familiar Face

    Joined:
    Jul 4, 2011
    Messages:
    1,439
    Likes Received:
    275
    Thanks for the upload. :)
    This is as far as I got it going on Kega Fusion by setting country to japan and loading it as a japanese mega cd:
    lbDZidw.png
    It didn't respond to my attempts at using the emulated controlpad.
    Maybe it needs an emulated remote? Or Kega Fusian is bugging out, or I did something wrong setting up the pad..

    And this is what happens if you try to load it as a european or american console:
    PG1CVzo.png
     
    Last edited: Dec 8, 2014
  14. Shane McRetro

    Shane McRetro Blast Processed Since 199X

    Joined:
    Mar 11, 2012
    Messages:
    2,078
    Likes Received:
    194
    Looks good right?
    And is it just me or does the Pioneer logo look like a Piranha Plant?

    [​IMG]
     
  15. americandad

    americandad Familiar Face

    Joined:
    Jul 4, 2011
    Messages:
    1,439
    Likes Received:
    275
    Yes it does, but I wonder why come it doesn't respond to any buttonpressing.. What do you think?
    Lol, is that the one from super mario? And yes it is just you. :D
     
    Last edited: Dec 9, 2014
  16. Shane McRetro

    Shane McRetro Blast Processed Since 199X

    Joined:
    Mar 11, 2012
    Messages:
    2,078
    Likes Received:
    194
    Hahaha, probably because it's missing chips and halts - have a look at the internals here. That Pioneer branded chip in particular probably isn't included in emulators, at least not yet.
     
  17. americandad

    americandad Familiar Face

    Joined:
    Jul 4, 2011
    Messages:
    1,439
    Likes Received:
    275
    What's "halts"? Ok, so you don't think it's just me having issues with Kega. I see. That's good to hear.
     
  18. Shane McRetro

    Shane McRetro Blast Processed Since 199X

    Joined:
    Mar 11, 2012
    Messages:
    2,078
    Likes Received:
    194
    Halts? "to bring or come to an abrupt stop" Sounds right to me.
    Don't expect to play any LaserDisc games just yet :p
     
  19. americandad

    americandad Familiar Face

    Joined:
    Jul 4, 2011
    Messages:
    1,439
    Likes Received:
    275
    nvm lol i was a bit confused when i wrote that. just wanted to share the screens and see if it was me who set up the controller wrong. thanks for your work, and i hope it won't be too long before we get to play sega laserdisc games on out pcs :)
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page