diff --git a/src/osd/sdl/man/mame.6 b/src/osd/sdl/man/mame.6 index a2449f15df3..87e260ced5b 100644 --- a/src/osd/sdl/man/mame.6 +++ b/src/osd/sdl/man/mame.6 @@ -359,6 +359,11 @@ make things consistent, you should only record and playback with all configuration (.cfg), NVRAM (.nv), and memory card files deleted. The default is NULL (no playback). .TP +.B \-[no]exit_after_playback +If play back is enabled (see \-playback option) the program exits when +end of file is reached. Otherwise the machine will continue to run. +Default is OFF (\-noexit_after_playback). +.TP .B \-record, \-rec \fIfilename Specifies a file to record all input from a game session. This can be used to record a game session for later playback. This feature does not diff --git a/src/osd/sdl/man/mess.6 b/src/osd/sdl/man/mess.6 index 1c7142080d6..3062b2a613b 100644 --- a/src/osd/sdl/man/mess.6 +++ b/src/osd/sdl/man/mess.6 @@ -365,6 +365,11 @@ make things consistent, you should only record and playback with all configuration (.cfg), NVRAM (.nv), and memory card files deleted. The default is NULL (no playback). .TP +.B \-[no]exit_after_playback +If play back is enabled (see \-playback option) the program exits when +end of file is reached. Otherwise the machine will continue to run. +Default is OFF (\-noexit_after_playback). +.TP .B \-record, \-rec \fIfilename Specifies a file to record all input from a system session. This can be used to record a system session for later playback. This feature does not