-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shuttle Voyage and Thief in Garden Won't Start #13
Comments
Thanks for the report. I can confirm this. Interestingly enough, this was one of the ROMs I had available for testing, so apparently I just missed it. I probably know the general issue, but am unsure how to fix it. I'll have to look into it. |
Okay, let me know if you find a fix for these two games. |
I'm seeing this on Pocket too. Not sure if this is related, but these are the two games that have a built-in calculator. |
Oh... I should have checked this. I have no way of supporting the keypad, so those GnW titles that use it are not supported. |
As far as I know the keypad part isn’t actually needed to play the game, can those buttons just be ignored/excluded? Testing in MAME, the only buttons needed to play the game are MODE (to start), then Up, Down and Forward/A. Right now it's cycling the hours as if the up button is stuck down for some reason. |
The up button is on a input line that is marked "FAKE" in MAME. I don't know what it does, and therefore my tools don't know what it does. It is most likely failing for that reason. This "FAKE" line is only used in two hardware configurations: Shuttle Voyage, and a SM511 Star Trek game. |
I at least got the game to start by mapping a button as “select” in the manifest.json. Now when I boot it, I can start by pressing the Left shoulder button a few times to cycle to Game A. |
The LCD emulator that was made for the Nintendo Mario/Zelda Game and Watch devices supports Shuttle Voyage, perhaps you can uncover what the FAKE part is in mame from their implementation? https://github.com/bzhxx/game-and-watch-retro-go |
I finally sat down and looked into it and got both of these games working. Here's how to set them up in the manifest.json, if anyone else needs that info:
|
What did you change, and how did you figure out how to fix it? |
I just did some trial and error with the controls in manifest.json and landed on these changes: Changed this:
to
and this:
to
(I also switched button1 to button2, but that was just personal preference.) |
That's odd. I wonder how those correspond to the MAME GnW definitions. |
I built a new rom for Shuttle Voyage and I can confirm it works correctly, thanks! |
Version (or build number)
0.2.0
Platform (Pocket or MiSTer)
MiSTer
Steps to reproduce
Shuttle Voyage and Thief in Garden won't start. I cannot get past the first screen. I attached short video clips of the problem I'm experiencing. This issue happens every time I boot up the games. I press buttons and nothing happens.
Shuttle.Voyage.MOV
Thief.in.Garden.MOV
Expected Behavior
I was expecting the games to start playing after pressing select just how other working games do.
Actual Behavior
The games are stuck on the start screen.
Additional Context
The games won't start and play.
The text was updated successfully, but these errors were encountered: