Branch of SCFW dedicated to SCKILL
Go to file
2024-04-03 21:02:20 +01:00
irq_hook Add ability to disable coldboot saving 2024-03-31 14:10:52 +01:00
SCFW_Kernel_GBA Bump version number to 0.5.2 2024-04-03 21:02:20 +01:00
SCFW_Stage1 Stage1 readme 2024-01-30 12:00:32 +00:00
SCFW_Stage2_GBA Bump version number to 0.5.2 2024-04-03 21:02:20 +01:00
SCFW_Stage2_NDS Commit what I've got 2024-01-28 07:46:03 +00:00
sckiill Commit what I've got 2024-01-28 07:46:03 +00:00
devkitPro.7z Add old toolchain needed for building 2024-01-28 12:14:04 +00:00
LICENSE Create LICENSE 2024-02-04 14:50:47 +00:00
README.md Update README.md 2024-03-31 18:37:55 +01:00

SCFW: Custom Firmware & Kernel for Supercard

SCFW is a custom firmware and kernel for the Supercard SD. Currently it is in a preview state with minimum functionality.

Installation

Download the current release and copy the scfw folder to the root of your SD card.
That's it! You can now use the kernel by loading scfw/kernel.gba from the official firmware.
You can also select the firmware.frm file from within the kernel to flash SCFW to the Supercard's firmware. Because the firmware is minimal and the kernel is loaded from the SD card, updates to the firmware should be rare. You can enjoy kernel updates without updating the firmware.

Current features

  • Can browse files
  • Can load a GBA ROM
  • Can flash a Supercard firmware.
  • Automatic SRAM, waitstate, and prefetch patching (buggy)
  • Automatic SRAM loading & saving
  • Manual SRAM management
  • SDHC
  • Soft reset patch

Planned features

  • Nicer file browser
  • Support for more filetypes with builtin goomba/pocketnes etc.
  • NDS mode
  • Code cleanup, lots of it.
  • Cache patches after creating them to increase loading speed
  • Faster loading speeds
  • Cheats(?)
  • Save states(?)

GBATemp discussion thread
https://gbatemp.net/threads/scfw-custom-firmware-kernel-for-supercard.647238/

Credits

metroid maniac - Main developer
Archeychen - Early development into another loader, SDHC support
RocketRobz - Twilightmenu++ "gbapatcher" code for patching Supercard ROMs
SiliconExarch - Finding an old DevkitARM release with a functioning Supercard SD drive