Changes between Initial Version and Version 1 of howto/Mame


Ignore:
Timestamp:
Nov 3, 2018, 12:08:35 PM (6 years ago)
Author:
rubendibattista (Ruben Di Battista)
Comment:

(unfinished)

Legend:

Unmodified
Added
Removed
Modified
  • howto/Mame

    v1 v1  
     1= About Mame
     2Mame is an open source emulator built to recreate the hardware of old arcade games on your modern computer. The main focus is on documenting the old hardware and the heritage of old arcade games in order to avoid the will be forgotten. To get further informations on the project, you can check [https://docs.mamedev.org/ here] the documentation.
     3
     4== Macports
     5On macports the availabe port to install MAME is `mame`. Generally we try to stay in track with the last release upstream.
     6
     7=== Compiling MAME
     8The installation of the port requires you to compile it. That takes '''VERY''' long time, so when you install it take a hot tea, a bag of cookies and wait for it to finish.
     9{{{
     10sudo port install mame
     11}}}
     12
     13=== Configuring MAME
     14Once the port successfully installed, what you're going to have is an executable called `mame64`. Now, to be able to run the ROMs, we need to build the right filesystem tree in a directory. What I generally do is to create a directory in the root of my home, called, very originally, `mame`.
     15
     16{{{
     17mkdir ~/mame
     18}}}
     19
     20Now if you go inside that directory
     21
     22{{{
     23cd ~/mame
     24}}}
     25
     26and you run the `mame64` executable inside of it. MAME will run full screen and it will create a folder inside of `~/mame`  called `cfg`. That is the folder where MAME stores the configuration files. In the MAME initial dashboard