• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

homebrew help

Started by frip, January 31, 2006, 06:52:26 AM

Previous topic - Next topic

frip

hi, i have a supercard sd and 1gb sd card, flashed with v6. I am fine getting commercial roms to work but when i try and get homebrew to work i get 2 white screens, any help would be appreciated, thanks. :wink:

m2pt5

Use a .ds.gba version if available, renamed to .sc.nds (to distinguish from normal .nds).
Manually signing your posts is dumb.
---
Firmware versioning: Get a Passcard 3, a SuperKey, or a slot-1 flashkit. Then it doesn't matter which firmware you have.

frip

:D thanks, worked fine for me

Koji

To explain why that is a little better... .nds is the format without any loader attached. The standard format for something with a loader is .ds.gba since most flashcarts are based off of GBA hardware and can only recofnize .gba extensions.

What I'd really like to see is supercard natively be able to recognize the difference between .ds.gba and .gba. Either through looking at it's extension, or peaking inside the rom and going "Oh! It has an arm9.bin so it must really be a DS file" or something like that.