Super Nintendo (Super Famicom) - Reverse engineering & Modding

Edit on Github | Updated: 16th March 2024

Introduction

Welcome to our page dedicated to Super Nintendo reverse engineering! The Super Nintendo Entertainment System, or SNES, was a popular gaming console released by Nintendo in 1990. If you’re interested in learning more about the technical aspects of this console and how it works, you’ve come to the right place.

On this page, we’ve compiled a list of links to other pages that cover various topics related to Super Nintendo reverse engineering. Whether you’re interested in understanding the hardware architecture of the console, analyzing game code, or exploring the many mods and hacks that have been created by enthusiasts over the years, you’ll find a wealth of resources and information on the pages we’ve linked to.

So grab your SNES controller, and get ready to dive into the exciting world of Super Nintendo reverse engineering!

State of SNES Emulation

Every three years Near created an excellent article on the current status of Super Nintento Emulation, the last version is from 2019, it covers both bsnes and higen.

SNES Emulation Status 2019

The latest status of Super Nintendo emulation, including new and upcoming features for bsnes and higen

The Polygons of Another World

The polygons of Another World

The polygons of Another World


Hardware

If you’re interested in reverse engineering software for the Super Nintendo gaming console, it’s important to have a thorough understanding of the hardware that powers it. By comprehending the inner workings of the Super Nintendo hardware, you can better understand how the software interacts with the hardware and how you can potentially modify or enhance it.

This segment of our guide will provide you with detailed information and resources on the hardware of the Super Nintendo, including retail, prototype, and development hardware.

Development Kit Hardware

SNES (Super Famicom) Development Kit Hardware

For more information about the **Super Nintendo** development hardware check out this post

Retail Console Hardware

For an in-depth look at the SNES Retail hardware architecture check out the excellent post by Copetti.org:

Super Nintendo Entertainment System (SNES) Architecture - A Practical Analysis

Copetti.org has an excellent tear down of the SNES Hardware and how it works

SNES in-flight Airplane hardware (Nintendo Gateway)

In 1993 Nintendo introduced an in-flight entertainment system called the Gateway, this system allowed passengers to play SNES games for about 4 USD an hour.

The Journalist Ernie Smith has written an excellent article on his site which you can access at Will the In-Flight Entertainment System Survive COVID-19? and also tweeted out the Nintendo Power article which talks about it:

Also if you prefer video-based content the youtuber Top Hat Gaming Man has created an excellent video on the subject:

## Satellaview The Satellaview was a satelite add on for the Super Famicom only ever released in Japan on the 24th April 1995. It allowed users to download games, virtual magazines and listen to radio broadcasts.

The sad thing about the Satellaview is due to the nature of the technology most of the content has been lost to time and has only been partially preserved by finding old recordings on people’s Satellaview cartridges. Some content was broadcast but never downloaded, or soon overwritten with newer content so there is no other way to obtain the data.

In 2020 Luigiblood did a presentation to the AirGap2020 conference about Satellaview Reverse Engineering which can be watched below:

The Satellaview has little Memory Packs with only 1MB (8 MegaBit) of flash storage space that would slot into the BSX Satellaview cartridges, it was a cartridge that had a smaller cartirdge slot on top. Note that there was one other game that supported these Memory Packs, it was a game creator called RPG Maker.


Games

The SNES wouldn’t be as fondly remembered today if it didn’t have its huge library of both first-party and third party games. This section will look at some of those games for those of you looking for inspiration for a new reversing project.

Remakes for the GBA

As soon as the Game Boy Advance (GBA) was annonced people were describing it as a portable Super Nintendo, Nintendo themselves contribute to this message by re-releasing many of their SNES games for the platform. In total 48 SNES games were released on the GBA, most from Nintendo themselves but third party publishers got on board too.

The GBA is a completely different beast from the SNES in terms of architecture and with most SNES games written in pure 6502 assembly it wasn’t possible to just do a straight port. Most of the games needed to be re-written from scratch to support the new portable console. During this process a lot of changes were made to fit the much smaller non-backlit screen of the GBA, such as increasing the sprite size and brightening the contrast.

The Youtuber CaptRobau has an excellent video showing off the graphical differences between all 48 games that were remade for the GBA:


SNES Game Development

How long did it take to develop games for the SNES back in the day?

On average, SNES game development could take anywhere from several months to a couple of years. Some simpler or shorter games might be developed more quickly, while larger, more complex titles could take longer.

Most game development teams only hand a handful of people working full time on the game, mostly programmers. Artists and Sound Engineers were often working on multiple projects at the same time. Music was usually created and added to the game near the end of the development process when the game was getting ready to be shipped.

Some examples of the length of time it took to develop Super Nintendo games are:

  • Spider Man & X-Men in Arcade’s revenge - Took roughly 6-7 months from start to final build using a team of 4 highly experienced game programmers, 2 talented musicians and 6 brilliant artists1:
    • Programmers: Mike Follin, Kevin Edwards, Stephen Ruddy and Michael Webb
    • Artwork: Anthony Anderson, Craig Houston, David McLachlan, James Clarke, Jonathan M. Smith and Ste Pickford
    • Music: Geoff Follin and Tim Follin
  • Super Mario World 2: Yoshi’s Island - Took exactly 3 years and 5 months to complete (February 1st, 1992 until June 29th 1995 2) with a team of 12 programmers.

How did Game Development teams communicate?

Back in 1992 the internet was still finding its footing in the games industry and much of the communication was done via Fax, here is one example of a Fax sent between the Acclaim production team presumably in the US and the game programmers in the UK.

Although note that in the Fax they mention sending a build of the game to Nintendo via Modem for sound testing so the Internet was in use.


Sound and Music

For anyone interested in how Sound works on the SNES you should watch SNES Audio System Overview from Retro Game Mechanics Explained on Youtube:


Game Modification and ROM Hacking

Excellent video by Displaced Gamers on how to edit SRAM saves for a Link to the Past on Super Nintendo, this is not actually ROM Hacking as the ROM is exactly the same, it is only the SRAM that is modified.


All Posts

The 6502 Microprocessor - Gaming's Unsung Hero

Read all about The 6502 Microprocessor - Gaming's Unsung Hero in this s...

Gigaleak - Original F-Zero Source Code (SNES)

Read all about Gigaleak - Original F-Zero Source Code (SNES) in this s...

Gigaleak - SNES Source Code Leak

Read all about Gigaleak - SNES Source Code Leak in this s...

How Retro Cartridges/ROMS work

Read all about How Retro Cartridges/ROMS work in this s...

SNES (Super Famicom) Development Kit Hardware

Read all about SNES (Super Famicom) Development Kit Hardware in this s...

SNES (Super Famicom) Software Development Kit (SDK)

Read all about SNES (Super Famicom) Software Development Kit (SDK) in this s...


References