Legal Nintendo NES Rom dumping?

The next podcast & video will be about legal rom dumping/ripping. Talking about legal emulation is the precursor to then talking about the RetroPie, a Raspberry Pi setup that allows you to play just about every Retro Game in one spot with almost perfect accuracy and HDMI output. It’s my preferred way to play these games because of the preservation aspect, the better resolution, optional gamepads, better sound and game save capability.

Right now I want to cover the NES rom ripping. It’s the most complicated to do which is ironic since most people are going to see NES as the #1 retro system to play. The only thing I can find on this is a hobbyist board called “Kazzo” that you can DIY assemble or order from other assemblers on ebay (around $50).

Once you get this board, you are going to connect it with a USB cable to a PC running a 32 bit version of Windows. I would recommend a Windows XP 32-bit project machine for this and many other projects. Then you will download and run the software, obtainable here.

As if obtaining the hardware and having to setup a Windows XP project computer isn’t enough of a pain, there’s another issue. NES cartridges have different chipsets, which means you will need to get a list of these cartridges (here) that have a handy corresponding code for the software.

The next step is to use the code for the cartridge, you will pull down on the menu the same code and run the program, ripping the file.

  1. Kazzo board plugged into a
  2. 32-bit Windows XP machine
  3. The software is running
  4. Plug an NES game into the board.
  5. Select code in software, run the program to extract the ROM image.

This seems overly complicated, expensive and time consuming, but for now this is the legit way to run NES games on an emulator or Raspberry Pi/Retropie. The only other option that I can think of is getting the roms on illegal site. Never ask me for roms and NEVER ask me where those sites are. I haven’t jumped in the rabbit hole yet. Did you? Post comments or questions, I’d love to hear from you!

Advertisement

8bitdo Sega Genesis Receiver Review

8bitdo Sega Genesis Receiver Review

The 8bitdo Genesis Receiver allows your Sega Genesis or Mega Drive to use a modern gamepad such as the PS4, PS3, XBox or Wii U (pictured) as well as a wide assortment of Bluetooth controllers. Also pictured on the right is another device used in a similar way for devices that accept USB such as the Nintendo Switch, the Mini Playstation, PCs, etc.

Podcast:

Youtube video:

Install Linux console programs like Lynx on Mac OSX

You can install much loved Linux console programs like Lynx (text web browser) and Midnight Commander (powerful file browser) on Mac OSX using homebrew program installer “Brew”.

Example: Install Lynx
First you must install Brew. After this, you can install other programs with Brew.

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

Now use Brew to install Lynx:

brew install lynx

Now you can test it out:

lynx thinkzinc.com

Did you see thinkzinc.com in a text browser?

Try installing the Midnight Commander:

brew install mc

You can check out the “Brew” homepage and use the search for new programs to install. You can also very how many programs you have installed with this command:

brew list

I love Mac OSX but I can’t live without Lynx. Web surfing without busy ads and pictures. Enjoy!