this post was submitted on 08 Sep 2025
32 points (94.4% liked)

Nintendo

22132 readers
42 users here now

A community for everything Nintendo. Games, news, discussions, stories etc.

Rules:

  1. Stay on topic.
  2. No NSFW content.
  3. No hate speech or personal attacks.
  4. No ads / spamming / trolling / self-promotion / low effort posts / memes etc.
  5. No linking to, or sharing information about, hacks, ROMs or any illegal content. And no piracy talk. (Linking to emulators, or general mention / discussion of emulation topics is fine.)
  6. No console wars or PC elitism.
  7. Be a decent human (or a bot, we don't discriminate against bots... except in Point 8).
  8. All bots must have mod permission prior to implementation and must follow instance-wide rules. For lemmy.world bot rules click here
  9. Links to Twitter, X, or any alternative version such as Nitter, Xitter, Xcancel, etc. are no longer allowed. This includes any "connected-but-separate" web services such as pbs. twimg. com. The only exception will be screenshots in the event that the news cannot be sourced elsewhere.

Upcoming First Party Games (NA):

Game | Date


|


Super Mario Galaxy | Oct 2 Super Mario Galaxy 2 | Oct 2 Pokémon Z-A | Oct 16 Hyrule Warriors: Age of Imprisonment [S2] | Nov 6 Kirby Air Riders [S2] | Nov 20 Metroid Prime 4 | Dec 4 Mario Tennis Fever [S2] | Feb 12 Fire Emblem: Fortune's Weave [S2] | 2026 Pokémon Pokopia | 2026 Super Mario Bros. Wonder [S2] | 2026 Rhythm Heaven: Groove | 2026 The Duskbloods [S2] | 2026 Tomodachi Life: Living the Dream | 2026 Yoshi and the Mysterious Book | 2026 Spaltoon Raiders [S2] | TBA Pokémon Champions | TBA

[S2] means Switch 2 only.

Other Gaming Communities


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] missingno@fedia.io 8 points 3 weeks ago (1 children)

Those checks were designed to beat cartridge copiers, not emulators. Even the most inaccurate emulators from back in the day didn't set off those checks.

There was no special chip on the cartridge either, not sure where you heard that from. What it did was check that the console is the correct region, that SRAM is the correct size (8kb, copiers would have more but emulators would get it right), and then checksum parts of the ROM to confirm it wasn't tampered with.

[–] Chozo@fedia.io 2 points 3 weeks ago (1 children)

There was no special chip on the cartridge either, not sure where you heard that from.

Hmm, I may be conflating or misremembering some details, possibly involving the Earthbound Zero prototype cartridges that were floating around for a while. It's been a long time, but I do distinctly remember that very early in SNES emulation on PC, that there was a bit of a struggle getting Earthbound (Mother 3) to pass the piracy checks, though every emulator for the last ~20 years handles it just fine now.

It may have been a different Nintendo console that did a voltage check. But I'm pretty sure I didn't just make that up out of nowhere. Now it's gonna drive me crazy figuring out what I'm trying to remember. :(

[–] missingno@fedia.io 6 points 3 weeks ago

TCRF has the exact implementation documented. One thing that's commonly missed in the urban legends that get passed around about the game is that the two hardware checks prevent the game from running at all. It's only the ROM checksums to see if those routines were tampered with that will then trigger hard mode. The point of that is to trick anyone trying to crack the ROM who might think they succeeded if they got their modified ROM to boot on a cartridge copier.

But this does mean that unless you modify the ROM, no emulator will ever trigger hard mode, an unmodified ROM will either run or it won't.