Linux command
mame 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Run arcade ROM
mame [romname]
List available games
mame -listfull
Run with fullscreen
mame -window 0 [romname]
Verify ROM set
mame -verifyroms [romname]
Show controls for game
mame -listctrl [romname]
Configure controls
mame [romname] -ui_active
说明
MAME (Multiple Arcade Machine Emulator) emulates arcade game hardware. It preserves gaming history by documenting and emulating arcade machines, allowing original software to run on modern computers. MAME supports thousands of arcade systems and some home consoles.
参数
- -window
- Run windowed (1) or fullscreen (0).
- -listfull
- List all supported systems.
- -verifyroms
- Verify ROM integrity.
- -rompath _path_
- ROM directory.
- -listctrl
- Show control configuration.
- -ui_active
- Activate UI during emulation.
- -createconfig
- Create default config.
FAQ
What is the mame command used for?
MAME (Multiple Arcade Machine Emulator) emulates arcade game hardware. It preserves gaming history by documenting and emulating arcade machines, allowing original software to run on modern computers. MAME supports thousands of arcade systems and some home consoles.
How do I run a basic mame example?
Run `mame [romname]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -window do in mame?
Run windowed (1) or fullscreen (0).