Skip to content

Iacob/elmame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mame.el ( A MAME Front-end for Emacs )

Installation

Put the three files mame.el , mame-config.el and mame_machine_info_loader.el into a directory ( We will use <mame.el-dir> to refer to this directory later ).

Add the following lines to ~/.emacs to integrate mame.el to emacs:

;; Add mame.el to load-path
(add-to-list 'load-path "<mame.el-dir>")
;; Add mame.el to autoload list
(autoload 'mame "mame" "" 't)

Start

Use “M-x mame” to start the main interface.
Then use “MAME” menu from the menu bar to open config panel or refresh the page content.