Good Day everyone!
I've been setting up an SD card to demonstrate the Raspberry Pi's capability of acting as a Retro Games Emulator for the upcoming eDay at Gateshead Library and Tony Dixon suggested I bung something on the Wiki...so here it is.
First up, I searched for NES emulators - I thought it would be great to go way back to one of the most ubiquitous consoles 'back in the day'. I finally came across Shea Silverman's Blog. This introduced me to 'MESS' - Multi Emulator Super System. It's a great piece of software that is able to run lots of software from lots of platforms so long as you have the necessary 'BIOS' files.
As per the [modified] MESS instructions from Shea's blog...
- Download MESS Binaries.
- Unzip MESS to the ~/mess directory
- chmod 777 /dev/fb0
- Put your console BIOS into ~/mess/share/advance/rom/<console>/ (i.e. mess/share/advance/rom/nes/)
- Put your console games into ~/mess/share/advance/image/<console>/ (i.e. mess/share/advance/image/nes/)
- CD into ~/mess/bin/
- Run advmess with ./advmess
(The first time itβs run it will generate a set of folders and files into ~/.advance)
- edit your ~/.advance/advmess.rc to include the proper display configuration
- For HDMI try: (This worked for me)
- device_video_clock 5 β 50 / 15.62 / 50 ; 5 β 50 / 15.73 / 60
- For NTSC TVs try:
- device_video_clock 5 β 50 / 15.73 / 60
- While still in the mess/bin directory, type ./advmess <console> -cart <filename>
e.g. ./advmess nes -cart DKong.nes
- ENJOY!!!
As for obtaining console BIOS and game ROM files, it would seem Shea is erring on the side of caution and suggesting that your should go have a look for the games yourself. It's likely that games such as Super Mario Bros and Donkey Kong are not abandonware though you might reckon so. This is because they are still releasing new titles under these names, so I am assuming the oldest game lives on as 'surviving' through the latest respective iterations! So...I will err on the side of caution and simply suggest that you search for something like NES Console BIOS (for MESS) and NES Game ROMs in your favourite search engine :)
Ok...here's a quick-start demo on how I run my games (for the benefit of Tony Dixon and eDay at this point)...
- Power-on the rPi with the configured SD card
- In pi's home dir (~), choose a game:
- For 'Super Mario Bros.'
- Type: ./messBin/bin/advmess nes -cart SuperMarioBros.nes ...and press enter
- Type: ok
- Press enter twice
- For 'Donkey Kong' type the following, then hit [enter]
- Type: ./messBin/bin/advmess nes -cart DonkeyKong.nes
- Type: ok
- Press enter twice
- Typical NES controls:
- 1=Start
- 5=Select
- Ctrl=A
- Alt=B
- MESS keys:
- Esc=Quit Menu
- Tab=Configuration Menu
Hope this helps anyone else who fancies a wee bit of Retro on their Pi.
Jon.
Comments (0)
You don't have permission to comment on this page.