trunk/docs/config.txt
| r23513 | r23514 | |
| 287 | 287 | or system. Notice, this is simply a copy/paste of the .XML file which reside |
| 288 | 288 | in the HASH folder which are allowed to be used. |
| 289 | 289 | |
| 290 | -verifysoftware [<gamename|wildcard>] |
| 291 | |
| 292 | Checks for invalid or missing ROM images in your software lists. By default |
| 293 | all drivers that have valid ZIP files or directories in the rompath are verified; |
| 294 | however, you can limit this list by specifying a specific driver name or wildcard |
| 295 | after the -verifysoftware command. |
| 296 | |
| 290 | 297 | -getsoftlist [<gamename|wildcard>] |
| 291 | 298 | |
| 292 | 299 | Posts to screen a specific software list which matches with the gamename |
| 293 | 300 | provided. |
| 301 | |
| 302 | -verifysoftlist [softwarelistname] |
| 303 | |
| 304 | Checks a specified software list for missing ROM images if files exist for issued |
| 305 | softwarelistname. By default, all drivers that have valid ZIP files or directories |
| 306 | in the rompath are verified; however, you can limit this list by specifying a |
| 307 | specific softwarelistname (without .XML) after the -verifysoftlist command. |
| 294 | 308 | |
| 309 | -listmidi |
| 310 | |
| 311 | Create a list of list available MIDI I/O devices for use with emulation. |
| 312 | |
| 295 | 313 | |
| 296 | 314 | |
| 297 | 315 | Configuration options |
| r23513 | r23514 | |
| 384 | 402 | MAME will use built-in default crosshairs. |
| 385 | 403 | |
| 386 | 404 | |
| 405 | |
| 387 | 406 | Core Output Directory Options |
| 388 | 407 | ----------------------------- |
| 389 | 408 | |
| r23513 | r23514 | |
| 1002 | 1021 | The default is 0.85. |
| 1003 | 1022 | |
| 1004 | 1023 | -natural |
| 1024 | |
| 1005 | 1025 | Specific whether or not to use a natural keyboard or not. This allows |
| 1006 | 1026 | you to start your game or system in "partial" keyboard emulation mode, |
| 1007 | 1027 | giving you the ability to use all normal UI keys. The default is OFF, |
| r23513 | r23514 | |
| 1123 | 1143 | |
| 1124 | 1144 | Displays a mouse cursor when using the built-in UI for MAME. The default |
| 1125 | 1145 | is (-noui_mouse). |
| 1146 | |
| 1147 | -autoboot_command "<command>" |
| 1148 | |
| 1149 | Command string to execute after machine boot (in quotes " "). To issue |
| 1150 | a quote to the emulation, use """ in the string. Using \n will issue a |
| 1151 | create a new line, issuing what was typed prior as a command. |
| 1152 | Example: -autoboot_command "load """$""",8,1\n" |
| 1153 | |
| 1154 | -autoboot_delay [n] |
| 1155 | |
| 1156 | Timer delay (in seconds) to trigger command execution on autoboot. |
| 1157 | |
| 1158 | -autoboot_script / -script [filename.lua] |
| 1159 | |
| 1160 | File containing scripting to execute after machine boot. |