SD2SNES Firmware 1.11.0 released

Ikari just released the new firmware for the SD2SNES Super Nintendo flashcard and increased it to the final version of 1.11.0. Here is a summary of features added and fixed implemented.

The blog post contains a lot more information, so make sure to head over to his original post to read more about known issues, save states and much more.

Features added:

  • First firmware release to support FXPAK Pro Rev. D
  • USB (usb2snes) support by RedGuy
  • Save state support (via USB/savestate2snes) by RedGuy
  • Stand-alone save state features by FURiOUS
  • Some compatibility improvements and optimizations for stand-alone save states by ikari_01
    • Add support for YAML list items for multiple savestate_fixes entries per game
    • Add support for simple bitwise operations on savestate_fixes patches
    • Add support for verbatim code execution on savestate_fixes patches – notably fixes Star Ocean (decompressed) save states (however the save state hook still needs CPU time optimization to prevent music glitches in Star Ocean.)
    • Add IRQ support on top of NMI for the save state hook – this enables save states on Out Of This World and possibly other games that only use IRQ. Also fixes controller input capture on a number of games so the game-specific input hacks could be eliminated.
    • Moved save state code outside of the USB hook area to make room for USB hook execution.
  • SGB support by Redacted173.
  • Favorite games list by freelancer42

Fixes:

  • Fixed savestates crashing occasionally when loading (and sometimes saving)
  • Fixed Star Fox locking up during sortie sequence when in-game hooks are enabled
  • Updated FURiOUS’s Savestates Readme to reflect changes pertaining to In-game hook
  • Fixed data caching bug in MSU1 data extension which could cause wrong data to be streamed
  • Savestates: do not try to capture data that is already in cartridge space anyway (e.g. SRAM). Fixes text distortion in Near’s Bahamut Lagoon translation when loading a state.
  • Fixed YAML config parser to support comment signs after list start items
  • Fixed SNES open-bus contamination (fixes sprite flickering in Near’s Bahamut Lagoon translation, certain speed runs that rely on open bus behaviour)
  • (hopefully) fixed rapid data line toggling sometimes resulting in address line glitches, causing random crashes in extreme cases, and occasional garbled graphics on SMRPG among others
  • Fixed data integrity problems when loading BSX games

Download (local mirror)
Download via SD2SNES: https://sd2snes.de/files/sd2snes_firmware_v1.11.0.zip

Source

New firmware 1.10.3 for SD2SNES released (S-DD1 support)

Earlier in the month the 3rd revision of the newer 1.10 firmware for our beloved SD2SNES flash card was released. Highlight in this firmware version is of course support for the S-DD1 chip, which is an ASIC decompressor made by Nintendo. This chip is used only by two games: Star Ocean and Street Fighter Alpha 2.

More over about S-DD1 at wikipedia here:
https://en.wikipedia.org/wiki/List_of_Super_NES_enhancement_chips#S-DD1
or more technical at https://wiki.superfamicom.org/s-dd1

Download it directly from the SD2SNES.de site.

Here is the full change log directly from the SD2SNES Team’s github site:

v1.10.3
=======
* fixes:
– [Mk2] Revert S-DD1 bitfile to earlier build which happens to less expose a
timing hazard. This will need further examination for a proper fix.
Fixes severe glitches with S-DD1
– [All] Fix swapped logic terms in SA-1 and SuperFX RAM write cycles. Fixes
severe glitches on SA-1 and SuperFX on Mk.II units; The bug was also
present in the Pro firmware but didn’t seem to have much of an effect
– [All] Fix game video mode setting in SuperCIC pair mode

v1.10.2
=======
* fixes:
– [Pro] fix wrong data ROM size on uPD96050 core -> F1 ROC II track is shown
properly.
– [Pro] fix S-DD1 address mirroring -> Star Ocean works
– [Pro] correct Cx4 core speed from 96MHz to 80MHz
– [All] apply volume boost after FPGA reconfiguration
(fixes MSU1 volume boost on Cx4, OBC1, SuperFX, SA-1, S-DD1)
– [All] fix S-DD1 writes going to the wrong address on concurrent MCU
accesses (saving not working in Star Ocean)
– [All] avoid potential data corruption on MCU writes (e.g. SPC loading)
– [All] Workaround for Super Nt not booting when CIC enters pair mode
successfully

v1.10.1
=======
* fix bug preventing boot on sd2snes Mk.III…

v1.10.0
=======
* add S-DD1 support by magno
* initial firmware release for sd2snes Mk.III (“sd2snes pro”)
* fixes:
– fix memory corruption on BS-X loading
– reset S-RTC read state on all load and reset occasions

