Remix.run Logo
Dwedit 3 hours ago

If you put tape on cartridge pin #14 of NES Platoon (or other bad connection), the game will boot to a glitched version of the ending, thus making it a zero-second speedrun.

Pin #14 is the CPU R/W pin, and if it's not properly connected, the game will be unable to write to the MMC1 mapper to perform bank switching. Platoon happens to be programmed in a way that address 0x8000 of every bank is an entry point that will run a particular level from the game. So you boot up the game, and it tries to switch to the Title Screen bank, then jumps to 0x8000. But the bank switch fails, and instead it runs code from the first bank. It just so happens that the first bank contains the program for the ending.

If the cartridge connection improves and mapper writes start to succeed, the graphics will return to normal as it continues to run the ending.

brayhite 2 hours ago | parent [-]

I love little facts like these. Thanks for sharing (and sounding convincing enough for me to trust it lol).