The hottest Emulation Substack posts right now

And their main takeaways
Category
Top Health & Wellness Topics
Rings of Saturn • 43 implied HN points • 20 Mar 26
  1. The DemoDemo disc contains a pre-final Motor Toon Grand Prix 2 build that hides most content behind menu and timer limits, but the game data for all characters, most modes, and an extra course is actually present.
  2. A small patch flips menu status bytes and removes the five‑minute demo timer, unlocking Single Race, Time Attack, Two‑Player Battle, seven extra characters, and the extra Toon Island II course so you can explore the prototype.
  3. The prototype differs from the final release in visible ways — different title screen, HUD layout, character names, lighting, handling, zoom levels, and messages — and it’s notable because one of the team members later went on to create Gran Turismo.
Rings of Saturn • 101 implied HN points • 18 Mar 26
  1. The PS2 build included debug symbols that revealed several cheat-related functions and a hidden "unlock all cinematics" routine.
  2. After starting a new game and returning to the Cinematics screen, holding the shoulder buttons and entering a specific L3/R3 press sequence (different but equivalent button sequences exist for GameCube and Xbox) triggers the secret.
  3. Instead of unlocking full FMVs, the sequence shows a quirky Easter-egg screen of developer photos and goofy nicknames that don’t clearly match publicly listed credits.
Rings of Saturn • 87 implied HN points • 16 Mar 26
  1. Both the Saturn and PlayStation releases have a title-screen cheat code that unlocks a Course Select so you can start from later stages; the Saturn sequence requires very fast input (15-frame timeout).
  2. On the Course Select screen, holding specific button combinations with Start selects stages 4–7 and gives weapons appropriate to the chosen course (different hold combos are used on Saturn vs. PlayStation).
  3. The codes were found by tracing the game's input handling in memory with tools like Cheat Engine and the Mednafen debugger; the game matches a timed button sequence to set a cheat flag and then reads held-button flags to alter the starting course, and the logic is the same on both versions.
Rings of Saturn • 116 implied HN points • 13 Mar 26
  1. A prerelease Ridge Racer demo on the Japanese DemoDemo Vol. 1 disc contains almost a full build of the game. A patch can remove the demo limits so you can access menus, switch cars, and play other courses.
  2. The demo differs noticeably from the final release: missing or placeholder graphics and sounds, incomplete menus and name entry, different car models and records, and missing features like save/load, pause, and attract mode; debug options also reveal unused things like an overhead camera.
  3. Only a few small code changes (mode and camera values) are needed to unlock these parts, and file timestamps place the demo just weeks before the final build, offering a rare early look at PlayStation launch-era development.
Rings of Saturn • 72 implied HN points • 11 Mar 26
  1. The game records button sequences in memory and matches them against stored patterns to flip bitflags that enable cheats, letting you play as bosses or hidden characters, enable easy secret moves, or enable URA-specific modes.
  2. New and partly undocumented codes let you control the title screen background and in-game videos with the D-pad and face buttons, and a broken A,A code can be fixed by a simple memory edit to make the "Press Start" text spin.
  3. Some codes can undo other cheat effects, similar tricks weren’t found on the PlayStation Toshinden releases, and there are likely more console-specific secrets still waiting to be discovered.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
Rings of Saturn • 87 implied HN points • 04 Mar 26
  1. Three hidden cheat functions were found that unlock bosses, enable a special-attack input, and open a scene-test mode; they must be entered at the title screen in a specific sequence and often require soft-resetting between entries.
  2. The codes operate by incrementing in-game memory counters and flags, so entering one code enables the game to accept the next rather than being isolated menu tricks.
  3. The NTSC-J version uses different button sequences (and needs the second controller for the scene test), so the exact inputs depend on the game's region.
Rings of Saturn • 43 implied HN points • 09 Mar 26
  1. Croc: Legend of the Gobbos hides two PlayStation button cheats: Triangle+Select on the main menu swaps "Enter Password" for "Credits", and holding Square then pressing Circle with Credits highlighted turns on an in-game coordinate display.
  2. Croc 2 on PlayStation also has previously undocumented title‑screen codes: one (held R1 + sequence) unlocks a music test in Sound Options, and another (held L1 + sequence) enables the staff credits.
  3. Reverse engineering shows the games detect these cheats by checking controller bitmasks and input sequences to set flag bits, and the feature set differs by platform (the Saturn build lacks the Croc 1 button cheats and the PC build lacks the coordinates HUD).
