Retro Hackers LogoGuestLog in

Summer Tree
News
Database
Users
Projects
Game Ports
Videos
Music
Material
Feedback

Starfox 30+60FPS Patches

Original game : Star Fox

Platform : SNES

Author : kandowontu

Release date : 27 September 2022

Category : Complete

Patch version : 2.0

Modifications : P

Downloads : 5894

ROM Information

Database match: Star Fox (USA) (Rev 2)
Database: No-Intro: Super Nintendo Entertainment System (v. 20210222-050638)
File SHA-1: 2E77E250501D9B232630AEECC1E5505CF2327484
File CRC32: C056B80C
ROM SHA-1: CF08148CD8F26D51F8C67C956179DFC594E7A4F1
ROM CRC32: 8FC4E6D0

Hack description

Updates: -Fixed screen flashing after boss defeated
-Fixed 60FPS mode (wasn't doing animations/color cycles at 60fps)
-Added: 2 more fun tests
-Renamed: SF60FPS Variant 2 to SF20FPS 60FPS Elements

Hello!

This is a set of patches to unlock 30 and 60FPS mode for Starfox!

1) How is this achieved?
2) How to run it?
3) Can to see the FPS
4) Disclaimer
5) Credits, Discord, Twitter

1) How is this achieved?

The game has 3 IRQ routines to complete the game cycle of strats (movement/attack/health/etc routines), drawing the screen etc. It does this in 3 game cycles, which limits the game to 20FPS at max.

What has been done is the IRQ routines have been programmed to run right after each other without waiting a game cycle, from irq 2-3 for 30fps mode and from irq 1-2-3 for 60fps mode.

Additionally, every frame will also be drawing as well as doing the strats. What has been done is the strats will only process every 2/3 frames for 30/60fps while still drawing it every frame. This slows the game back down to its ORIGINAL pace.

Also attached is a FULL SPEED patch that does not slow the game down to its original pace (just for fun).

2) How to run it?

The game does NOT run on console. It requires most importantly a CPU overclock. The patch requires USA 1.2 UNHEADERED rom.

SNES9X - CPU OVERCLOCK under HACKS set to MAX

BSNES - CPU OVERCLOCK set to 126% CPU speed (a .BML file is also supplied, put in the same folder as the rom with the same name for BSNES)

MESEN - Set to "Wait 60 scanlines AFTER NMI"

Retroarch SNES9X - CPU OVERCLOCK may be called "REDUCE SLOWDOWN" under HACKS

For the best experience, visit our discord for a custom SNES9X build with faster cpu overclocking ;)

3) How to see the FPS

Just press A+B on the title screen to enable the on-screen FPS display.

4) DISCLAIMER

The FPS may fluctuate, especially in 60FPS mode. This is simply due to emulation restrictions. 30FPS mode provides the most solid experience. 60FPS can almost be achieved solidly using a custom SNES9X build that is provided on our discord.

This hack simply unlocks the game's artificial limitations.

5) Credits

All programming, research, testing, trial and error and discoveries by kandowontu

Testing by Sega Mega Drive, Sunlitspace542

http://discord.gg/sfex

http://twitter.com/kandowontu

Screenshots

Contributions

ContributorType of contributionDescription
kandowontuHackingASM Programmer

Reviews

Plays more like you remember it and less like it really didAlan Vikam2023-02-20Version 2.0

So before this patch you could tweak your emulator to force fx chip to run at a higher speed, it kinda did the trick but it screwed with a lot of things. Now the emulator can simply run as it should and the game does the rest which is the ideal scenario.

Here is hoping Stunt Race FX one day gets its own improvement hack.