Space Harrier SMS

Discussion in 'Mega Everdrive / Everdrive MD' started by lnx64, Jun 5, 2012.

  1. lnx64

    lnx64 Robust Member

    Joined:
    Jan 6, 2012
    Messages:
    202
    Likes Received:
    1
    For some reason, I can't get the Space Harrier SMS game to load on my EverDrive.. It's the (UE) ROM from the GoodGen set. Works fine in an emulator, and this Genesis plays other SMS games just fine (for the most part). I also tried another SD card.
     
  2. zaffo256

    zaffo256 Member

    Joined:
    Jun 5, 2012
    Messages:
    11
    Likes Received:
    0
    Same here. Most of the games work, except some that should but don't, like Space Harrier, Shinobi and Outrun. I have an EverdriveMD with firmware V.13 and OS V.33 on a Model 1 American Genesis without the "High definition graphic" marking.
     
    Last edited: Jun 6, 2012
  3. Azathoth

    Azathoth Spirited Member

    Joined:
    Mar 29, 2011
    Messages:
    182
    Likes Received:
    4
    I've ran into this a few times myself. Is this an issue with the Everdrive or the console? In other words, do these games work on a SMS Everdrive + PBC + Mega Drive?
     
  4. lnx64

    lnx64 Robust Member

    Joined:
    Jan 6, 2012
    Messages:
    202
    Likes Received:
    1
    I don't have this game on SMS to try.

    But I just thought of something, don't some games require authentic SMS controllers to work?
     
  5. zaffo256

    zaffo256 Member

    Joined:
    Jun 5, 2012
    Messages:
    11
    Likes Received:
    0
    Yeah, some game like WonderBoy:Monster Land (which work fine on my EverdriveMD by the way) need Master System controller but if you use a Genesis controller the game will still boot. It will only have glitchy control. Also you can mod Genesis controller to act like a Master System one so it can play those game, by simply cutting a wire inside. But then the "A" and Start buttons won't work anymore. But you can install a switch on that wire if you don't want to dedicate that controller to Master System game only.
     
    Last edited: Jun 6, 2012
  6. KRIKzz

    KRIKzz Well Known Member

    Joined:
    Apr 5, 2010
    Messages:
    1,672
    Likes Received:
    2
    space harrier (j) works fine
     
  7. zaffo256

    zaffo256 Member

    Joined:
    Jun 5, 2012
    Messages:
    11
    Likes Received:
    0
    Thanks! I just tested and indeed it work but more importantly Shinobi (J) work too. I don't have Outrun (J) (does it exist?), so I can't test that. But I'm curious as to why only the Japaneses version work?
     
  8. KRIKzz

    KRIKzz Well Known Member

    Joined:
    Apr 5, 2010
    Messages:
    1,672
    Likes Received:
    2
    unfortunately, i have no idea. may be need some extra initialization for this games. i wonder if original cart works via power base
     
  9. Lum

    Lum Officer at Arms

    Joined:
    Sep 30, 2010
    Messages:
    3,233
    Likes Received:
    42
    As far as I'm aware SMS games do obey the Genesis internal English or Japanese setting.

    I recently got a VA2 JPN Megadrive. With my Everdrive on it, Cloud Master becomes Chuka Taisen, and Power Strike becomes Aleste.

    It'd be interesting to try an SMS adapter with JPN Game Gear...
     
  10. Azathoth

    Azathoth Spirited Member

    Joined:
    Mar 29, 2011
    Messages:
    182
    Likes Received:
    4
    I have an original Enduro Racer Mark III cart and it works fine on my MD with PBC, but the same game crashes on Everdrive.
     
  11. phoenixdownita

    phoenixdownita Spirited Member

    Joined:
    Apr 29, 2012
    Messages:
    160
    Likes Received:
    8
    Found the problem.
    Outrun/Space Harrier/After Burner UE from goodset seem to have a header that messes up MegaED.
    Try redownload the single roms (their size should be exact on a power of 2, like exaclty 256KB not a byte more).
    I found them googling and they all work fine.
    Most likely other sms roms have the problem as their size is sometimes very weird, a few bytes more that the exact power of 2 size requested.
    Anyway no problem with MegaED.
     
  12. phoenixdownita

    phoenixdownita Spirited Member

    Joined:
    Apr 29, 2012
    Messages:
    160
    Likes Received:
    8
    I found out some more in the GoodSet with bad headers (DoubleDragon, Shinobi, SuperTennis, GoldenAxe, AlteredBeast ...).
    It seems a constant 512bytes filled with 0.
    The way I fixed it is to download sfk (swiss file knife) and use partcopy with offset 512 and size the correct size of the file (usually 262144 for 256K or 524288 for 512K, there's also a couple of 32768 for 32K). Example for a 32K game with 512 extra header: sfk partcopy "file1.sms" 512 32768 "file1.fixed.sms" -yes

    I noted the MegaED shows the size in KB rounded down, so these files with the extra 512 bytes at the beginning will look like being the exact size.
    If you put both the bad and the .fixed. file on the cart you'll see what I mean. I think cart software should either round up or in the bottom line show the size in bytes, that way it will be obvious.

    On a side note I noticed a couple of games in the GoodSet that have odd sizes like 800KB which turns out to be 512KB + 256KB + 32KB, mainly (B) region (Brazilian). They work fine just wanted to mention that not ALL games are a perfect power of 2 in size, but if they are off by 512 bytes you can almost be sure they have a useless/bad header.
    To see the header you can use sfk hexdump, it will show you the file in hexadecimal and you can see the first 512 bytes of 0s in those cases.

    I think in the GoodSet I had to fix say 20/25 sms files total. They all worked fine after the treatment.

    Anyway happy fixing your roms.
     
    Last edited: Jul 3, 2012
  13. KRIKzz

    KRIKzz Well Known Member

    Joined:
    Apr 5, 2010
    Messages:
    1,672
    Likes Received:
    2
    oh shit, i did not know that some sms roms have those headers
     
  14. Retro-Nerd

    Retro-Nerd Newly Registered

    Joined:
    Jun 20, 2011
    Messages:
    3
    Likes Received:
    0
    Last edited: Jul 3, 2012
  15. zaffo256

    zaffo256 Member

    Joined:
    Jun 5, 2012
    Messages:
    11
    Likes Received:
    0
    Thank you, both of you! Everything works now! SMSChecker fixed everything.
     
    Last edited: Jul 3, 2012
  16. BlockABoots

    BlockABoots Gutsy Member

    Joined:
    Jul 6, 2012
    Messages:
    421
    Likes Received:
    4
  17. sdekaar

    sdekaar Rapidly Rising Member

    Joined:
    Apr 15, 2011
    Messages:
    95
    Likes Received:
    0
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page