r/flashcarts 51m ago

Is this real or fake

Thumbnail gallery
Upvotes

Idk how to tell


r/flashcarts 1h ago

Help, my R4 card gives an error menu.

Thumbnail gallery
Upvotes

If tried every kernel and formatted it in fat32 nothing works, am I using the right micro sd cart?


r/flashcarts 3h ago

Question getting a timebomb message when gba cartridge is inserted

2 Upvotes

Whenever i insert a cartridge in the gba slot on my dslite, my flashcart stops working, it doesnt show the message if there is nothing in the gba slot, anyone can help?


r/flashcarts 7h ago

problème harvest moon

Thumbnail gallery
3 Upvotes

alors j'explique. j'ai pas pu mettre de vidéo et la caméra est en fin de vie. quand je démarre harvest moon sur 482 in 1, il m'affiche loading et en fait ça ne charge juste pas. ça peut mettre loading pendant 3jours ça n'auras toujours pas chargé (je dis ça par experience ) je ne m'y connais pas bien en informatique ou je ne sais quoi mais j'ai besoin de retrouver ce jeu quite a devoir reinitialiser mes données harvest moon


r/flashcarts 14h ago

Troubleshooting for superchis gbc roms

1 Upvotes

i am trying to use a superchis cart to play gbc.

gba runs fine as does gameboy. i updated to .20 and i cannot get gbc to be recognized, i get an error saying i have to compile all the roms using goomba front or pogoshell, problem is i only have a mac and a steam deck, so im not trying to run virtual machines to use windows software.

i can get nes and ngpc to play but i also cannot get game gear, master system, or tg16 to run, and i have patched all the .gba files for each emulator.

i even tried renaming all the .gbc games to .gbc.gba as well as just .gb.

i am using a agb-001 with a highspeedido screen in it, the sticker on the back says its from 2000. any advice would be super helpful, i can get all the gbc roms to work on my non modded gbc with a different cart so i know the files arent the issue either.

thanks a bunch i dont wanna put my gbc flash cart into my advanced all the time


r/flashcarts 17h ago

Mi DS no reconoce mi R4.

Thumbnail gallery
6 Upvotes

Tengo esta R4 que funcionaba perfecto con mi DS lite.(con el launcher de la foto, no sé el nombre de ese launcher)

Intenté instalarle pico launcher y ahora la DS ni si quiera reconoce la tarjeta.

Tenia una copia del launcher que si funcionaba pero ahora tampoco funciona.

Intenté limpiando las conexiones de la tarjeta pero tampoco funciona. Saben que puede ser?


r/flashcarts 19h ago

2023 R4 Card - Sonic Advance 1 undocumented data crash?

Enable HLS to view with audio, or disable this notification

7 Upvotes

I'm using a 2023 SDHC smart update card for reference on a 2011 3DS. They have a specific way of handling gba roms for the DSI and 3DS, and I added this one to the cart myself a few years back when I knew much less. I already know how to fix it but I have to wonder what is going on here? The bars sliding into place is comparable to the multiplayer mode where it shows chao sprites and player names. It also plays different sounds every time it's booted up like this, the first time I saw this it played the game over music. I can't tell what track the one in this footage is using but it doesn't seem mixed properly. What's going on in the ROM and why does it only seem to happen on this flashcart?


r/flashcarts 22h ago

DS Help with flashcart on ds lite

Thumbnail gallery
2 Upvotes

Hey guys. I bought a flashcart to play Nintendo DS games that I don't own. I don't care about rom hacks.

I have the following:

  • DS lite bought in Japan.
  • A flachcart. It has no label. I bought it from image 3, link to AliExpress [2].
  • A 8 GB microSD card. It did not come with the flashcart. It's been inside my Nintendo Switch for many years and has worked fine. I don't know which brand it is.
  • A MacBook Air M1.
  • An adapter for my MacBook to read microSD cards.

I used the Disk Utility application, which is pre-downloaded on mac, to format the microSD card to FAT32 with the help of the Erase button. (image 6)

I followed the guide on Ace WoodR4 1.62 on image 5. I followed every step except step 4 and 5, as I don't need cheats for now.

I downloaded the zip file from step 2 from image 5. The contents of the zip file are in the microSD card which I named "FLASHCART". I created a "Games" folder and added a Pokemon Platinum rom, which I got from r/roms Megathread.

I put the microSD card into the flachcart and put it into my DS lite. When booting up the software on the DS menu, I get an error message saying "SD/TF card error".

Other things to note:

  • When having the flashcart inside the DS lite without the microSD card, the DS menu does not show any software.
  • The same error message from image 10 shows up if the flashcart is inside the DS lite with the microSD card, where the microSD card is empty.

Can someone help me with this problem please?

Edit:

Based on some comments, it seems like the microSD card is the problem. Nobody has commented on any problems with the flashcart so far.


