Skip to content
daniel@cosenza:~/blog
Retrogaming

Retrogaming posts

Emulators, cores, and the architecture behind preserving and playing classic games today.

RetrogamingDeep Dive June 15, 2026 3 min read

ROM Dumping and Preservation: From Cartridge to File

A ROM file isn't downloaded into existence — it's read directly off the memory chips inside a real cartridge, with the same care a museum takes digitizing a fragile original.

#rom-dumping#preservation#retrogaming
Read more
RetrogamingDeep Dive June 12, 2026 4 min read

Rollback Netcode: How Online Fighting Games Hide Latency

The internet has unavoidable latency. Rollback netcode doesn't eliminate it — it hides it, by having both players simulate a guessed future and quietly correcting the guess when reality disagrees.

#netcode#rollback#multiplayer
Read more
RetrogamingDeep Dive June 5, 2026 3 min read

Cycle-Accurate Emulation and Why It's So Hard to Get Right

'Runs the game correctly' and 'matches the original hardware cycle-for-cycle' are very different bars. Most emulation clears the first one easily — the second one has taken decades of reverse engineering.

#cycle-accurate#emulation#retrogaming
Read more