Mar 07

AdvanceMAME 3.4 for the Raspberry Pi Zero

Hey All,

AdvanceMAME 3.4 has been released with a lot of enhancements for the Raspberry Pi.

I got a message that it wasn’t working, so I recompiled a version JUST for the Raspberry Pi Zero.  This is meant to run on the latest version of Jessie with Pixel.

Get it here

To Install and play, run these commands from the command line

sudo dpkg -i advancemame_3.4-1_armhf.deb
advmame

This will install and create your AdvanceMAME folders.  Now place your ROMs in:

/home/pi/.advance/roms

Then run:

advmame romname
example: advmame sf2

AdvMAME should now start playing your game file.

Have fun!

-Shea

Apr 12

AdvanceMAME 1.4 and AdvanceMESS 1.4 for Raspberry Pi3

Hey All,

I compiled AdvanceMAME 1.4 and AdvanceMESS 1.4 for the Raspberry Pi3.

On the Pi3, games like Street Fighter II and The Simpsons run like butter with full audio.  It’s great!

You can download them here:

http://sheasilverman.com/rpi/raspbian/pi3/advancemame_1.4-1_armhf_pi3.deb

http://sheasilverman.com/rpi/raspbian/pi3/advancemess_1.4-1_armhf_pi3.deb

To install run:

sudo dpkg --force-all -i advancemame_1.4-1_armhf_pi3.deb
sudo dpkg --force-all -i advancemess_1.4-1_armhf_pi3.deb

On another note, our first “PiPlay Advance” boards came in:

2016-04-05 (3) 2016-04-05 (2) 2016-04-05 (1) 2016-04-05

There was of course an issue with our pin routing, so we had to order a new revision of the boards.  So excited to see this project start coming together!

-Shea

Jan 22

Friday Post: AdvanceMAME 1.4 debs

Hey All,

Updates maybe sporadic for the next few weeks.

AdvanceMAME updated to 1.4 so I have recompiled the source and made .debs out of it.  This will work on the Pi and Pi2.

AdvanceMAME 1.4 Deb Download

To install goto a terminal and type:

sudo dpkg --force-install -i advancemame_1.4-1_armhf.db
advmame

You will now have a directory in ~/.advance and will need to edit your advmame.rc file.

nano ~/.advance/advmame.rc

Add to the first line:

device_video_clock 5 - 50 / 15.62 / 50 ; 5 - 50 / 15.73 / 60

Then press ctrl-x then y and hit enter to save.

You can now place your game files into the ~/.advance/roms directory and launch a game with the command:

advmame gamename
advmame sf2

Have a good weekend all!

-Shea

Feb 07

PiMAME, AdvanceMAME, and AdvanceMENU Tankstick Configuration

edit: Added dual stick configuration to advmame.rc

Hey all,

Here is a working config for the XGaming X-Arcade Tankstick!  The base of this comes from the very helpful site: http://www.raspberry.cat/20130203/pimame-i-x-arcade/

The first step is to edit /etc/rc.local and include this line before “exit 0”: Continue reading

Jan 23

PiMAME 0.5 Beta Release

Hey all,

This is just for testing purposes, but if you like to live on the cutting edge, I’m making available the beta/pre-release/testing release of PiMAME 0.5!

It’s based off the PiMAME 0.3 image, with the Uploader file size limit set to 200MB, and the Snapshot artwork in AdvMENU.

Let me know if you have any issues with it!

-Shea

Jan 18

Friday Post: Advance .debs

Hey all,

New Debs!

I have the latest AdvanceMENU, AdvanceMESS, and AdvanceMAME versions compiled and turned into .debs for your installing pleasure.

  1. Files:
    1. AdvanceMAME 1.2
    2. AdvanceMENU 2.6
    3. AdvanceMESS 0.102
  2. To install, run these commands:
    1. sudo dpkg --force-overwrite -i advancemame_1.2-1_armhf.deb
    2. sudo dpkg --force-overwrite -i advancemenu_2.6-1_armhf.deb
    3. sudo dpkg --force-overwrite -i advancemess_0.102.0.1-1_armhf.deb