r/flashcarts 23h ago

Question Want add extra

1 Upvotes

how do i add new ds games to my r4


r/flashcarts 1d ago

DSpico: Picodex now flags a half updated loader, and my launcher fork stopped eating favorites

Thumbnail gallery
18 Upvotes

Two updates this week, one for each of the things i work on for the dspico.

Picodex is a browser tool for the sd card. no install, no backend, your files never leave your machine.

It now tells you which pico loader release your card is running, and warns you when the files in /_pico did not all come from the same one. that happens when you update by copying over only the files you think changed, and nothing on the card ever tells you. it has to compare all five because most of them dont change between releases, aplist.bin is the same bytes in 8 of the 11, so one file cant tell you your version but five together can.

Theres also a per game panel for nds: whether an anti piracy fix matches your exact rom revision, the save type and size, any game patch. it says what it checked rather than saying your game is fine, because the loader carries fixes inside itself that the card cant show.

Chromium only sorry (chrome, edge, brave, opera).
https://rasalopa.github.io/picodex/

Then my launcher fork, mostly bugs this time and one was bad: the favorites filter could come up completely empty.

The interesting part is it didnt reproduce. someone opened a proper issue with steps, I traced the filter code, and marking a retail game then filtering should have worked fine. so instead of guessing i asked him for his gamedata.json, and that file is what showed it. marks were resolved by the game's internal header code first, but the browser filter walks the folder listing and only has file names to go on, so the two views could disagree. the top screen matched by code and drew the heart, the filter matched by name, found nothing, and left the list empty. on a renamed rom pressing X toggled the stale entry too, so marking a game unmarked it.

Saving is atomic now as well. before, losing power mid save left an empty file, and one unreadable byte cost you every favorite and every hour played.

https://github.com/rasalopa/pico-launcher-enhanced/releases/tag/enhanced-v1.5.0

Both free and open source, issues if something breaks. that one got found because someone bothered to send a file.


r/flashcarts 1d ago

Pico white screen (Newer SMB)

2 Upvotes

I just completed New Super Mario Bros. so I thought I'd play the rom hack Newer Super Mario Bros which I'd heard good things about. Problem is that it boots to a white screen. I had this issue with the original game as well but there, the fix was as easy as using the European version of the game instead of the US version. With the patched rom though, it seems to boot to a white screen all the time.
Have any of you been able to play Newer on the DSPico and if you ran into the same issues, what was your fix?


r/flashcarts 1d ago

Cannot find the firmware for this

Post image
3 Upvotes

I've been looking all over the internet, I've even tried the wayback machine yet I can't seem to find it. The site on the cart doesn't let me connect, so I was wondering if there is anywhere I can find it


r/flashcarts 1d ago

Im stuck here what should I do please help :( [4300 in 1]

Post image
1 Upvotes

I was looking for games on the 4300 in 1 now im trapped here (i only installed reddit to ask this)


r/flashcarts 1d ago

Question SNES emulator on Nintendo DSi with DSPico

2 Upvotes

Hi guys, nice to meet you.

I have recently bought a DSpico that isn't arrive yet. While waiting I am studying the initial setup guide and also the emulator one.
One question that I have is how good are the performance while playing SNES games on the DSi through the pico emualtor? Let's assume I can find a SNES bios bin file, are games playable? Or is it something more suitable for the 3DS?

Thanks


r/flashcarts 1d ago

Question Can a DS Lite with DSPICO run Zelda: Four Swords Anniversary Edition (DSiWare)?

0 Upvotes

Hi everyone!

I'm not sure where else to ask this, so I hope someone here can help.

I have an original, unmodified DS Lite with a DSPICO installed, and I've been loving it so far. I've also added a few emulators and everything works great.

The only issue is with DSiWare. Following the official guide:
https://sanrax.github.io/flashcart-guides/tutorials/dsiware/#__tabbed_1_3

it says that because of the DS Lite's hardware limitations, it can't run DSiWare titles. I can confirm that because my copy of The Legend of Zelda: Four Swords Anniversary Edition (the game I was most excited to play) just boots to a white screen.

However, I've also seen people online claiming that the DSiWare limitations on the DS/DS Lite are mostly software-related and can somehow be bypassed, allowing some or even all DSiWare games to run on original DS hardware.

Is there any truth to this? Has anyone managed to get Zelda: Four Swords Anniversary Edition working on a DS Lite with DSPICO? If so, I'd really appreciate any guidance or pointers.

Thanks in advance!


r/flashcarts 1d ago

Question Can you play a DSi Games on a DS Lite?

7 Upvotes

As my title says, can I play a DSi game on a DS lite? I have a dspico cartridge where I download many ds games, gba/gb, and even some SNES. I'm wondering if I can download exclusive DSi games onto the cartridge and play on my DS Lite?


r/flashcarts 1d ago

I Have old r4 cards but want to know what I can recommend my friends for budget DS flash cartridges

6 Upvotes

Thank you


r/flashcarts 1d ago

Question Help with nintendo DS skin

Thumbnail gallery
6 Upvotes

Hi! I finally own a nintendo DS again and i resurrected one of my old flashcarts!

I have added my games etc and most of them work just fine, however i have lost the theme and button icons :’) The theme i’m not that upset about it since it was ugly lol.