Rings of Saturn • 72 implied HN points • 02 Mar 26
  1. The Destruction Derby preview on the PlayStation Picks disc is rendered in real time and the disc actually contains both a non-interactive auto demo and an interactive "One Level Demo" using the same car and stage.
  2. A single memory flag at 0x800cd604 controls which demo runs, and changing that flag or patching the demo-selection function at 0x8004030c enables the playable demo, which is time-limited to 60 seconds and has small visual and gameplay differences from the final game.
  3. A patch that forces the playable demo to load is available on GitHub, and the demo comes from a July 23 build that predates known prototypes and reveals early-stage differences from the released version.
Rings of Saturn • 43 implied HN points • 06 Mar 26
  1. Memory inspection and static analysis were used to trace how the Dreamcast port records and handles cheat input, revealing the exact code path and buffers involved.
  2. Cheats are implemented as six-button sequences matched against stored arrays (Up=0x01, Down=0x02, Left=0x04, Right=0x08) which then execute named cheat commands; four public codes were known but the game checks six sequences.
  3. Two previously hidden codes were discovered: one unlocks all tournament modes and all levels across multiple modes, and the other raises the player/bot limit so you can add more bots.
Rings of Saturn • 101 implied HN points • 23 Feb 26
  1. The Last Bronx Flash Saturn disc demo is a real-time auto-demo that runs the game engine but ignores controller input, and a patch can re-enable player control so you can actually play the preview build.
  2. The hack works by changing a few memory bytes to flip CPU/player flags, altering the match state so it advances instead of showing Game Over, and skipping a problematic function call (NOP) that would otherwise freeze the demo.
  3. This demo is an earlier build with missing or placeholder content: several stages or objects are absent or reused, some character models and colors are incomplete, and menus like mode select and staff credits are not present.
Rings of Saturn • 72 implied HN points • 27 Feb 26
  1. You can enter a controller-button sequence at the title screen that spells out OPEN IT ALL to unlock every track, multiplayer mode, and challenge clip.
  2. The game maps controller buttons to letters stored in memory so you literally type cheat words (A–Z and space); other valid cheats include CLEAR, TRACKS, MODES, BIKES, CHALLENGES, NO CHEATS, and FREESTYLE.
  3. Many online cheat listings are wrong, but using an emulator debugger and the game's debug symbols reveals the real cheat strings and shows that QUICKSEASON is a cheat that sets races to one lap.
Rings of Saturn • 58 implied HN points • 25 Feb 26
  1. Cheat-code websites often get listings wrong or mix up codes between game versions, so their guides aren’t always reliable.
  2. You can reliably discover hidden cheats by entering a unique name, scanning memory for that string, and tracing the game code that checks it to see what unlocks it triggers.
  3. The two Motocross games handle cheats differently: the original uses inverted strings (for example, SMASHER unlocks everything) while the 2001 sequel checks plain text names like DIRTTRAK and ALLEVENT to open tracks and classes.
Rings of Saturn • 72 implied HN points • 20 Feb 26
  1. There are multiple real cheat codes for RoboCop (2003) — not just the single one often posted online — including infinite power, infinite ammo, invincibility, instant level completion, and a level-select option.
  2. Because the PS2 build included debug symbols, the cheat-handling function and its data structures could be found and inspected, which made it possible to map button bitmasks to actual button sequences and uncover the codes.
  3. Cheat availability differs by platform: the PS2 and GameCube share the same set, the Xbox is missing some, and a few codes are impossible to enter on certain consoles because their controllers lack the needed buttons.
Rings of Saturn • 116 implied HN points • 26 Jan 26
  1. The R&R mod turns Sonic R into a relaxed exploration mode with unlimited time to wander and a Retire option to end a session. It also reworks controls to lower top speed, improve turning and traction, and simplifies the HUD for exploration.
  2. Collectibles and unlocks no longer require winning races: if you leave a course you keep any Chaos Emeralds you found, and collecting all five Sonic tokens marks you as having won and unlocks special characters. That makes getting extras and exploring possible without racing pressure.
  3. The mod implements these changes by patching in-ROM game state and control tables—adjusting race-state values, skipping finish/lap checks, overriding HUD rendering, and changing character parameters—so the original game logic still runs while allowing indefinite, exploration-focused play.
