diff options
Diffstat (limited to 'src/osd/sdl/man')
-rw-r--r-- | src/osd/sdl/man/mame.6 | 12 | ||||
-rw-r--r-- | src/osd/sdl/man/mess.6 | 12 |
2 files changed, 20 insertions, 4 deletions
diff --git a/src/osd/sdl/man/mame.6 b/src/osd/sdl/man/mame.6 index de5b6216041..a2449f15df3 100644 --- a/src/osd/sdl/man/mame.6 +++ b/src/osd/sdl/man/mame.6 @@ -368,6 +368,13 @@ consistent, you should only record and playback with all configuration (.cfg), NVRAM (.nv), and memory card files deleted. The default is NULL (no recording). .TP +.B \-[no]record_timecode +Specify whether to create a timecode file. It contains a line with elapsed +times on each press of timecode shortcut key (default is F12). +This option works only when recording mode is enabled (\-record option). +The file is saved on inp folder. +Default is OFF (\-norecord_timecode). +.TP .B \-mngwrite \fIfilename Writes each video frame to the given \fIfilename\fP in MNG format, producing an animation of the game session. Note that \-mngwrite only writes video @@ -1094,8 +1101,9 @@ systems that make use of a BIOS. The \-listxml output will list all of the possible BIOS names for a game. The default is 'default'. .TP .B \-[no]cheat, \-[no]c -Enables the reading of the cheat database, if present, and the Cheat -menu in the user interface. The default is OFF (\-nocheat). +Activates the cheat menu with autofire options and other tricks from +the cheat database, if present. +The default is OFF (\-nocheat). .TP .B \-[no]skip_gameinfo Forces MAME to skip displaying the game info screen. The default is OFF diff --git a/src/osd/sdl/man/mess.6 b/src/osd/sdl/man/mess.6 index f1932d48f03..1c7142080d6 100644 --- a/src/osd/sdl/man/mess.6 +++ b/src/osd/sdl/man/mess.6 @@ -374,6 +374,13 @@ consistent, you should only record and playback with all configuration (.cfg), NVRAM (.nv), and memory card files deleted. The default is NULL (no recording). .TP +.B \-[no]record_timecode +Specify whether to create a timecode file. It contains a line with elapsed +times on each press of timecode shortcut key (default is F12). +This option works only when recording mode is enabled (\-record option). +The file is saved on inp folder. +Default is OFF (\-norecord_timecode). +.TP .B \-mngwrite \fIfilename Writes each video frame to the given file in MNG format, producing an animation of the system session. @@ -1101,8 +1108,9 @@ systems that make use of a BIOS. The \-listxml output will list all of the possible BIOS names for a system. The default is 'default'. .TP .B \-[no]cheat, \-[no]c -Enables the reading of the cheat database, if present, and the Cheat -menu in the user interface. The default is OFF (\-nocheat). +Activates the cheat menu with autofire options and other tricks from +the cheat database, if present. +The default is OFF (\-nocheat). .TP .B \-[no]skip_gameinfo Forces MESS to skip displaying the system info screen. The default is OFF |