Need a new SD Card? Check out what Amazon has to offer and support the site.

New firmware 1.9.0 for SD2SNES with SA-1 support released

Early christmas for all the owners of a SD2SNES card: The team over at www.sd2snes.de just released their new firmware version 1.9.0 ready for download. Highlight in this release is for sure SA-1 support again by RedGuy.

There is obviously much more into it. Here is the summary:

  • SA-1 support by RedGuy! Big thanks to RedGuy again 🙂 This was a really tight fit for the FPGA so there’s a little catch – MSU1 is not available for SA-1 games.
  • Also from RedGuy comes partial SRAM detection for some known games (SuperFX & SA-1). This calculates a ROM CRC and chooses to monitor only specific regions in cartridge RAM for changes. This enables automatic saving without having to resort to periodic saving, reducing wear on the SD card.
  • SNES CPU <-> PPU clock phase alignment. This is a long standing issue on a sub-CPU-cycle base inside the SNES. HDMA to certain registers can cause flickering sprite slabs to appear when CPU and PPU are out of phase after a cart-side reset (which does not reset the PPUs). This fixes the notorious flickering of characters with the giant frog attack in Chrono Trigger, sprites in Kirby Super Star, characters behind the text box in Star Ocean, and probably more. See https://github.com/RedGuyyyy/sd2snes/issues/6 for technical details.
  • Added an option to always go back to menu on reset, regardless of whether it’s a short or long reset.
  • LED brightness setting (16 levels)
  • Added an option to choose whether you want to start a game with or without cheats enabled (of those that are marked as enabled in the YAML file). You can enable / disable them later using the L+R+Start+A / L+R+Start+B button combinations if you have in-game buttons enabled.
  • Disable Satellaview emulation when a real Satellaview base unit is detected to avoid bus fighting and facilitate Satellaview development
  • System Information now shows the currently effective video mode (50 or 60 Hz).
  • Fixes:
    • Control signal edges are detected a bit earlier, improving stability on some consoles (Github Issues)
    • Fix timing of auto region patching. This should solve cross-issues with Super Scope games because they rely on the same register that is also used to read the console region.
    • Fix brightness patching / limiting for games that use HDMA to alter the brightness register. (e.g. Star Fox)
    • Fix an occasional imaginary access cycle carried out by the FPGA after reconfiguration. This fixes lockups when loading games with dedicated FPGA files, i.e. SuperFX, SA-1, OBC-1.
    • Fix SuperCIC pair mode entry for consoles with ≤ 3.072MHz CIC clock (notably GPM revisions). (Github Issue)
    • S-RTC register state is reset when the console is reset.

Source:  SD2SNES Blog

SD2SNES: Firmware 1.8.0 with SuperFX support

Good news for all the SD2SNES owners and fans of Star Fox (or Starwing in Europe), Stunt FX Race and further games requiring the SuperFX chip: The latest firmware supports SuperFX chip. Yes, you can play Star Fox now with your SD2SNES.

 

  • Get the latest firmware from the Project SD2SNES download page.
  • Then backup your current “SD2SNES folder on our SD card.
  • Overwrite your current SD2SNES folder with the files from the archive with the v1.8.0 firmware.
  • Safely unplug your SD card.
  • Place it in your SD2SNES cartridge, switch on your SNES or SuperNT and enjoy. The upgrade worked very smooth-less for me.

 

Further changelog:

  • SuperFX support by RedGuy! This is the duck’s guts. What an accomplishment. Big thanks to RedGuy!
  • EXPERIMENTAL brightness patching for S-CPUN based consoles (1CHIP/Jr). The patching is comprised of two parts:
    1. 1CHIP transient fix – tries to alleviate some graphical issues with 1CHIP consoles where it reacts unfavorably to sudden changes to the brightness register. This fixes the shadow in Air Strike Patrol, warped scanlines in Rudra’s Treasure, and faded scanlines at the top of the screen on certain Capcom games when the console is equipped with a de-ghosting fix involving the replacement of the C11 capacitor.
    2. Brightness limit – can be used to limit brightness on consoles where the stock RGB levels are too high.

    NOTE: There are known problems with games that use DMA to set the brightness register. Notably Star Fox and some MSU1 video players. You should disable it if you intend to play those. For now I’m releasing it as is because I still think it can be useful (and I’ll be gone for two weeks and didn’t want to delay this release any further :-D)

  • Added ExLoROM support (LoROM > 32Mbits)
  • The In-game hook is now disabled by default.
  • Touched up the menu a bit – dependent settings are printed in grey if the higher-level setting is disabled
  • Changed the version numbering by eliminating the eternal leading zero. The last digit can now be used for small revisions or fixes.