Added option to force ARM9 67MHz Clock Speed in DSi mode#157
Added option to force ARM9 67MHz Clock Speed in DSi mode#157Gericom merged 7 commits intoGericom:developfrom
Conversation
Fixes issues in these games: BJXE - Harry Potter and the Order of the Phoenix (USA,EUR) BWWE - WWE - Survivor Series (USA,EUR) AH3E - Hamtaro - Ham-Ham Heartbreak (USA) AH3P - Hamtaro - Ham-Ham Heartbreak (Europe) (En,Fr,De,Es,It) AMVJ - Magical Vacation (JAP) BAVE - Activision Anthology (USA) A9ME - Moto Racer Advance (USA) A9MP - Moto Racer Advance (EUR) ABZE - NFL Blitz 20-02 (USA,EUR)
|
I kinda had the same issue when porting TGDS-multimediaplayer from NTR mode to TWL mode. Turns out the bios calls in DKARM are NTR mode-only (r45), thus when the games are calling them internally through GBA mode, they don't act properly in TWL mode (they'll run twice as fast). As a workaround I made TGDS homebrew timing consistent, thus, I could use the default BIOS @ 0xFFFF0000 and it'd magically work for both NTR/TWL modes, sounds, interrupts overall worked incredibly well. Thus:
As for M&L: SS, the issue is cache regions in DS mode in GBA IO segments where caches should be disabled. -- Edit: Apr 8 2025 |
This is based on Gericom´s previous implementation in other project.
Fixes issues in these games:
BJXE - Harry Potter and the Order of the Phoenix (USA,EUR)
BWWE - WWE - Survivor Series (USA,EUR) - Fixes running too fast
AH3E - Hamtaro - Ham-Ham Heartbreak (USA) - Fixes hanging in the title screen
AH3P - Hamtaro - Ham-Ham Heartbreak (Europe) (En,Fr,De,Es,It) - Fixes hanging in the title screen
AMVJ - Magical Vacation (JAP) - Fixes hanging in the title screen
BAVE - Activision Anthology (USA) - Fixes sound issues
A9ME - Moto Racer Advance (USA) - Fixes running too fast
A9MP - Moto Racer Advance (EUR) - Fixes running too fast
ABZE - NFL Blitz 20-02 (USA,EUR) - Fixes running too fast
This setting can be used later if more issues related to clock speeds are found.
Json setting example:
Tested in both DSi and 3DS consoles, in both SD card and DSpico in DSi mode.
This fixes #120, #110, #81 and #63