Installing and running MAME

By laurence | 16/05/2016

sudo apt-get install mame mame-tools gnome-video-arcade sdlmame sdlmame-tools

create a directory for your ROMs

mkdir -p ~/mame/roms

Alternatively, if you don't want to clutter your home directory then create a symlink

ln -s /path/to/your/roms ~/mame/roms

 

See your docs folder for more info

/usr/share/doc/mame

.