• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Game System Emulators

ComputerWizKid

Golden Member
I have a bunch of emulators to play the old NES and SNES and sega games but I'm wondering how do people make the roms you downlaod?
 
just a guess -
crack a cartridge open,
look up the data sheet on the read only memory chip,
hook up a device to read each memory location and save the contents to a file
-one way would be a program a microcontroller to generate a clock and clock in read commands
and send the responses to a computer via serial port maybe
the file is basically a exact copy of whats on the chip location for location so the emulator acts as if the file was the rom
 
There are also devices sold commercially that let you "back-up" your ROM from the cartridge (such as flash linkers).

I suspect these are the types of devices that most people use to generate the ROMs that so many people download and illegally use. 🙂

And I suppose you could also use a microcontroller and directly address the ROM in a sequential manner in order to produce a ROM copy.
 
Back
Top