Config line | Description |
# comment line | Comment line, doesn't get interpreted by MAMEMenu |
[mame] |
mame = mame.exe | Specifies the filename of the MAME executable |
options = [options] | Specifies any default options you want for all games in the menu |
[config] |
resolution = 3 | Specifies the resolution for MAMEMenu to run in -- 1=640x480, 2=800x600, 3=1024x768, 4=1280x1024, and 5=1600x1200. The default is 1024x768 (3). |
bkg = blumarbl.png | background picture, found in the bkg directory. Must be 1024x768. A template is included for making your own background pics (bkg/template.png) Also, you can download some ready-made background pics on the Background Pics page. |
gamecolor = 0,0,255 | 24-bit RGB color code for the games on the menu (default is blue) |
selectcolor = 255,0,0 | 24-bit RGB color code for the selected item on the menu (default is red) |
menucolor = 130,58,194 | 24-bit RGB color code for the menus (default is purple) |
uppercase_title = 1 | Specifies if you want the game titles to be uppercased or not (default is 1) |
uppercase_menu = 1 | Specifies if you want the menu titles to be uppercased or not (default is 1) |
font = mamemenu.ttf | Specifies the True-type font to use for the menu |
font_smoothing = 2 | Font smoothing can make fonts look better, especially in higher resolutions. The range is 0=no smoothing, 1=smoothing level #1, 2=smoothing level #2 |
fontsize = 15 | Specifies the font size that will be used in MAMEMenu |
random = 1 | Turns the random game feature off or on |
randomstring = RANDOM | Specifies the string to use for the random game title |
backstring = BACK | Specifies the string to display when you want to go back from a menu |
loadingstring = LOADING... | Specifies the string that is to be displayed when loading a game (make sure this isn't too long, or it may cause unexpected results) |
[control] |
up = UP | The key(s) to be used for the up direction |
down = DOWN | The key(s) to be used for the down direction |
pageup = PGUP | The key(s) to be used to go up a page in the menu |
pagedown = PGDN | The key(s) to be used to go down a page in the menu |
select = SPACE | The key(s) to be used to select a game or menu |
top = LEFT | The key(s) to be used to go to the top of the list |
bottom = RIGHT | The key(s) to be used to go to the bottom of the list |
quit = ESC | The key(s) to be used to quit MAMEMenu |
screenshot = F12 | The key(s) to be used to grab a screenshot |
key_sensitivity = 7 | Specifies how fast you want the keyboard to be read - Use caution, as messing with this could have unexpected results! |