Rings of Saturn • 43 implied HN points • 18 Feb 26
  1. The game doesn't store cheat passwords directly; it computes a CRC-32 checksum of whatever you type and compares that to a table of stored checksums to hide the real codes.
  2. Because CRC-32 updates can be reversed on a per-byte basis, a meet-in-the-middle attack that splits 10-letter codes into two 5-letter halves makes finding matching inputs feasible without brute forcing 26^10 combinations.
  3. Using that technique revealed many alternate valid strings and four previously unknown cheat effects (like No Reload and Unlimited Ammo), since many different 10-letter inputs map to the same 32-bit checksum.
Rings of Saturn • 72 implied HN points • 02 Feb 26
  1. Both Saturn shooters, Hyper Duel and Blast Wind, hide a Freeplay mode that you can unlock from the Options/DIP Switch screen by entering a special button sequence. Hyper Duel: hold L+R and press Up, Right, Down, Left, A, Y, C, Start; Blast Wind: hold L+R+A+C+Y and press Up, Left, Down, Right, X, B, Z, Start.
  2. Flipping DIP switch number 5 turns on Freeplay in both games, giving unlimited credits or continues once the cheat sequence is accepted.
  3. Reverse-engineering with the Mednafen debugger and Ghidra shows the games check held-button bits (L+R and extra buttons) and increment a counter for the sequence; when the counter reaches the expected value the code enables the Freeplay option.
Rings of Saturn • 43 implied HN points • 13 Feb 26
  1. The game encodes button sequences into an accumulator: L3 clears it and other buttons shift the value by 3 bits then OR in a small button code.
  2. Entering L3, Right, L1, Down, R1, Left on the title screen sets the accumulator to the unlock value and reveals all seasons, bonus characters, tracks, and the history movie.
  3. The same cheat-input system appears in other Sony games like God of War, and there’s a separate hidden sequence (Down, Start, Left, L1) that sets a different value likely meant to show biker coordinates but has no visible effect.
Rings of Saturn • 58 implied HN points • 06 Feb 26
  1. There’s a hidden secret-command system that’s triggered by disconnecting controller 1 and entering specific button combos on controller 2; the primary unlock code is hold L3+R3+Triangle and press X to enable cheat mode.
  2. Using the cheats unlocks every aircraft and emblem and activates an Alert Hangar menu option, and other codes enable features like a free camera (enter R2+L3+R3 then Triangle, use Square+Triangle to pause and L1/R1+D‑pad to move) and a replay cinematic bars effect.
  3. Reverse‑engineering with the game’s debug symbols revealed additional flag bits tied to fog, object scaling, and an unused bit that appear to be leftover developer features with no obvious in‑game effect.
Rings of Saturn • 87 implied HN points • 16 Jan 26
  1. Reverse engineering found the game records button presses into a hex "accumulator" and uses specific button sequences to unlock secret teams; the All Teams code listed on cheat sites also works on the US PlayStation version.
  2. There’s a "Lewd lineup" Easter egg that appears when you unlock Secret/England 1966 vs Europe/Rep of Ireland and enter a second button code — it replaces the pre-match player lineup with an explicit (NSFW) image; that effect is absent in the PAL PlayStation release but does appear in the PC port.
  3. A separate multi-part cheat triggers a voice saying "Oh, yeah!" and seems intended to enable extra sound effects, but the audio never plays during matches because the referenced sound file is missing; these findings came from inspecting memory and decompiling the game with tools like RALibretro and Ghidra.
Rings of Saturn • 43 implied HN points • 04 Feb 26
  1. Popular published cheat codes for Syphon Filter 3 (like a simple RAM write) are incorrect; the real cheat activation is more involved and wasn’t a single memory poke.
  2. To unlock cheats you must set Sound FX to max, Music to minimum, select Mono sound, then hold specific button combinations while highlighting exact pause-menu items to enable Super Agent, Level Select, or End Level.
  3. Using emulator memory breakpoints and Ghidra to trace reads/writes mapped menu state, volume settings, and controller bits to the cheat logic, demonstrating how reverse engineering can correct decades-old wrong cheat listings (and that similar errors exist for Syphon Filter 2).