The reason dpkg requires force install is because the Advance* projects compile a lot of the same helper binaries, like advj and advc.  When dpkg tries to install the next package, it sees it has already installed something with the same name, and freaks out.

Doing a force install tells it to overwrite and continue, making everything work.  I don’t recommend using force install for everyday installs, but I know it works for these.

X Gaming X-Arcade Stick

I was very surprised when I was contacted by X Gaming this week.  They are sending me one of their really cool looking X Arcade tank sticks to test out with the Raspberry Pi and various emulators.  A couple people have posted on the Raspberry Pi forums and on my blog asking if this stick works, so hopefully I will have an answer for everyone very soon.

I’m looking forward to everyone’s feedback on the new .deb files.  Let me know if something is messed up, doesn’t install for you, or is just wonky.  Also let me know if it does work, because that’s good to hear as well 🙂

Have a great weekend!

-Shea

Jan 14

PiMAME 0.4

Update:  I have received numerous reports that this version is much slower than the previous one.  I am reverting back to the previous Raspbian for PiMAME 0.5.  That should fix the speed issues.  The new release will be up this week.  Thank you for all the feedback.

Hey All,

I am pleased to announce PiMAME 0.4 is now available for download.

PiMAME is now built around the 2012-12-16 version of Raspbian.
AdvanceMAME 1.2 and AdvanceMENU 2.6  are installed.
PulseAudio has been removed.
Snapshots of supported games are loaded and will appear in AdvanceMENU.
The ROM uploader file size limit has been increased from 2MB to 200MB.

I recommend users exit out of AdvanceMENU at some point and run:

sudo raspi-config

Overclocking the Pi from raspi-config greatly increases the performance of AdvanceMAME.  You are also able to expand the filesystem to fill up the rest of your SD Card.

I am looking forward to all questions, comments, and suggestions!  Have a great week.

-Shea

Download PiMAME

 

Jan 06

Pleasant Surprise, New version of AdvanceMAME was released

Hey All,

I received a pleasant surprise this weekend.  A new version of AdvanceMAME and AdvanceMENU was released by the author.  I am currently compiling it and testing it out.  It is still based on MAME 0.106.

This is going to push back the PiMAME 0.4 release as I want to incorporate these new binaries into it.

You can find the sources here: http://advancemame.sourceforge.net/index.html

Dec 18

PiMAME quick fixes and information

Hey all,

I’ve been getting tons of feedback about PiMAME.  Thank you for all the comments and suggestions.  There have been a few issues/questions that have popped up, hopefully the tips below helps you out.

Here is a quick fix for the AdvanceMENU sound issue:

  1. ssh into your Raspberry Pi.
  2. exit out of AdvanceMENU by pressing Escape.
  3. at the console, type: nano +99 .advance/advmenu.rc
  4. edit the sound_background lines to look like below:
    1. sound_background_begin none
    2. sound_background_end none
    3. sound_background_loop none
    4. sound_background_loop_dir none
    5. sound_background_start none
    6. sound_background_stop none
  5. press control-x to exit, it will ask you to save, press “y” to confirm.
  6. Reboot your Pi and it should be good to go.

Adding games:

Your game files should go in the /home/pi/roms/ directory.  I cannot help you find games for MAME.

Stopping AdvanceMENU from starting at bootup:

If you want AdvanceMENU to not start at bootup edit /home/pi/.profile and remove advmenu from the bottom of the script.

Logging In:

The username and password are the default Raspbian ones.

  1. User: pi
  2. Password: raspberry
Dec 14

Friday Post: PiMAME Image and other neat things

Hey All,

Hope you all like this:

PiMAME

Download Here

This is a fully configured Raspberry Pi image that auto boots into AdvanceMENU and runs your MAME games for you.  It includes a copy of a Free MAME ROM so you can see it working right from the start.  SSH is already enabled, memory split is setup, and everything is updated.

Once you have it flashed to your SD Card, I recommend running “sudo raspi-config” and expanding the file system, otherwise you will only have a few megs of space left to use.

Please let me know if you have any questions, comments, or suggestions!

Raspberry Pi Radio

http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter

With one wire and a simple program, you can turn your Raspberry Pi into an FM Transmitter that plays on FM 100.0MHz.