SuperChis Prime: How I Fixed the SuperCard SD's Flaws on a Budget

Hello players, I'm one of the designers behind the SuperChis project. I’d like to share, from an engineer’s perspective, the thinking and execution behind our new GBA flash cartridge, the SuperChis Prime.

Our goal was clear: to create a genuinely "good" budget cartridge within a $15~$25(depends on tax and shipping) price range by solving the core issues that plague the classic SuperCard SD.
This wasn't just about patching an old design; It's a reconfiguration for a better future.

1768192599542.png
1768192570785.png

1. Hardware: Targeted Solutions​

The root causes of the classic SuperCard's problems—"slowdown" and "white screens"—lie in its SDRAM timing compatibility and the need for "slowdown patches" for every game. Our approach was twofold:

  1. Using Large NOR Flash to Bypass SDRAM Issues: I replaced the NOR Flash with a larger-capacity chip. When a game is written to the Flash, the GBA CPU reads directly from it, completely bypassing the problematic SDRAM access timings. This eliminates "slowdown" and the "white screen/freeze" caused by failed patches at a fundamental level. We also deeply optimized the write speed. Burning a 32MB game takes about 105 seconds on the standard version, and only about 85 seconds on the "Micron" version with higher-performance Flash.
  2. Premium PCB Process: To ensure long-term reliability, especially for the contact fingers, we use a 2U Immersion Gold (ENIG) process for our PCB manufacturing. It's an invisible upgrade, but we believe it's essential.
  3. Standardized and elegant PCB layout: It can improve product stability and avoid some anomalies that are not caused by component quality. Thanks to Mori, for his perfectionism.

2. CPLD Firemware: A Clean-Slate Approach for a Better Future​

The original SuperCard's CPLD firmware was "black box". So, we made a decision: we started from scratch with a completely new, forward-designed firmware. Thanks to davidgf for the many suggestions, which have benefited me a lot.

  • More Developer-Friendly: The new firmware has clear logic, avoiding potential register conflicts and other hidden issues. This provides a much better foundation for long-term support and feature development for excellent third-party kernels like SuperFW.
  • Multiple compatibility interfaces: We are compatible with SuperCard SD's SD Write/Read, and also support SuperCard Lite's SD Read. This helps to quickly migrate existing excellent software.

3. "Hybrid Architecture" and Fragmented Flash Management​

Making a simple NOR Flash cart isn't hard. The challenge was balancing flexibility and features at a low cost.

  • Fragmented Flash Management: Users don't need to worry about a game's physical location on the Flash. You can add or delete games as easily as managing files on your phone, and the system handles the space allocation automatically.
  • Retaining SDRAM for Unique Value: We didn't discard the SDRAM just because we added Flash. We repurposed the SDRAM as a "preview/launch area" and, crucially, as the memory for some feature. This "Flash + SDRAM" hybrid architecture allows us, at a low cost, to offer both "instant game launch with no slowdown" (from Flash) and "advanced features like Instant Saves" (from SDRAM).

4. GBA Firmware​

At present, SuperFW has fully supported SuperChis and may be released in next version. Because SuperChis are forward compatible, there will be more custom firmware support in the future. It's worth noting that the time to enter the SuperFW was reduced from 6 seconds to 1 second because we had a larger Flash and avoided asset decompression. davidgf's rotating meta data design largely avoids uneven flash writes.

5. The Necessary Trade-Offs​

Within our strict cost targets, we had to make some compromises:

  1. No RTC/Rumble/... Support: This was to control core chip complexity and cost. The software clock in the SuperFW kernel keeps time while in-game.
  2. Standard Battery-Backed Save: The standard version uses a CR1616 battery with low-power SRAM, offering a theoretical save retention of up to 20+ years (conservatively estimated at 10). We solved the problem of SuperCard batteries dying prematurely by using low-power SRAM and designing strictly according to the manual.
  3. Compatibility issues: We have found that the some GBAs on the motherboards labeled 02 have power supply issues, and cannot use the common NOR Flash, and need to use the more expensive low-power, high-performance NOR Flash, for which I have already funded research, and hope that the 02 motherboards can be resolved in the future with a simple mod. Or you can replace it yourself with a more expensive flash like the MT28.
  4. Save Game Handling: Support for games with EEPROM/Flash saves relies on the SuperFW database and patching engine. While this covers virtually all commercial games, some homebrew titles (e.g., certain Pokémon ROM hacks) may require manual intervention.
  5. Use recycled ICs: Whether it is mass production or DIY, for GBA game scenarios I recommend using tested recycled ICs. Especially for those NOR Flash that still have more than half of their life left. This is more economical and environmentally friendly. Of course, the test process includes full erasure, writing, stress testing, etc. Of course, you can also replace it with a new NOR Flash by yourself, which will cost $20~$30. As long as the speed is faster than S29GL01GS12, it will be a good Flash choice.

