MD Everdrive - Official "game doesn't work" Thread

Discussion in 'Mega Everdrive / Everdrive MD' started by Bboydocument, Jan 22, 2011.

  1. lost69

    lost69 Active Member

    Joined:
    Jun 11, 2011
    Messages:
    47
    Likes Received:
    1
    golden axe 2 good gen rom set 3.0 os29 firm13 my thing is they lay out of they of Controller set up is is weird i am useing a six button you cant move any thing with they Dpad
     
    Last edited: Jul 18, 2011
  2. Prodigal Gun

    Prodigal Gun Member

    Joined:
    Jun 19, 2011
    Messages:
    8
    Likes Received:
    0
  3. Azathoth

    Azathoth Spirited Member

    Joined:
    Mar 29, 2011
    Messages:
    182
    Likes Received:
    4
    Lost69, you can't use a 6 button pad on Golden Axe II.

    You either have to use a 3 button pad, or hold the MODE button in on your 6 button controller when powering on the game to get it to work.
     
  4. Barone

    Barone Active Member

    Joined:
    Jun 2, 2011
    Messages:
    49
    Likes Received:
    0
    I tried OS v23 with King Colossus and the game freezes everytime I try to save, patched or not patched rom... Back to OS v28 the game does not freeze and does not save...
    Duke Nukem 3D does not save ("Backup ram error") with any OS I've tried...
    Really don't know what to do...

    Firmware v13
    PC2.4
     
    Last edited: Jul 18, 2011
  5. Pannolino

    Pannolino Spirited Member

    Joined:
    Feb 14, 2011
    Messages:
    114
    Likes Received:
    0
    it's not like an official game which doesn't work but the translation of Fushigi no Umi No Nadia doesn't boot up (black screen)

    could anyone try that translation or have any idea on how to get it work?

    the rom go up to 1,5mb once patched btw so could be an header issue or something like that regarding the size etc?
     
  6. Eke

    Eke Spirited Member

    Joined:
    Apr 6, 2010
    Messages:
    117
    Likes Received:
    2
  7. Pannolino

    Pannolino Spirited Member

    Joined:
    Feb 14, 2011
    Messages:
    114
    Likes Received:
    0
    thanks, i'll check it asap
     
  8. jacksprat1990

    jacksprat1990 Member

    Joined:
    Aug 8, 2011
    Messages:
    23
    Likes Received:
    0
    Has anyone managed to play the earlier revisions of Revenge of Shinobi on their Everdrive? They refuse to work for me.
     
  9. YAGRS

    YAGRS Rising Member

    Joined:
    Aug 21, 2010
    Messages:
    72
    Likes Received:
    0
    I actually ran into this issue over the weekend as well. I tried to load both versions of Revenge of Shinobi I have on my SD card, but for both games, all that I got was a black screen.

    I'm not sure if this is an OS 29 issue or not. I can't remember if I tried to load the games with earlier OS versions.

    *Update*

    Now I have no problems running Revenge of Shinobi. I'm not sure what the previous issue was, but it is apparently gone now.
     
    Last edited: Aug 19, 2011
  10. TEOL

    TEOL Rising Member

    Joined:
    Nov 20, 2010
    Messages:
    57
    Likes Received:
    0
    Thanks for telling us about the No-Intro working. I'm probably going to go for it as I have 3 SD cards now.

    A cross mix between GoodGen, No-Intro and Non-Good Gen for the full set.

    And to the guys saying Phantasy Star 2 doesn't work. Yes it does because I played it before. You have to press the reset button when it's loaded it then runs perfectly.
     
    Last edited: Aug 29, 2011
  11. stereochris

    stereochris Newly Registered

    Joined:
    Apr 4, 2011
    Messages:
    2
    Likes Received:
    0
    Starflight

    Starflight ROM does not save, looked all over the internet and there is no existing hack. I read on Sega-16 (http://www.sega-16.com/forum/showthread.php?4585-Is-It-True/page3) that Starflight uses EEPROM, so it makes sense why it wouldn't work. Can anyone point me in a direction to performing the EEPROM to SRAM hack myself? I'm comfortable with hex editing and ASM, but I need a little direction.

    Thanks
     
  12. Eke

    Eke Spirited Member

    Joined:
    Apr 6, 2010
    Messages:
    117
    Likes Received:
    2
    Nope, this game does not use EEPROM, it uses traditional SRAM mapped between $200001 and $203FFF (odd address only) but, like many EA games, is missing correct ROM header to indicate it uses SRAM, which Everdrive OS is relying on.

    Try patching the following byte sequence from ROM address $1B0 to $1BB, this will fix the header to tell the game is using SRAM:

     
  13. stereochris

    stereochris Newly Registered

    Joined:
    Apr 4, 2011
    Messages:
    2
    Likes Received:
    0
    i will definitely try that and reply here when i get it working / if it doesnt work. Thanks for the info
     
  14. HANGAR

    HANGAR Member

    Joined:
    Aug 27, 2011
    Messages:
    14
    Likes Received:
    0
    Is there any way at all to get the Micro Machines games to save yet?
     
  15. Artie Stolks

    Artie Stolks Active Member

    Joined:
    Aug 4, 2011
    Messages:
    26
    Likes Received:
    0
    Doesn't work for me. After altering values the screen stays black...:rolleyes:
     
  16. HANGAR

    HANGAR Member

    Joined:
    Aug 27, 2011
    Messages:
    14
    Likes Received:
    0
    Anyone???
     
  17. Eke

    Eke Spirited Member

    Joined:
    Apr 6, 2010
    Messages:
    117
    Likes Received:
    2
    Micro Machines games use EEPROM so no, there isn't any way actually

    strange, I'll have a look but changing the ROM header should not broke the ROM. Make you sure you properly changed the few bytes and did not simply inserted them, I know a few hex editors that insert bytes by default.
     
    Last edited: Sep 19, 2011
  18. Artie Stolks

    Artie Stolks Active Member

    Joined:
    Aug 4, 2011
    Messages:
    26
    Likes Received:
    0
    That was also my first suspicion. Accidentally used insert mode instead overwrite. But no, i used overwrite at the exact hex address...
     
  19. Eke

    Eke Spirited Member

    Joined:
    Apr 6, 2010
    Messages:
    117
    Likes Received:
    2
    There is indeed an additional checksum verification, which includes part of the ROM header.

    Add this patch and it should work:

     
  20. dplc81

    dplc81 Member

    Joined:
    Sep 27, 2011
    Messages:
    14
    Likes Received:
    2
    32X: Fifa Soccer '96 and NBA JAM T.E.

    Is there any NBA JAM TE rom for 32X that uses SRAM instead EEPROM? Does anybody know how to change that? I know the Genesis version has a patched version that works fine, but I do not know if it saves.

    Another question, the only known rom for Fifa Soccer '96 for 32X (at least by me) does not have any save settings in the header. I've read something about the final product being a late beta released because of the 32X market failure (Segabase). Does it have a saving feature in the real cartridge? And what about the password codes, I did not get any code while playing the game. This one just by curiosity.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page