Installing and running MAME
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
.
- Read more about Installing and running MAME
- Log in to post comments