OtherCrashOverride / go-play

Retro emulation for the ODROID-GO
https://www.hardkernel.com/shop/odroid-go/
218 stars 72 forks source link

[GG] Aerial Assault (World) won't load #40

Closed kamotswind closed 6 years ago

kamotswind commented 6 years ago

The emulator seems to execute but it is just a blank screen with no audio. Resetting the emulator with power on while holding start doesn't make a difference.

asiag0 commented 6 years ago

try resetting the system with Menu button instead of Start (Power Switch Off, Hold Menu, Power switch On, Release Menu when Main Menu appears)

this game? https://imgur.com/a/4G6rKo3

might just be a bad rom. the file i have seems to play just fine, though I suck at the game.

Adem1987 commented 6 years ago

No, there are a lot of roms with the [!] tag but they don’t work.

Am 13.07.2018 um 17:39 schrieb asiag0 notifications@github.com:

try resetting the system with Menu button instead of Start (Power Switch Off, Hold Menu, Power switch On, Release Menu when Main Menu appears)

this game? https://imgur.com/a/4G6rKo3

might just be a bad rom. the file i have seems to play just fine, though I suck at the game.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

kamotswind commented 6 years ago

I've reset using both methods, should have mentioned that. It could be a bad rom which I didn't think about since I haven't had that happen before :) I'll give a new one a try and report back.

kamotswind commented 6 years ago

@asiag0 What firmware version are you on? I've tried 4 other sources for the ROM, deleting any save states between tries, and no luck. Just to be clear this is the Game Gear ROM, not Sega Master System.

OtherCrashOverride commented 6 years ago

For SMS/GG, the most likely cause of an issue is either timing or lack of mapper support. I searched but could not locate the mapper used by the game. If it is a non-standard, support will need to be added.

kamotswind commented 6 years ago

That's fine. I thought it may be something simple so if it turns out not to be then I'll just close this issue.

OtherCrashOverride commented 6 years ago

The title works with this: https://github.com/OtherCrashOverride/Genesis-Plus-GX-crashoverride

So, the answer is somewhere in there.

DavidKnight247 commented 6 years ago

Genesis plus go has a lot of rom mappings On Sun, 15 Jul 2018 at 10:57, OtherCrashOverride notifications@github.com wrote:

The title works with this: https://github.com/OtherCrashOverride/Genesis-Plus-GX-crashoverride

So, the answer is somewhere in there.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OtherCrashOverride/go-play/issues/40#issuecomment-405080079, or mute the thread https://github.com/notifications/unsubscribe-auth/AHxQsSMQZ6-4qoTdaR65nMjfoQL-HjfJks5uGxHwgaJpZM4VPE2M .

DavidKnight247 commented 6 years ago

Try looking here: https://github.com/ekeeke/Genesis-Plus-GX/blob/ae28f874021d92f0abd37113a56dcec89b570777/core/cart_hw/sms_cart.c

On Sun, 15 Jul 2018 at 10:59, David Knight djk.optometrist@gmail.com wrote:

Genesis plus go has a lot of rom mappings On Sun, 15 Jul 2018 at 10:57, OtherCrashOverride notifications@github.com wrote:

The title works with this: https://github.com/OtherCrashOverride/Genesis-Plus-GX-crashoverride

So, the answer is somewhere in there.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OtherCrashOverride/go-play/issues/40#issuecomment-405080079, or mute the thread https://github.com/notifications/unsubscribe-auth/AHxQsSMQZ6-4qoTdaR65nMjfoQL-HjfJks5uGxHwgaJpZM4VPE2M .

kamotswind commented 6 years ago

Looking over that list and doing some more research I downloaded a ROM named: Aerial Assault (Japan) (Rev 1).gg

I never thought to try a ROM that said it was for the Japan region only. However, everything is still in English and it works perfectly. It may be the one labeled "World" has slightly different code that just doesn't work with the current emulator. I think it is safe to say this is a ROM issue and not really something that should be fixed in the emulator right now. I'm going to close this issue but it can always been re-opened if other ROMs are reported to have a similar issue.

OtherCrashOverride commented 6 years ago

Stay tuned.

OtherCrashOverride commented 6 years ago

This should now work with the latest release: https://github.com/OtherCrashOverride/go-play/releases/tag/20180718-smsplusgx

kamotswind commented 6 years ago

It does, thanks!