-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support TV type override (NTSC / JP roms on N64 PAL) #66
Comments
@landsat77 , just for confirmation, please can you also add the exact command you sent to |
Also the output of |
sc64deployer.exe -V sc64deployer.exe info Sending roms : F-Zero boot fine D:\Summer 64>sc64deployer.exe --port com9 upload "Paperboy (USA).z64" |
By default To summarize, try running Support for overriding TV type and save parameters will be coming soon to the N64FlashcartMenu. |
using : Works fine now, tested with Paperboy and Resident Evil 2 |
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> Add ability to force tv region based on detected ROM based on the ROM's destination code. Adds a setting so that this can be turned off (on by default). ## Motivation and Context <!--- What does this sample do? What problem does it solve? --> <!--- If it fixes/closes/resolves an open issue, please link to the issue here --> #66 ## How Has This Been Tested? <!-- (if applicable) --> <!--- Please describe in detail how you tested your sample/changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## Screenshots <!-- (if appropriate): --> ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [x] Improvement (non-breaking change that adds a new feature) - [ ] Bug fix (fixes an issue) - [ ] Breaking change (breaking change) - [ ] Config and build (change in the configuration and build system, has no impact on code or features) ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. <!--- It would be nice if you could sign off your contribution by replacing the name with your GitHub user name and GitHub email contact. --> Signed-off-by: GITHUB_USER <GITHUB_USER_EMAIL>
Partial support has been merged in #71 |
Manual TV type and save type override has been implemented in this commit: 621e50c |
Firmware version of the flashcart
No response
Menu version used
0.0.0.5 Alpha
Description
Using PAL Fra RGB modded N64
Using no-intro roms, the same files are working well on my X7 and ED64+
Menu boot at 576i/50 or 480i/60 (ini settings)
Pal roms works fine, i found no issues yet.
USA / JAP Roms :
F-zero X => Works Fine
Star Fox => Works Fine
Resident Evil USA / JAP => black screen nothing happens even after a couple of minuts
Ogre Battle 64 USA / JAP => black screen nothing happens even after a couple of minuts
Wave Race USA / JAP => Boot but freeze some seconds later
Gex 3 => black screen nothing happens even after a couple of minuts
007 The World is not enough => boot but stuck on region lock screen
Paperboy => boot but stuck on region lock screen
Megaman 64 => => boot but stuck on region lock screen
I try to send rom over USB-C, same issue than loading over the menu.
How to reproduce
No response
Expected behavior
No response
Screenshots
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: