DisplacedGamers

NES Sprites, OAM, and the Battle for Priority – Behind the Code

Sprite limitations and flicker define what the NES is. They are a part of history. This video dives into Object Attribute Memory – OAM – to explain why the system is limited to eight sprites on a scanline as well as how both sprite limitation and sprite priority are used by programmers to add some […]

DisplacedGamers

MMC2 Magic – How Graphics Work in Punch-Out – Behind the Code

Unique graphics. Giant sprites. No flicker. How on earth does this game work? The MMC2 chip contained in Punch-Out’s cartridge allows the NES to switch between two pairs of tiles for each half of the pattern table. While the MMC1 already allows bank switching for graphics, the MMC2 allows the switch to happen in the […]

DisplacedGamers

How do Boxers Work in Mike Tyson’s Punch-Out!!? – Behind the Code

Punch-Out!! has been on my list of games to investigate for a long time, and I finally have something to show after a crazy amount of research. This video covers how opponent data is used to determine where to branch and what to do in code, how to manipulate boxer behavior, secrets that you will […]

SaturnDave (Sega Saturn, SHIRO!)

UNREAL Demo on REAL Saturn Hardware

Saturn-wizard, XL2 and crew (Corvusdeux & Ponut) have stunned the fan community with a tech demo that many would have thought to completely impossible… ‘IRRÉEL’ features the first two levels of the 1998 benchmark PC game, UNREAL, painstakingly & meticulously recreated in all of their gritty, late 90’s glory… Remade from the ground up, using […]

DisplacedGamers

How Speedrunners BROKE Castlevania’s Scrolling – Behind the Code

In December of 2019 after many years of runs, the speedrunning record for Castlevania on the NES was close to 11 minutes 24 seconds. In Summer of 2020, speedrunners took a new discovery for the implementation of scrolling for the game and used it to skip several screens at a time in various places throughout […]

DisplacedGamers

The Input Lag and Attack Animation Delay of TMNT (NES) – Behind the Code

RetroRGB gets down to business when it comes to measuring lag. That new wireless controller or fancy display might seem cool on paper, but what about performance? Modern devices and emulation of retro games can add to lag, but lag begins with the game code itself. Let’s hop into the execution time for standing attack […]

DisplacedGamers

The Bad Jump Design and 30 FPS Gravity of TMNT (NES) – Behind the Code

It is the summer of TMNT, and here is another Behind the Code video for the first entry on the NES. This video focuses on the application of gravity with respect to frame rate for jumping in the game and also breaks down the frame timing for making the three types of jumps – short, […]

DisplacedGamers

Displaced Gamers: NES Scrolling Basics

Hello, RetroRGB! Chris from Displaced Gamers here. I’ve released a new video that focuses on the basics of NES scrolling and uses Super Mario Bros. as an example. While doing research for this project, I found many new NES developers struggled a little bit when it came to understanding Nametables and Mirroring. This video makes […]