audit_romset
Run MAME's -verifyroms to audit a system's ROM set, then return the tail of the audit output for quick identification of missing or bad ROMs.
Instructions
Run mame -verifyroms <system> and return the audit output tail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | MAME working directory. Defaults to MAME_CWD or current directory. | |
| system | No | MAME machine short name. Defaults to MAME_SYSTEM. | |
| mameExe | No | MAME executable. Defaults to MAME_EXE or `mame`. | |
| rompath | No | ROM search path. Defaults to MAME_ROMPATH. | |
| workdir | No | Generated-script/log directory. Defaults to MAME_WORKDIR or <cwd>/.mame_mcp. | |
| timeoutSec | No | Process timeout in seconds. |