Homebrew SCFW: Custom Firmware & Kernel for Supercard

metroid maniac

An idiot with an opinion
OP
Member
Joined
May 16, 2009
Messages
2,092
Trophies
2
XP
2,702
Country
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(?)
Links
Sources: https://github.com/metroid-maniac/SCFW
Binaries: https://github.com/metroid-maniac/SCFW/releases

Related threads:
https://gbatemp.net/threads/try-to-make-a-custom-loader-for-supercard-sd.646837/
https://gbatemp.net/threads/trying-to-make-the-supercard-suck-less-in-2022.624099/

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 driver
 
Last edited by metroid maniac,

metroid maniac

An idiot with an opinion
OP
Member
Joined
May 16, 2009
Messages
2,092
Trophies
2
XP
2,702
Country
Does it improve slowdown issues with certain GBA games?
Currently it is a requirement to patch ROMs with the official Supercard client software, which will introduce the same slowdowns. Prefetch patching reduces slowdowns noticeably, but it is still slower than a real cartridge.

It is planned for these patches to be integrated into SCFW so you can use clean ROMs on your SD card, but the slowdown will be the same.
 

whoisme

New Member
Newbie
Joined
Jan 30, 2024
Messages
2
Trophies
0
Age
24
XP
54
Country
Spain
Hello, I would like to know if you can make the saves (.sav) be 128kb, it is something I have been looking for.




All the best.
 

metroid maniac

An idiot with an opinion
OP
Member
Joined
May 16, 2009
Messages
2,092
Trophies
2
XP
2,702
Country
Hello, I would like to know if you can make the saves (.sav) be 128kb, it is something I have been looking for.

All the best.
As far as I can tell the Supercard SD only contains 64KB of addressable SRAM. Even if the physical SRAM chip is larger (my Supercards appear to have 256KB SRAMs) the higher address pins are fixed and more memory is not available.

There is not an easy solution to this problem.
 

Expbot

New Member
Newbie
Joined
Jan 30, 2024
Messages
4
Trophies
0
Age
26
XP
35
Country
El Salvador
Hi, I was reading your post about the CF for the SC, I tried to run it on mine but I gave an error of wrong Flash id
 

Attachments

  • image.jpg
    image.jpg
    2.8 MB · Views: 35
  • image.jpg
    image.jpg
    2.7 MB · Views: 24
  • Like
Reactions: metroid maniac

metroid maniac

An idiot with an opinion
OP
Member
Joined
May 16, 2009
Messages
2,092
Trophies
2
XP
2,702
Country
Hi, I was reading your post about the CF for the SC, I tried to run it on mine but I gave an error of wrong Flash id
Do you have a picture of the back of the cartridge? It should be possible to look at the chips inside through the transparent shell.

So far I check that the flash ID exactly matches the one I have in my two Supercards, but I guess it would be fine to relax that rule a little bit.
 
  • Like
Reactions: Expbot

Expbot

New Member
Newbie
Joined
Jan 30, 2024
Messages
4
Trophies
0
Age
26
XP
35
Country
El Salvador
Do you have a picture of the back of the cartridge? It should be possible to look at the chips inside through the transparent shell.

So far I check that the flash ID exactly matches the one I have in my two Supercards, but I guess it would be fine to relax that rule a little bit.
 

Attachments

  • image.jpg
    image.jpg
    3.2 MB · Views: 28
  • Like
Reactions: metroid maniac

metroid maniac

An idiot with an opinion
OP
Member
Joined
May 16, 2009
Messages
2,092
Trophies
2
XP
2,702
Country
I have released SFCW version 0.2

Here are the new features.
  • Better, paginated file browser.
  • Try to avoid paths and filenames overflowing lines.
  • Autosave feature
  • Press start to launch last-played ROM

https://github.com/metroid-maniac/SCFW/releases/tag/0.2

Here is a demo video to show the new file browser.
 
Last edited by metroid maniac,

howston

New Member
Newbie
Joined
Aug 26, 2023
Messages
3
Trophies
0
Age
34
XP
99
Country
United Kingdom
This is a great piece of work already!

Though in testing now on my GBA SP, v0.1 works perfectly, though v0.2 does not.

For me, v0.2 shows the first screen correctly, opens the kernel file successfully .. but then can't seem to initialize the menu, and gets stuck in a loop with the screen flashing, as it tries and fails to show the menu.

I know it's very early in development, but still could be useful as a test report? :)
 
  • Like
Reactions: metroid maniac

metroid maniac

An idiot with an opinion
OP
Member
Joined
May 16, 2009
Messages
2,092
Trophies
2
XP
2,702
Country
The battery in my Supercard has died over the years, I might need to grab another one soon.
This is a great piece of work already!

Though in testing now on my GBA SP, v0.1 works perfectly, though v0.2 does not.

For me, v0.2 shows the first screen correctly, opens the kernel file successfully .. but then can't seem to initialize the menu, and gets stuck in a loop with the screen flashing, as it tries and fails to show the menu.

I know it's very early in development, but still could be useful as a test report? :)
My mistake - I had attached the wrong files to the releases page.
It should work if you download it now.
 
  • Like
