mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
More updates to manpages
This commit is contained in:
parent
8011ed3b70
commit
d8dd3d318e
@ -918,6 +918,10 @@ handling that makes it easier to register simultaneous button presses,
|
|||||||
but has the disadvantage of making controls less responsive. The
|
but has the disadvantage of making controls less responsive. The
|
||||||
default is OFF (\-nosteadykey).
|
default is OFF (\-nosteadykey).
|
||||||
.TP
|
.TP
|
||||||
|
.B \-[no]ui_active
|
||||||
|
Enable MAME user interface on top of emulated keyboard (if present).
|
||||||
|
Default is OFF (\-noui_active).
|
||||||
|
.TP
|
||||||
.B \-[no]offscreen_reload, \-[no]reload
|
.B \-[no]offscreen_reload, \-[no]reload
|
||||||
Controls whether or not MAME treats a second button input from a
|
Controls whether or not MAME treats a second button input from a
|
||||||
lightgun as a reload signal. In this case, MAME will report the gun's
|
lightgun as a reload signal. In this case, MAME will report the gun's
|
||||||
@ -958,6 +962,7 @@ Default is OFF (\-nojoystick_contradictory).
|
|||||||
.B \-coin_impulse \fItime
|
.B \-coin_impulse \fItime
|
||||||
Set coin impulse time. A negative value for \fItime\fR disables the impulse;
|
Set coin impulse time. A negative value for \fItime\fR disables the impulse;
|
||||||
set \fItime\fR to 0 to obey driver or give a positive value to set impulse time.
|
set \fItime\fR to 0 to obey driver or give a positive value to set impulse time.
|
||||||
|
.\"
|
||||||
.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
.\" SDL specific
|
.\" SDL specific
|
||||||
.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
@ -1050,6 +1055,7 @@ immediately at startup. The default is OFF (\-nodebug).
|
|||||||
.B \-debugscript \fIfilename
|
.B \-debugscript \fIfilename
|
||||||
Specifies a file that contains a list of debugger commands to execute
|
Specifies a file that contains a list of debugger commands to execute
|
||||||
immediately upon startup. The default is NULL (no commands).
|
immediately upon startup. The default is NULL (no commands).
|
||||||
|
.\"
|
||||||
.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
.\" SDL specific
|
.\" SDL specific
|
||||||
.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
@ -1095,7 +1101,7 @@ to its built\-in UI font. On some platforms \fIfontname\fP can be a system
|
|||||||
font name instead of a BDF font file. The default is 'default' (use
|
font name instead of a BDF font file. The default is 'default' (use
|
||||||
the OSD\-determined default font).
|
the OSD\-determined default font).
|
||||||
.TP
|
.TP
|
||||||
.B \-ramsize, \-ram
|
.B \-ramsize, \-ram \fIvalue
|
||||||
Size of RAM (if supported by driver).
|
Size of RAM (if supported by driver).
|
||||||
.TP
|
.TP
|
||||||
.B \-[no]confirm_quit
|
.B \-[no]confirm_quit
|
||||||
|
@ -928,6 +928,12 @@ handling that makes it easier to register simultaneous button presses,
|
|||||||
but has the disadvantage of making controls less responsive. The
|
but has the disadvantage of making controls less responsive. The
|
||||||
default is OFF (\-nosteadykey).
|
default is OFF (\-nosteadykey).
|
||||||
.TP
|
.TP
|
||||||
|
.B \-[no]ui_active
|
||||||
|
Enable MESS user interface on top of emulated keyboard (if present).
|
||||||
|
User interface may be toggled during execution by pressing the key
|
||||||
|
defined with \-ui_modekey.
|
||||||
|
Default is OFF (\-noui_active).
|
||||||
|
.TP
|
||||||
.B \-[no]offscreen_reload, \-[no]reload
|
.B \-[no]offscreen_reload, \-[no]reload
|
||||||
Controls whether or not MESS treats a second button input from a
|
Controls whether or not MESS treats a second button input from a
|
||||||
lightgun as a reload signal. In this case, MESS will report the gun's
|
lightgun as a reload signal. In this case, MESS will report the gun's
|
||||||
@ -1103,7 +1109,7 @@ to its built\-in UI font. On some platforms \fIfontname\fP can be a system
|
|||||||
font name instead of a BDF font file. The default is 'default' (use
|
font name instead of a BDF font file. The default is 'default' (use
|
||||||
the OSD\-determined default font).
|
the OSD\-determined default font).
|
||||||
.TP
|
.TP
|
||||||
.B \-ramsize, \-ram
|
.B \-ramsize, \-ram \fIvalue
|
||||||
Size of RAM (if supported by driver).
|
Size of RAM (if supported by driver).
|
||||||
.TP
|
.TP
|
||||||
.B \-[no]confirm_quit
|
.B \-[no]confirm_quit
|
||||||
|
Loading…
Reference in New Issue
Block a user