mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Added -exit_after_playback to man pages
This commit is contained in:
parent
8d339dee7c
commit
0c629d0900
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue