Sdl_mame_tut2
Tutorial - Running MAME on MacOS
- Install Homebrew
- Press command-space
- type
terminal
and press enter - In the terminal type
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
and press enter - You will be prompted to confirm a few things… (installation of Command Line Tools for Xcode) - this is all fine
- Install MAME
- In the terminal type
cd ~/Documents
- you are now in your Documents folder - Make a new folder named mame: type
mkdir mame
- Move into that folder:
cd mame
- Type
brew install mame
- Type
mame -cc
to create the mame config
- In the terminal type
- Run MAME
- In the terminal type
./mame
- In the terminal type
Written on March 11, 2019