6. Acknowledgments and Planning​

Thanks to Mori, and Davidgf for supporting this project. More versions of the SuperChis series will be released in the future, and the core ideas will be open-sourced to encourage more interesting innovations. The CPLD implementation of the original SuperCard can be found at SuperChis.
 
These last few months have worn me out lol
I hope you all like SuperChis Prime, this is a New Year gift. My R&D income in this project is 0, and I have invested a lot of time and money in the production of shells and PCBAs. Currently, I am still losing money.
 
These last few months have worn me out lol
I hope you all like SuperChis Prime, this is a New Year gift. My R&D income in this project is 0, and I have invested a lot of time and money in the production of shells and PCBAs. Currently, I am still losing money.
When and where can we buy these carts?
 
So after an open source DS flashcard (dspico), we're blessed with an open source GBA flashcard. Good job!
(Read the name as SuperChris to be honest, which was quite hilarious)

@Exnor If I recall correctly, NOR can be read at arbitrary byte offsets like actual ROM from cartridges, while NAND cannot.
 
Great job.

I'm curious why a NOR flash and not a NAND? Price or specs? Or other factors?
NOR Flash will be much more expensive than NAND Flash for the same capacity. We chose NOR because GBA need to access it randomly by byte/word.
Post automatically merged:

This is super cool and I'm not judging you at all but I hate that I can so easily pick up on the AI-generated cadence of the OP.

It's okay.
Because my native language is not English, AI can save my time.

If you are interested in the original text, this is my post on the Chinese community.
https://bbs.oldmantvg.net/thread-94989.htm
Post automatically merged:

Thanks @ChisBread
One question, was it impossible to add a battery holder like the one in Chisflash 1.1?
I do not recommend doing this, saves are much more important than RTC, and the battery holder is not reliable. Maybe I should make some FRAM versions? But it's too expensive...
 
Last edited by ChisBread,
So after an open source DS flashcard (dspico), we're blessed with an open source GBA flashcard. Good job!
(Read the name as SuperChris to be honest, which was quite hilarious)

@Exnor If I recall correctly, NOR can be read at arbitrary byte offsets like actual ROM from cartridges, while NAND cannot.

I like DSPico, its design is easy to make.
However, the NOR Flash that is suitable for SuperChis is limited, and it is easy to be monopolized. So I will open source it when the market is close to saturation.
If people are interested in how SuperChis work, I will update the technical details to my GitHub. This includes how to drive SDRAM and how to drive SD Card.
Post automatically merged:

The second one of these becomes available I will be buying one. Do you have a donation link @ChisBread ?

The blue one? I dyed it myself with dyes. Because of limited budget, we only produce transparent and black shell. I will ask if it is possible to produce some colored shells in small batches.
 
Last edited by ChisBread,
  • Like
Reactions: orangy57
I like DSPico, its design is easy to make.
However, the NOR Flash that is suitable for SuperChis is limited, and it is easy to be monopolized. So I will open source it when the market is close to saturation.
My bad, I thought it was already open source, but if components are on short supply, it's a good idea to delay open sourcing. Plus, it would be nice if you could earn some money from your hard work.
 
Amazing work! I was waiting for this product to be released, so I'm glad it's close to being released.

One doubt that I have after reading the post is if the SDRAM memory still serves the purpose of NDS memory expansion, that was one of the selling points for the original Supercard. Also, the way you talk about the SDRAM seems to implt it will have the same speed characteristics as previous carts, is that correct?
 
Amazing work! I was waiting for this product to be released, so I'm glad it's close to being released.

One doubt that I have after reading the post is if the SDRAM memory still serves the purpose of NDS memory expansion, that was one of the selling points for the original Supercard. Also, the way you talk about the SDRAM seems to implt it will have the same speed characteristics as previous carts, is that correct?

Yes, SuperChis still supports NDS, just like SuperCard. I didn’t make any more improvements regarding the SDRAM part(Maybe using in-production SDRAM can also be considered an improvement?), I just made it play GBA games better.
 
I do not recommend doing this, saves are much more important than RTC, and the battery holder is not reliable.
I wasn't talking about RTC, but about a way to replace the battery without soldering. For that, the battery holder is a much better option.
 

Site & Scene News

Popular threads in this forum