Rings of Saturn • 43 implied HN points • 30 Jan 26
  1. Hidden cheat sequences exist in all three console versions and can unlock campaigns and extras when entered on the menu screens.
  2. Each port implements cheats differently: the GameCube uses a Konami-style code, the PS2 uses an R1/L1/Triangle/X sequence, and the Xbox has a more advanced, togglable cheat manager that enables invulnerability, infinite ammo/turbo, frame modes, and a Mega Cheat.
  3. Emulator-based debugging and reverse engineering (memory breakpoints, Ghidra with platform plugins) uncovered the input handlers, memory addresses, and static button arrays that map to those cheat codes.
Rings of Saturn • 72 implied HN points • 09 Jan 26
  1. The commonly posted cheat codes for Ford Racing 3 are wrong, but there is a working unlock-all code: hold Select at the main menu and enter Up, Down, Left, Right, Left, Down, Up, Right, Down, Up to unlock all cars, competitions, and race types.
  2. Static analysis with Ghidra (using the Emotion Engine plugin) found the game's cheat tracker and showed it watches a 10-button sequence only while Select is held, triggering the unlock when the counter reaches ten.
  3. There is a second intended cheat (Down x10) that is present but points to a null function so it does nothing, and the Nintendo DS port doesn’t appear to include any cheats.
Rings of Saturn • 58 implied HN points • 03 Jan 26
  1. You can uncover hidden cheat codes in old PS2 and Xbox games by inspecting runtime memory and controller input ring buffers with tools like Ghidra and runtime breakpoints; many games check a recent-input buffer each frame to match special sequences.
  2. In Ford Mustang: The Legend Lives, entering Up, Up, Up, Left, Down, Up, Right, Down, Down, Left, Right, Right, Up on the Profile screen unlocks all cars and all track variants on both PS2 and Xbox.
  3. In Ford vs. Chevy, pressing Up, Down, Left, Right at the main menu opens an Enter Cheat screen, and typing the word "POINTS" grants 625,000 points to buy cars; this cheat-buffer code is reused across multiple Eutechnyx games.
Rings of Saturn • 72 implied HN points • 23 Dec 25
  1. Four secret passwords were found that trigger special effects on both PlayStation and Saturn versions, including one that gives nine chances, near-max points, all clear crystals, and access to the final boss and ending.
  2. The notable special passwords are SWSH YUTN MD (nine chances + max-ish points + clears), CHANCEGAX9 (nine chances), S1TENCLEAR (all clear crystals), and ABNA1YABA1 (zero chances).
  3. PlayStation and Saturn use different encoding phrases so most "natural" passwords aren’t compatible across systems; the reverse engineering showed the Saturn check uses a bitwise NOT against a static table and normal passwords are formed by XOR-ing game state with one of four platform-specific phrases.
Rings of Saturn • 72 implied HN points • 16 Dec 25
  1. V‑Rally 2’s PlayStation build hides a secret Araignos mini‑game — a multiplayer Snake‑style game present in the PS release and prototype but not in the Dreamcast or PC versions.
  2. Reverse engineering with an emulator memory snapshot and Ghidra revealed the specific cheat button sequence and the memory flag/address that enable the hidden mini‑game.
  3. Araignos supports up to four players via a PlayStation multitap, uses unusual controls (Square/Circle for left/right), and features many power‑ups and chaotic mechanics that are playable with controller remapping or slowed emulation.
Rings of Saturn • 14 implied HN points • 11 Feb 26
  1. The game packs eight button presses into a 32‑bit value (X=0, Square=1, Circle=2, Triangle=3) and extracts fields for starting level, difficulty, three ammo bits, and a checksum; the password is valid if the checksum equals the sum of the other fields and the values are within allowed ranges.
  2. Because the checksum is just the sum of level + difficulty + ammo, you can generate every valid level password programmatically; the three ammo bits map to the Rebound, Star Bolt, and Big Blast weapons, so a small script produces a complete set of passwords beyond the common Normal‑difficulty lists.
  3. There are static special passwords that trigger cheats (movie, invulnerability, all weapons) and two undocumented codes — one plays the staff credits, and the other, if entered twice, opens a cheat screen to pick starting level and toggle invulnerability/weapons; the full generation script is on GitHub.
