comment_directory
Option Category #
# CORE OUTPUT DIRECTORY OPTIONS
#
Description This is the path where MAME stores files that are created when a system has debug comments added to it and is disassembled by MAME's internal debugger. Multiple paths can be added by using the (;) separator. Paths with spaces in them need to have quotes ("") around them. e.g. "C:\Mame\My Comments"
Full Command -comment_directory <path>
Alt. Command none
Reverse Command none
Example mame64.exe -comment_directory C:\Mame\Debug
mame64.exe -comment_directory C:\Mame\Debug;"C:\Mame\My Comments"
mame.ini Command comment_directory
Command Default comments
Argument Format <path>;<path> ...