Scramble Core
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Scramble Core
Hello,
I have no display with this Core
my version: Scramble_20200417.rbf
I tried an old version, it's the same
I have no display with this Core
my version: Scramble_20200417.rbf
I tried an old version, it's the same
Re: Scramble Core
Please supply some more information about your setup, or else we can't help you. Are you running though HDMI or VGA? Are you using the scandoubler or other settings? Do you have sound?tontonkaloun wrote: ↑Tue Aug 11, 2020 6:38 am Hello,
I have no display with this Core
my version: Scramble_20200417.rbf
I tried an old version, it's the same
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: Scramble Core
I am on HDMI!
I have no sound
and I don't have access to the osd menu
my question actually is, if this game works for others?
I have no sound
and I don't have access to the osd menu
my question actually is, if this game works for others?
-
- Posts: 2
- Joined: Sat Aug 15, 2020 2:37 pm
Re: Scramble Core
I have the same issue.
I run through HDMI, and just end up getting a black screen when I try to load the core. Similarly unable to bring up the osd menu, and will have to do a hard reset to get back to the mister menu.
I run through HDMI, and just end up getting a black screen when I try to load the core. Similarly unable to bring up the osd menu, and will have to do a hard reset to get back to the mister menu.
Re: Scramble Core
I'm gonna make a wild guess here, that both of you have "vsync_adjust=2" in your ini file.FuriousLinus wrote: ↑Sat Aug 15, 2020 2:39 pm I have the same issue.
I run through HDMI, and just end up getting a black screen when I try to load the core. Similarly unable to bring up the osd menu, and will have to do a hard reset to get back to the mister menu.
Since the scramble core has a slightly weird refresh-rate, it's most likely not compatible with your TV/Monitor.
Please put this on the bottom of your ini file and reboot, and report back. This sets "vsync_adjust=1" just for scramble.
[scramble]
vsync_adjust=1
Also might be a good idea to test with "vsync_adjust=0" also, if "1" does not work.
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: Scramble Core
Ok i tryZichio wrote: ↑Sat Aug 15, 2020 6:17 pmI'm gonna make a wild guess here, that both of you have "vsync_adjust=2" in your ini file.FuriousLinus wrote: ↑Sat Aug 15, 2020 2:39 pm I have the same issue.
I run through HDMI, and just end up getting a black screen when I try to load the core. Similarly unable to bring up the osd menu, and will have to do a hard reset to get back to the mister menu.
Since the scramble core has a slightly weird refresh-rate, it's most likely not compatible with your TV/Monitor.
Please put this on the bottom of your ini file and reboot, and report back. This sets "vsync_adjust=1" just for scramble.
[scramble]
vsync_adjust=1
Also might be a good idea to test with "vsync_adjust=0" also, if "1" does not work.
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: Scramble Core
tontonkaloun wrote: ↑Sat Aug 15, 2020 9:03 pmOk i tryZichio wrote: ↑Sat Aug 15, 2020 6:17 pmI'm gonna make a wild guess here, that both of you have "vsync_adjust=2" in your ini file.FuriousLinus wrote: ↑Sat Aug 15, 2020 2:39 pm I have the same issue.
I run through HDMI, and just end up getting a black screen when I try to load the core. Similarly unable to bring up the osd menu, and will have to do a hard reset to get back to the mister menu.
Since the scramble core has a slightly weird refresh-rate, it's most likely not compatible with your TV/Monitor.
Please put this on the bottom of your ini file and reboot, and report back. This sets "vsync_adjust=1" just for scramble.
[scramble]
vsync_adjust=1
Also might be a good idea to test with "vsync_adjust=0" also, if "1" does not work.
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: Scramble Core
Great Have a nice day!
As a final note on this issue, other titles from the same core may have similar behavior.
Example, if you look at the mra files here:
https://github.com/MiSTer-devel/Arcade- ... r/releases
Look for the "setname" value in the mra and make a new setting for each, like for scramble.
This value (in mra).
Code: Select all
<setname>armorcar</setname>
- tontonkaloun
- Posts: 354
- Joined: Sun May 24, 2020 7:38 pm
- Has thanked: 153 times
- Been thanked: 52 times
Re: Scramble Core
yes I had this idea, but for the moment I preferred to set the vsync to 1 for all coresZichio wrote: ↑Sat Aug 15, 2020 9:33 pmGreat Have a nice day!
As a final note on this issue, other titles from the same core may have similar behavior.
Example, if you look at the mra files here:
https://github.com/MiSTer-devel/Arcade- ... r/releases
Look for the "setname" value in the mra and make a new setting for each, like for scramble.
This value (in mra).
Code: Select all
<setname>armorcar</setname>
-
- Posts: 2
- Joined: Sat Aug 15, 2020 2:37 pm
Re: Scramble Core
That was the issue! Thanks for helping fix it!tontonkaloun wrote: ↑Sat Aug 15, 2020 10:04 pmyes I had this idea, but for the moment I preferred to set the vsync to 1 for all coresZichio wrote: ↑Sat Aug 15, 2020 9:33 pmGreat Have a nice day!
As a final note on this issue, other titles from the same core may have similar behavior.
Example, if you look at the mra files here:
https://github.com/MiSTer-devel/Arcade- ... r/releases
Look for the "setname" value in the mra and make a new setting for each, like for scramble.
This value (in mra).
Code: Select all
<setname>armorcar</setname>