Rings of Saturn • 43 implied HN points • 07 Jan 26
  1. LMA Manager 2003–2005 use a custom obfuscation scheme to generate per-unique-ID bonus codes. That algorithm can be reimplemented so you can derive the codes from any Unique ID.
  2. LMA Manager 2006 uses RSA to validate codes, but the game's 64-bit modulus was trivial to factor, allowing recovery of the private key and recreation of valid codes. Reproducing the game's custom post-RSA processing (a modified Base32 and an XOR step) yields complete, working codes.
  3. Emulation, decompilation, and small scripts were used to extract the algorithms, and public generator scripts now produce all bonus codes, including an "all bonuses" code that unlocks everything.
Rings of Saturn • 29 implied HN points • 21 Jan 26
  1. The PlayStation A Bug’s Life has a hidden unlock-all-levels cheat that you trigger by doing a precise sequence in the Training level: specific actions with berries, jumps, stomps, seeds, getting to the top, collecting exactly seven grains, spinning, pausing, exiting, and holding R1+L2.
  2. Reverse engineering found the game writes 0x000f to memory address 0x80082284 to unlock all levels, and a function executed during the Training stage performs that write when its conditions are met.
  3. The unlock is driven by specific in-game state checks—training level selected, grain_count at seven, Flik’s spinning animation active, exit-from-pause state, and R1+L2 held—so satisfying all those flags enables full level selection.
Rings of Saturn • 58 implied HN points • 20 Dec 25
  1. Entering certain profile names unlocks hidden features: 'UBIPATCH' (PS2) or 'MDSTRUE' (GameCube) reveals a developer-faces minigame, and 'FRAMERATE' turns on an on-screen performance display.
  2. There are platform-specific cheats: on GameCube 'MDSGODS' lets you start any level and unlock all collectibles and cinematics, while on PS2 pressing L1+L2+R1+R2 then entering directional sequences grants unlimited spears or 99 lives.
  3. Reverse engineering shows these cheats are implemented as plain strings and input checks in memory, which explains why some codes are unusable on GameCube or left unused because a needed button input never updates.
Rings of Saturn • 43 implied HN points • 30 Dec 25
  1. The Saturn game Dragon Force II contains hidden cheat codes that unlock a picture gallery, play character-specific credits, and enable developer debug screens.
  2. All cheats are entered from the Option screen using specific button sequences and Movies/Voice/Sound selections (for example setting Movies to 08 and pressing combinations like A+B+L+X, A+B+R+Z, then B+X+Y for the gallery).
  3. Reverse-engineering found the cheats work by toggling counters and a debug_enabled memory flag; input checks in menu code trigger those memory changes and reveal the features.
Rings of Saturn • 29 implied HN points • 14 Jan 26
  1. The game hides a title‑screen cheat sequence that unlocks effects like wireframe rendering, turning off the HUD, and random stage selection by holding certain buttons in VS mode.
  2. Additional codes add a Stage Select screen and a third sequence that lets the CPU control player one and enables a finicky free‑camera you can tweak during gameplay.
  3. Under the hood, three similar input routines watch for those button sequences and set memory flags and counters, and an Action Replay code can unlock the Movie Room by flipping the progress flags.
Rings of Saturn • 58 implied HN points • 13 Dec 25
  1. Previously unknown cheat codes were discovered in the N64 game Blues Brothers 2000, letting players trigger big‑head mode, gain extra lives, add money, become a mascot, view partial credits, and refill health.
  2. Reverse engineering located where controller input is stored and found a function that checks 17 cheat sequences held in an array of structs, which explains how the game detects and applies cheats.
  3. Many additional cheats are present but disabled or inert, and a routine appears to enable extra cheats if a save file is named 'marcus' or 'jawad!', implying developers left hidden features that weren’t activated in the retail release.
