› added 6 days ago
25
TIL that the infamous Pac-Man kill screen is caused by an overflow error causing the game to try and draw 256 pieces of fruit. However, the code then starts drawing random garbled pieces of memory, causing half the screen to get covered in random graphics that the game interprets as fruit.