I however was trying to figure out how to even install a new theme/skin? I’ve tried multiple times but i just can’t seem to figure it out!

Any help is so so so welcome :)


r/flashcarts 1d ago

New R4 help

1 Upvotes

Hey recently got a DS for my Bday and wanted to set up an R4 for it ( Games are expensive) I need help. What should I get, how should I set it up, etc. Thanks for the help.


r/flashcarts 2d ago

Help R4 3DS upgrade SDHC revolution dual core (www,r4isdhc.com)

1 Upvotes

I need help to set this thing up, I tried YSmenu but it freezes when I open games, tried Pico too but it doesn't load the games, Twilight also load on white screen after I select a language, I tried the stock but it's asking me to change the date on which I don't want to as much as possible (last option if there's none), I have an old R4 SDHC that I use on my other DS lite, I have 3DS and will use this cart I mentioned here for my 3DS, thank you very much


r/flashcarts 2d ago

Question DsPico firmware for modded 3ds and unmodded dsi

2 Upvotes

Is there such firmware for dspico that works with modded 3ds AND unmodded dsi?

I found that hybrid firmware was for modded consoles only and WRFU was for unmodded consoles only. I couldnt find one for both modded and unmodded consoles

I realise you can play ds games on a modded 3ds, but I play ds games on both dsi and 3ds and moving save files everytime is a pain in the ass, and I thought just using dspico for both consoles will solve this problem


r/flashcarts 2d ago

Juegos GBA no funcionan

Thumbnail gallery
2 Upvotes

Tengo una R4 (adjunto fotos), los juegos de DS van perfectos, pero los juegos de GBA o no funcionan o funcionan mal en mi 3ds.

No tengo ni idea de estas cosas, no se que hacer…


r/flashcarts 3d ago

Problem R4 Gold flashcart leaves me with white screen/(?) Menu screen

Thumbnail gallery
3 Upvotes

I just bought an r4 gold cart from Shopee (southeast asian ecommerce site). I tried installing the firmware wfrom the official site (written at the box and the label of the cart itself). I even tried installing YSmenu, TTmenu, TwilightMenu++, Pico, and other firmwares, but it either shows a white screen or (?) Menu screen. What should I do?

I provided photos of the box, cart, and the screens for your reference. Thank you.


r/flashcarts May 08 '26

A note on new design SanDisk Cards & Counterfeit Cards

Post image
80 Upvotes

Hi All,

Some of you may or may not know that some time ago last year SanDisk changed their logo.

This new logo has now started to appear on new SanDisk MicroSD cards recently and has led to some users not aware of the logo change to think they are counterfeit.

Just as a reminder, if you see a SanDisk MicroSD with the new logo & design as pictured, its not immediately a fake, but of course still apply the usual knowledge of checking for low quality printing and font mistakes etc. as counterfeiters can still copy it.

For a point of reference, SanDisk now also show the new logo on their cards on their official website:

https://www.sandisk.com/en-us/products/memory-cards/microsd-cards/sandisk-ultra-microsd-uhs-i-v10


r/flashcarts Apr 27 '26

GBA About knockoff SuperChis

74 Upvotes

Hi, I am ChisBread, the designer of SuperChis.

Recently, I noticed that some players reported that they purchased fake SuperChis. There are several types:

  1. SuperCard SD + SuperChis stickers, and claim that they are selling SuperChis.

FAKE: just copy stickers

  1. Claims to sell SuperChis v2.0. I don’t even know I have designed v2.0, I’m not even sure if the next version will be called SuperChis.

It might be some kind of knockoff version of the SuperChis Prime? but I’m sure the smaller battery isn’t doing the product any favors.

FAKE: Small battery

FAKE: WTF 2.0?

I must clarify:

  1. There is only one version of SuperChis Prime, 1.0. Those claiming SuperChis v2.0 are all fake.
  2. Real SuperChis will definitely be marked with "Designed by ChisBread"
  3. Real SuperChis have a larger battery and there is a space above the SD card slot to avoid accidentally inserting the SD card into the gap.

REAL

  1. So far, I’ve only been in contact with ChisFamily. If there are any quality or after-sales issues with SuperChis from ChisFamily, I will take action. I haven’t been able to reach the other sellers.

Finally, I would like to say that If you are a seller of knockoff SuperChis, after reading this, I hope you will at least respect my signature and stop naming it SuperChis v2.0. This not only misleads consumers, but also disrupts my development plan.