Rings of Saturn • 43 implied HN points • 27 Dec 25
  1. The commonly cited "GIMMEGIMME" name-entry cheat does not unlock everything on the PlayStation release; that code is from the PC version and was copied into cheat sites for years.
  2. On the PlayStation game you unlock features by holding L1+L2+R1+R2 and entering specific button sequences on particular menu screens, with sequences that unlock all cars, all tracks, show credits, give money, or advance the career car.
  3. Emulator debugging and disassembly revealed the exact RAM addresses, screen IDs, and button-buffer checks that implement the PlayStation cheats, and also showed how GameShark memory writes can force unlocked values—explaining why online codes were often wrong.
Rings of Saturn • 43 implied HN points • 04 Dec 25
  1. Planet Joker is a Japan-only, somewhat clunky Sega Saturn shooter that can be made easier using built-in cheat inputs for unlimited health and stage/weapon selection.
  2. Unlimited health is enabled from the mode select by holding Z+Left and pressing Start, and a debug mission select (letting you choose StageNO, time/score/boss modes and tweak ShootKind/ShootLebel) appears by holding Z+Up+A at the machine select.
  3. The cheats were found by memory inspection; specific addresses and functions control input checks, health resetting, game mode, and mech unlocking (e.g., held-button at 0602b4b8, health flag at 0602b318, game mode at 0602ce60, and an Action Replay code 1602b354 0003 to add the extra mech).
Rings of Saturn • 29 implied HN points • 25 Dec 25
  1. Demo discs can hide extra or disabled game content that becomes playable when a few bytes are changed.
  2. Frame Gride's Pilot Style and Test Operation demos contain extra stages and different visuals, including an Opera House stage that never reached the final release. The demos also limit mech styles and color choices compared to the final game.
  3. Small patches that set stage availability flags and menu limits can unlock those stages and options, showing how reverse-engineering demo discs can recover prototype content and invite further exploration.
Rings of Saturn • 43 implied HN points • 02 Dec 25
  1. Many published cheats are wrong because the game expects a 13-character code, not the 12-character string that appears on most sites; the correct "unlock everything" code includes a final question mark.
  2. The code system is fairly complex: it uses a 32-character alphabet, three separate checksums, and a PRNG that shifts the alphabet to decode the first ten characters.
  3. Entering a valid code unlocks six bonus cars and enables the WRC and Legends single-player modes, but it doesn’t add any extra drivers beyond those listed in the manual.
Rings of Saturn • 29 implied HN points • 06 Dec 25
  1. The GameCube port removed several advanced graphics features from the original Xbox build, leaving rougher visuals and an inconsistent framerate compared to the technical demo of the Xbox version.
  2. Entering the player name GASTON or IDKFA triggers an undocumented cheat that starts on the world map, unlocks every stage, enables a Cheat Menu, and grants $99 to buy all cheats.
  3. The hidden cheat was found by inspecting emulator memory and reverse-engineering the game (tracing a case-insensitive string compare to cheat logic), and IDKFA is a clear nod to Doom’s famous cheat while GASTON’s reference is unknown.
Rings of Saturn • 14 implied HN points • 05 Jan 26
  1. The game includes a Bonus Mode unlocked by the SBOM Joycard on the Options screen, which lets you view the game’s movies, images, and sound clips for each section. That hardware check can be patched to always enable Bonus Mode so you don’t need the special controller.
  2. There’s also a hidden graphical debug menu that lets you jump to cutscenes, pick courses, play music, and load battles. It’s not reachable in normal play but can be unlocked by changing a memory check to the required value.
  3. Community patches make both Bonus Mode and Debug Mode easy to access without special hardware or deep hacking by replacing those runtime checks with static values. Those patches and instructions are publicly available so players can try the menus themselves.
Rings of Saturn • 29 implied HN points • 25 Nov 25
  1. The Saturn "Remix" (PAL and NTSC‑J reissue) has a mode‑select controller code that unlocks mirrored versions of the stages, which you then enable from Options → Level.
  2. The original Saturn release includes an invincibility code (A, C, X, Z, B, Y, R, L entered on the title screen) that prevents damage and can be toggled on/off by holding B, and
  3. The PlayStation release also has an invincibility code (L1+R1, L2+R2, L1, R1, L2, R2 on the title screen) that makes you invulnerable but cannot be toggled off.