Reactions: howston

JORGETECH

Well-Known Member
Newcomer
Joined
Oct 5, 2023
Messages
48
Trophies
0
XP
174
Country
Spain
I didn't expect a custom firmware for the Supercard in 2024, really impressive!

Is it safe to flash the new firmware and go back to original firmware?
 
  • Like
Reactions: Girtana1

metroid maniac

An idiot with an opinion
OP
Member
Joined
May 16, 2009
Messages
2,092
Trophies
2
XP
2,702
Country
I didn't expect a custom firmware for the Supercard in 2024, really impressive!

Is it safe to flash the new firmware and go back to original firmware?
Yes, you can do that - although you can use the kernel without flashing the firmware to the cartridge, if you want.
Post automatically merged:

I have now released version 0.3.

The main feature added by this release is automatic waitstate and SRAM patching. This means you can use unpatched retail ROMs on your Supercard - the patches will be applied on the fly.

Many thanks to @Archeychen for his loader and @RocketRobz for TWiLightMenu++ gbapatcher sources.

https://github.com/metroid-maniac/SCFW/releases/tag/0.3

I made this release promptly because of the importance of this feature. I'm going to focus on smaller features, code cleanup, and less frequent binary releases for a while now.
 
Last edited by metroid maniac,

metroid maniac

An idiot with an opinion
OP
Member
Joined
May 16, 2009
Messages
2,092
Trophies
2
XP
2,702
Country
Oh, I see. Then the only thing I'm missing is scrolling ROM names in the loader like the EZ-Flash Omega.

EDIT: I'm getting a save error in Mario Kart Super Circuit, the SRAM patch may be failing for this game?
I got that error and discovered the problem. I'll release a hotfix.

EDIT: Done, please report whether this fixes it.
 
Last edited by metroid maniac,

Micolash

Active Member
Newcomer
Joined
Jan 15, 2024
Messages
28
Trophies
0
XP
72
Country
Netherlands
@metroid maniac Hi, this is really cool, thank you for sharing and making this. There's not many options for Supercard users out there, other than twilight menu. Gonna pull out the old SCSD and play around with this ;).

EDIT: Excited for the NDS mode.
 
Last edited by Micolash,
  • Like
Reactions: Girtana1

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Julie_Pilgrim @ Julie_Pilgrim:
    im sure half the responses won't be literal racial slurs or "drop table" jokes
  • Veho @ Veho:
    Look, it's China. They know what it's like when you give a poll to half a billion trolls.
    +1
  • K3Nv2 @ K3Nv2:
    How much dollar do you think it is?
  • Veho @ Veho:
    ONE MILLION DOLLA
    +1
  • Veho @ Veho:
    I know the pricing of electronics nowadays isn't "how much it actually costs" but "how much we can get away with", but putting up a poll is just cynical.
    +1
  • K3Nv2 @ K3Nv2:
    Probably $150 someone said Anbernic said around the same price as rg556
  • Julie_Pilgrim @ Julie_Pilgrim:
    you know which game i wish they would rerelease
  • Julie_Pilgrim @ Julie_Pilgrim:
    sonic unleashed
  • K3Nv2 @ K3Nv2:
    Make it a happy meal toy
  • Julie_Pilgrim @ Julie_Pilgrim:
    that game's engine is really fucking intensive so it runs like literal shit on xbox 360 and ps3
  • Veho @ Veho:
    Nah I'm getting value creep again. I look at a $50 console "but for just a few more dollars you could get XYZ" and I end up considering the Steam Deck.
    +1
  • Julie_Pilgrim @ Julie_Pilgrim:
    like the lighting in that game was genuinely so good
  • Veho @ Veho:
    Not getting dragged into that again.
  • Julie_Pilgrim @ Julie_Pilgrim:
    i dont get why they didn't port the one game that ran the worst on consoles, to pc
  • Julie_Pilgrim @ Julie_Pilgrim:
    like you port everything to pc except the one game where it would make the most sense. why. what do you gain from this
  • Julie_Pilgrim @ Julie_Pilgrim:
    is sega just personally fucking with me? are they laughing while watching me through my kinect camera as i get up to restart my xbox for the third time because the game froze again
  • K3Nv2 @ K3Nv2:
    Buy handhelds from five below better quality
  • K3Nv2 @ K3Nv2:
    Valve probably going to do another refresh of the deck this fall with rog ally like specs tbh
    +1
  • Veho @ Veho:
    A smaller form factor would be nice too.
    +1
  • K3Nv2 @ K3Nv2:
    A shield portable 2 would be nice aye Nvidia
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    The big leap in all things tech is when carbon based chips start hitting.
  • Psionic Roshambo @ Psionic Roshambo:
    Longer battery life cooler temps and faster! What's not to like lol (probably expensive as hell)
  • AncientBoi @ AncientBoi:
    [checks my dildo(s) batteries, coolant and lube] :O [promptly replaces them] :D
    AncientBoi @ AncientBoi: [checks my batteries, coolant and lube] :O [promptly replaces them] :D