NES emulator games ROMs

Programming, for all ages and all languages.
Post Reply
nexos
Member
Member
Posts: 1071
Joined: Tue Feb 18, 2020 3:29 pm
Freenode IRC: nexos

NES emulator games ROMs

Post by nexos »

Hello,
I am thinking about making an emulator for the Nintendo Entertainment System. I think it would be a good project that would be very fun. My only problems is knowing where to find game ROMs! I don't have any NES ROMs on hand. I don't want to use pirated ROMs, either. I do have a NES Classic Edition. Does anyone have experience with HackChi? Is it safe to use? I expect this project to be a challenge, but I think it would be fun as well. I just need to know where to get games first #-o !
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg
reapersms
Member
Member
Posts: 48
Joined: Fri Oct 04, 2019 10:10 am

Re: NES emulator games ROMs

Post by reapersms »

HackChi seemed fairly well behaved when I last used it, and would allow access to the rom files on the classic.

For others, there are various homebrew releases -- though they are not necessarily reliable test cases for actual hardware behavior.

Otherwise, unless you go the long route of tracking down one of the various dump tools, and cartridges to run through it, your only other option will be ROMs of, let's say, alternative sources. There are various databases around the net with hashes of known-good dumps, but the sources for the roms themselves will be best approached through a few sandboxes and industrial strength adblockers. Google can find them, but you're at your own peril there.

Nesdev.com is probably the most consolidated source of information for the hardware specifics, as well as a dev forum. Technical questions about the hardware and such are welcomed, rom requests are not.
nexos
Member
Member
Posts: 1071
Joined: Tue Feb 18, 2020 3:29 pm
Freenode IRC: nexos

Re: NES emulator games ROMs

Post by nexos »

Ok thanks! I tried HackChi earlier, and it worked flawlessly. Now I just need to get to work on the emulator :) .
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg
Octocontrabass
Member
Member
Posts: 5218
Joined: Mon Mar 25, 2013 7:01 pm

Re: NES emulator games ROMs

Post by Octocontrabass »

reapersms wrote:Technical questions about the hardware and such are welcomed, rom requests are not.
...Unless it's requests for homebrew ROMs that make good emulator tests. They have a decent collection of those.
Post Reply