SDL: Revise *IX man pages [wallyweek]

This commit is contained in:
R. Belmont 2012-12-06 04:39:12 +00:00
parent 0e70785a54
commit 1de64f53fe
7 changed files with 202 additions and 63 deletions

View File

@ -4,9 +4,9 @@
.\" .\"
.\" Man page created from source and usage information by .\" Man page created from source and usage information by
.\" Ashley T. Howes <debiandev@ashleyhowes.com>, February 2005 .\" Ashley T. Howes <debiandev@ashleyhowes.com>, February 2005
.\" updated by Cesare Falco <cesare.falco@gmail.com>, February 2007 .\" updated by Cesare Falco <c.falco@ubuntu.com>, February 2007
.\" .\"
.TH CHDMAN 1 2012-03-25 0.145u5 "MAME Compressed Hunks of Data (CHD) manager" .TH CHDMAN 1 2012-12-01 0.147u3 "MAME Compressed Hunks of Data (CHD) manager"
.\" .\"
.\" NAME chapter .\" NAME chapter
.SH NAME .SH NAME
@ -25,41 +25,154 @@ It is a tool to manage CHD images.
.\" .\"
.\" OPTIONS chapter .\" OPTIONS chapter
.SH OPTIONS .SH OPTIONS
Please note that each option allows a set of switches, the meaning of each
is explained in the \fBSWITCHES\fR section below. Whenever the short form
for the switch is listed, the long one may be used instead.
.TP .TP
.B \info \fIinput\fR.chd .B help \fR[\fIoption\fR]
Print a summary of the available options or, if \fIoption\fR is given, a
detailed list of the valid switches for the option.
.TP
.B info \
\-i \fIfilename\fR \
[\fB\-v\fR]
Dump the header information from a drive image. Dump the header information from a drive image.
.TP .TP
.B verify \fIinput\fR.chd .B verify \
\-i \fIfileiname\fR \
[\fB\-ip \fIfilename\fR]
Validate the MD5/SHA1 on a drive image. Validate the MD5/SHA1 on a drive image.
.TP .TP
.B createraw \fIinputhd\fR.raw \fIoutput\fR.chd [\fIinputoffs\fR [\fIhunksize\fR]] .B createraw \
\-o \fIfilename\fR \
[\fB\-op \fIfilename\fR] \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-isb \fIoffset\fR] \
[\fB\-ish \fIoffset\fR] \
[\fB\-ib \fIlength\fR] \
[\fB\-ih \fIlength\fR] \
\fB\-hs \fIbytes\fR \
\fB\-us \fIbytes\fR \
[\fB\-c none\fR|type1[,[...]]] \
[\fB\-np \fIprocessors\fR]
Create a new compressed raw image from a raw file. Create a new compressed raw image from a raw file.
.TP .TP
.B createhd \fIinputhd\fR.raw \fIoutput\fR.chd [\fIinputoffs\fR [\fIcylinders \ .B createhd \
heads sectors \fR[\fIsectorsize\fR [\fIhunksize\fR]]]] \-o \fIfilename\fR \
[\fB\-op \fIfilename\fR] \
[\fB\-f\fR] \
[\fB\-i \fIfilename\fR] \
[\fB\-isb \fIoffset\fR] \
[\fB\-ish \fIoffset\fR] \
[\fB\-ib \fIlength\fR] \
[\fB\-ih \fIlength\fR] \
[\fB\-hs \fIbytes\fR] \
[\fB\-c none\fR|type1[,[...]]] \
[\fB\-chs \fIcylinders\fB,\fIheads\fB,\fIsectors\fR] \
[\fB\-ss \fIbytes\fR] \
[\fB\-np \fIprocessors\fR]
Create a new compressed hard disk image from a raw file. Create a new compressed hard disk image from a raw file.
.TP .TP
.B createcd \fIinput\fR.toc \fIoutput\fR.chd .B createcd \
\-o \fIfilename\fR \
[\fB\-op \fIfilename\fR] \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-hs \fIbytes\fR] \
[\fB\-c none\fR|type1[,[...]]] \
[\fB\-np \fIprocessors\fR]
Create a new compressed CD image from a raw file. Create a new compressed CD image from a raw file.
.TP .TP
.B createld \fIinput\fR.toc \fIoutput\fR.chd .B createld \
\-o \fIfilename\fR \
[\fB\-op \fIfilename\fR] \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-isf \fIoffset\fR] \
[\fB\-if \fIlength\fR] \
[\fB\-hs \fIbytes\fR] \
[\fB\-c none\fR|type1[,[...]]] \
[\fB\-np \fIprocessors\fR]
Create a new compressed laserdisc image from a raw file. Create a new compressed laserdisc image from a raw file.
.TP .TP
.B extractraw \fIinput\fR.chd \fIoutput\fR.raw .B extractraw \
\-o \fIfilename\fR \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-ip \fIfilename\fR] \
[\fB\-isb \fIoffset\fR] \
[\fB\-ish \fIoffset\fR] \
[\fB\-ib \fIlength\fR] \
[\fB\-ih \fIlength\fR]
Extract a raw file from a CHD image. Extract a raw file from a CHD image.
.TP .TP
.B extracthd \fIinput\fR.chd \fIoutput\fR.toc \fIoutput\fR.bin .B extracthd \
\-o \fIfilename\fR \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-ip \fIfilename\fR] \
[\fB\-isb \fIoffset\fR] \
[\fB\-ish \fIoffset\fR] \
[\fB\-ib \fIlength\fR] \
[\fB\-ih \fIlength\fR]
Extract a hard disk block image from a CHD image. Extract a hard disk block image from a CHD image.
.TP .TP
.B extractcd \fIinput\fR.chd \fIoutput\fR.toc \fIoutput\fR.bin .B extractcd \
\-o \fIfilename\fR \
[\fB\-ob \fIfilename\fR] \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-ip \fIfilename\fR]
Extract a CDRDAO .toc/.bin, CDRWIN .bin/.cue, or Sega Dreamcast .GDI file from a CHD\-CD image. Extract a CDRDAO .toc/.bin, CDRWIN .bin/.cue, or Sega Dreamcast .GDI file from a CHD\-CD image.
.TP .TP
.B extractld \fIinput\fR.chd \fIoutput\fR.toc \fIoutput\fR.bin .B extractld \
\-o \fIfilename\fR \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-ip \fIfilename\fR] \
[\fB\-isf \fIoffset\fR] \
[\fB\-if \fIlength\fR]
Extract a laserdisc image from a CHD\-LD image. Extract a laserdisc image from a CHD\-LD image.
.TP .TP
.B copy \fIinput\fR.chd \fIoutput\fR.chd .B copy \
\-o \fIfilename\fR \
[\fB\-op \fIfilename\fR] \
[\fB\-f\fR] \
\fB\-i \fIfilename\fR \
[\fB\-ip \fIfilename\fR] \
[\fB\-isb \fIoffset\fR] \
[\fB\-ish \fIoffset\fR] \
[\fB\-ib \fIlength\fR] \
[\fB\-ih \fIlength\fR] \
\fB\-hs \fIbytes\fR \
[\fB\-c none\fR|type1[,[...]]] \
[\fB\-np \fIprocessors\fR]
Copy all hunks of data from one CHD file to another. The hunk sizes do not need to match. Copy all hunks of data from one CHD file to another. The hunk sizes do not need to match.
If the source is shorter than the destination, the source data will be padded with 0s. If the source is shorter than the destination, the source data will be padded with 0s.
.TP
.B addmeta \
\fB\-i \fIfilename\fR \
\fB\-t \fItag\fR \
[\fB\-ix \fIindex\fR] \
[\fB\-vt \fItext\fR] \
[\fB\-vf \fIfilename\fR] \
[\fB\-nocs\fR]
Add metadata to the chd.
.TP
.B delmeta \
\fB\-i \fIfilename\fR \
\fB\-t \fItag\fR \
[\fB\-ix \fIindex\fR]
Remove metadata from the chd.
.TP
.B dumpmeta \
\fB\-i \fIfilename\fR \
[\fB\-o \fIfilename\fR] \
[\fB\-f\fR] \
\fB\-t \fItag\fR \
[\fB\-ix \fIindex\fR]
Dump metadata from the chd to standard output or to a file.
.\" .\"
.\" SWITCHES chapter .\" SWITCHES chapter
.SH SWITCHES .SH SWITCHES
@ -67,48 +180,51 @@ If the source is shorter than the destination, the source data will be padded wi
.B \-\-chs, \-chs \fIcylinders,heads,sectors .B \-\-chs, \-chs \fIcylinders,heads,sectors
Specifies CHS geometry values for CHD harddisks. Specifies CHS geometry values for CHD harddisks.
.TP .TP
.B \-\-compression, \-c \fInone\fR|\fItype1\fR[,\fItype2\fR[,...]] .B \-\-compression, \-c \fInone\fR|\fItype1\fR[,[...]]
Which compression codecs to use (up to 4). Which compression codecs to use (up to 4).
.TP .TP
.B \-\-force, \-f .B \-\-force, \-f
Force overwriting an existing file. Force overwriting an existing file.
.TP .TP
.B \-\-help, \-h
Shows the available switches for an option.
.TP
.B \-\-hunksize, \-hs \fIbytes .B \-\-hunksize, \-hs \fIbytes
Size of each unit, in hunks. Size of each unit, in hunks.
.TP .TP
.B \-\-ident, \-id \fIfilename .B \-\-ident, \-id \fIfilename
Name of ident file to provide CHS information. Name of ident file to provide CHS information.
.TP .TP
.B \-\-index, \-ix \fIindex
Indexed instance of the metadata tag.
.TP
.B \-\-input, \-i \fIfilename .B \-\-input, \-i \fIfilename
Input file name. Input file name.
.TP .TP
.B \-\-inputstartbyte, \-isb \fIoffset
Starting byte offset within the input.
.TP
.B \-\-inputstarthunk, \-ish \fIoffset
Starting hunk offset within the input.
.TP
.B \-\-inputbytes, \-ib \fIlength .B \-\-inputbytes, \-ib \fIlength
Effective length of the input in bytes. Effective length of the input in bytes.
.TP .TP
.B \-\-inputframes, \-if \fIlength
Effective length of the input in frames.
.TP
.B \-\-inputhunks, \-ih \fIlength .B \-\-inputhunks, \-ih \fIlength
Effective length of the input in hunks. Effective length of the input in hunks.
.TP .TP
.B \-\-inputparent, \-ip \fIfilename .B \-\-inputparent, \-ip \fIfilename
Parent CHD's input file name. Parent CHD's input file name.
.TP .TP
.B \-\-inputstartbyte, \-isb \fIoffset
Starting byte offset within the input.
.TP
.B \-\-inputstartframe, \-isf \fIoffset
Starting frame offset within the input.
.TP
.B \-\-inputstarthunk, \-ish \fIoffset
Starting hunk offset within the input.
.TP
.B \-\-nochecksum, \-nocs
Do not include this metadata information in the overall SHA-1.
.TP
.B \-\-numprocessors, \-np \fIcount .B \-\-numprocessors, \-np \fIcount
Limits the number of processors to use during compression. Limits the number of processors to use during compression.
.TP .TP
.B \-\-sectorsize, \-ss \fIbytes
size of each hard disk sector.
.TP
.B \-\-verbose, \-v
Output additional information about the operation.
.TP
.B \-\-output, \-o \fIfilename .B \-\-output, \-o \fIfilename
Output file name. Output file name.
.TP .TP
@ -118,6 +234,20 @@ Output binary file name for extractcd.
.B \-\-outputparent, \-op \fIfilename .B \-\-outputparent, \-op \fIfilename
Parent CHD's output file name. Parent CHD's output file name.
.TP .TP
.B \-\-sectorsize, \-ss \fIbytes
Size of each hard disk sector.
.TP
.B \-\-tag, \-t \fItag
4-character tag for metadata.
.TP
.B \-\-valuefile, \-vf \fIfilename
Text file containing data to add.
.TP
.B \-\-valuetext, \-vt \fItext
Text for the metadata.
.TP
.B \-\-unitsize, \-us \fIbytes .B \-\-unitsize, \-us \fIbytes
Size of each unit, in bytes. Size of each unit, in bytes.
.TP
.B \-\-verbose, \-v
Output additional information about the operation.

View File

@ -3,12 +3,12 @@
.\" jedutil.1 .\" jedutil.1
.\" .\"
.\" Man page created from source and usage information .\" Man page created from source and usage information
.\" Cesare Falco <cesare.falco@gmail.com>, February 2007 .\" Cesare Falco <c.falco@ubuntu.com>, February 2007
.\" .\"
.\" References .\" References
.\" http://aarongiles.com/?p=159 .\" http://aarongiles.com/?p=159
.\" .\"
.TH JEDUTIL 1 2012-03-25 0.145u5 "jedutil" .TH JEDUTIL 1 2012-12-01 0.147u3 "MAME JED files manager"
.\" .\"
.\" NAME chapter .\" NAME chapter
.SH NAME .SH NAME
@ -21,6 +21,8 @@ jedutil \- convert a .JED file into its binary form, and vice\-versa
.br .br
.B jedutil .B jedutil
.IR source ".bin " target .jed .IR source ".bin " target .jed
.br
.B jedutil help
.\" .\"
.\" DESCRIPTION chapter .\" DESCRIPTION chapter
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -3,7 +3,7 @@
.\" ldplayer.1 .\" ldplayer.1
.\" .\"
.\" Man page created from source and usage information by .\" Man page created from source and usage information by
.\" Cesare Falco <cesare.falco@gmail.com>, August 2008 .\" Cesare Falco <c.falco@ubuntu.com>, August 2008
.\" .\"
.TH LDPLAYER 1 2012-03-25 0.145u5 "ldplayer" .TH LDPLAYER 1 2012-03-25 0.145u5 "ldplayer"
.\" .\"

View File

@ -3,9 +3,9 @@
.\" ldverify.1 .\" ldverify.1
.\" .\"
.\" Man page created from source and usage information by .\" Man page created from source and usage information by
.\" Cesare Falco <cesare.falco@gmail.com>, August 2008 .\" Cesare Falco <c.falco@ubuntu.com>, August 2008
.\" .\"
.TH LDVERIFY 1 2012-03-25 0.145u5 "ldverify" .TH LDVERIFY 1 2012-12-01 0.147u3 "MAME laserdisc data checker"
.\" .\"
.\" NAME chapter .\" NAME chapter
.SH NAME .SH NAME

View File

@ -6,14 +6,14 @@
.\" * commands: see src/emu/clifront.c clifront.h .\" * commands: see src/emu/clifront.c clifront.h
.\" * options: core entries, see src/emu/emuopts.c emuopts.h .\" * options: core entries, see src/emu/emuopts.c emuopts.h
.\" SDL-specific entries, see src/osd/sdl/sdlmain.c osdsdl.h .\" SDL-specific entries, see src/osd/sdl/sdlmain.c osdsdl.h
.\" Cesare Falco <cesare.falco@gmail.com>, February 2007 .\" Cesare Falco <c.falco@ubuntu.com>, February 2007
.\" .\"
.\" Also, some text borrowed from the xmame 0.106 man page, .\" Also, some text borrowed from the xmame 0.106 man page,
.\" done by Rene Herrmann <rene.herrmann@berlin.de>, September 2000 .\" done by Rene Herrmann <rene.herrmann@berlin.de>, September 2000
.\" and updated by Andrew Burton <burtona@gol.com>, July 2003 .\" and updated by Andrew Burton <burtona@gol.com>, July 2003
.\" .\"
.\" .\"
.TH MAME 1 2012-03-25 0.145u5 "MAME \- The Multiple Arcade Machine Emulator" .TH MAME 6 2012-12-01 0.147u3 "MAME \- The Multiple Arcade Machine Emulator"
.\" .\"
.\" .\"
.\" NAME chapter .\" NAME chapter
@ -56,7 +56,7 @@ the core system rules.
.\" ******************************************************* .\" *******************************************************
.TP .TP
.B \-createconfig, \-cc .B \-createconfig, \-cc
Creates the default \fBmame.ini\fP file in the current directory. All the Creates the default \fBmame.ini\fR file in the current directory. All the
configuration options (not commands) described below can be permanently configuration options (not commands) described below can be permanently
changed by editing this configuration file. changed by editing this configuration file.
.TP .TP
@ -65,15 +65,15 @@ Displays the current configuration settings.
.TP .TP
.B \-showusage, \-su .B \-showusage, \-su
Displays a summary of all the command line options. For options that Displays a summary of all the command line options. For options that
are not mentioned here, the short summary given by are not mentioned here, the short summary given by \fB\-showusage\fR
\fBmame \-showusage\fR is usually sufficient. is usually sufficient.
.\" .\"
.\" ******************************************************* .\" *******************************************************
.SS Frontend commands .SS Frontend commands
.\" ******************************************************* .\" *******************************************************
.B NOTE: All the list commands below write info to the screen.
By default, all the '\-list' commands below write info to the screen. If you wish to write the info to a textfile instead, use redirection.
If you wish to write the info to a textfile instead, use redirection, e.g. For example,
.B mame \-listxml > ~/mamelist.xml .B mame \-listxml > ~/mamelist.xml
writes the full list of supported game to file \fImamelist.xml\fR in your home writes the full list of supported game to file \fImamelist.xml\fR in your home
directory. directory.
@ -155,8 +155,14 @@ Output the list of available media for the system.
.B \-listsoftware, \-lsoft .B \-listsoftware, \-lsoft
Output the list of known software for the system. Output the list of known software for the system.
.TP .TP
.B \-verifysoftware, \-vsoft
Verify known software for the system.
.TP
.B \-getsoftlist, \-glist .B \-getsoftlist, \-glist
Retrieve software list by name. Retrieve software list by name.
.TP
.B \-verifysoftlist, \-vlist
Verify software list by name.
.\" .\"
.\" ******************************************************* .\" *******************************************************
.SS Configuration options .SS Configuration options
@ -204,11 +210,11 @@ Write configuration to \fI[driver]\fR.ini on exit.
.\" ******************************************************* .\" *******************************************************
.SS Search path options .SS Search path options
.\" ******************************************************* .\" *******************************************************
.B IMPORTANT\fR: Please use the path, directory and file options in Be careful to use the path, directory and file options in
mame.ini \fBONLY\fR. Otherwise, the outcome may be unpredictable and not mame.ini \fBONLY\fR. Otherwise, the outcome may be unpredictable and not
consistent across releases. consistent across releases.
.TP .TP
.B \-rompath, \-rp, \-biospath, \-bp, \fIpathname .B \-rompath, \-rp, \-biospath, \-bp \fIpathname
Specifies a list of paths within which to find ROM or hard disk images. Specifies a list of paths within which to find ROM or hard disk images.
Multiple paths can be specified by separating them with semicolons. Multiple paths can be specified by separating them with semicolons.
The default is 'roms' (that is, a directory "roms" in the same directory The default is 'roms' (that is, a directory "roms" in the same directory
@ -245,7 +251,7 @@ is '.' (that is, search in the same directory as the MAME executable).
.B \-cheatpath \fIpathname .B \-cheatpath \fIpathname
Specifies a list of paths within which to find cheat files. Multiple Specifies a list of paths within which to find cheat files. Multiple
paths can be specified by separating them with semicolons. The default paths can be specified by separating them with semicolons. The default
is 'cheat' (that is, a directory "cheat" in the same directory as is 'cheat' (that is, a directory 'cheat' in the same directory as
the MAME executable). the MAME executable).
.TP .TP
.B \-crosshairpath \fIpathname .B \-crosshairpath \fIpathname
@ -365,7 +371,7 @@ default is \fI%g/%i\fP, which creates a separate folder for each game,
and names the snapshots under it starting with 0000 and increasing and names the snapshots under it starting with 0000 and increasing
from there. from there.
.TP .TP
.B \-snapsize \fIwidth\fPx\fIheight\fP .B \-snapsize \fIwidth\fPx\fIheight
Hard\-codes the size for snapshots and movie recording. By default, Hard\-codes the size for snapshots and movie recording. By default,
MAME will create snapshots at the game's current resolution in raw MAME will create snapshots at the game's current resolution in raw
pixels, and will create movies at the game's starting resolution in pixels, and will create movies at the game's starting resolution in
@ -374,7 +380,7 @@ snapshots and movies at the size specified, and will bilinear filter
the result. Note that this size does not automatically rotate if the the result. Note that this size does not automatically rotate if the
game is vertically oriented. The default is 'auto'. game is vertically oriented. The default is 'auto'.
.TP .TP
.B \-snapview \fIviewname\fP .B \-snapview internal\fR|\fBauto\fR|\fIviewname
Specifies the view to use when rendering snapshots and movies. By Specifies the view to use when rendering snapshots and movies. By
default, both use a special 'internal' view, which renders a separate default, both use a special 'internal' view, which renders a separate
snapshot per screen or renders movies only of the first screen. By snapshot per screen or renders movies only of the first screen. By
@ -505,9 +511,7 @@ use \-autorol to ensure that the game will fill the screen either
horizontally or vertically in one of the directions you can handle. horizontally or vertically in one of the directions you can handle.
If your screen only pivots counter\-clockwise, use \-autoror. If your screen only pivots counter\-clockwise, use \-autoror.
.TP .TP
.B \-[no]flipx .B \-[no]flipx \-[no]flipy
.TP
.B \-[no]flipy
Flip (mirror) the game screen either horizontally (\-flipx) or Flip (mirror) the game screen either horizontally (\-flipx) or
vertically (\-flipy). The flips are applied after the \-rotate and vertically (\-flipy). The flips are applied after the \-rotate and
\-ror/\-rol options are applied. The default for both of these options \-ror/\-rol options are applied. The default for both of these options
@ -621,9 +625,6 @@ output on some cards.
.br .br
Default is SOFT. Default is SOFT.
.TP .TP
.B \-numscreens
Reserved for future use.
.TP
.B \-[no]window, \-[no]w .B \-[no]window, \-[no]w
Run MAME in either full screen or a window. This is a fully\-featured window Run MAME in either full screen or a window. This is a fully\-featured window
mode where the window resizes as necessary to track what the game does. mode where the window resizes as necessary to track what the game does.
@ -730,7 +731,7 @@ Default is ON: turn off (set this to 0) if corruption occurs.
.B \-gl_glsl .B \-gl_glsl
Enable OpenGL GLSL, if available, for a performance increase. Enable OpenGL GLSL, if available, for a performance increase.
.TP .TP
.B \-gl_glsl_filter .B \-gl_glsl_filter \fIvalue
Enable OpenGL GLSL filtering instead of FF filtering 0=plain, 1=bilinear. Enable OpenGL GLSL filtering instead of FF filtering 0=plain, 1=bilinear.
Default is 1: bilinear. Default is 1: bilinear.
.TP .TP
@ -795,7 +796,7 @@ Split full screen image across monitors.
.B \-[no]sound .B \-[no]sound
Enable or disable sound altogether. The default is ON (\-sound). Enable or disable sound altogether. The default is ON (\-sound).
.TP .TP
.B \-samplerate, \-sr \fIvalue .B \-samplerate, \-srf \fIvalue
Sets the audio sample rate. Smaller values (e.g. 11025) cause lower Sets the audio sample rate. Smaller values (e.g. 11025) cause lower
audio quality but faster emulation speed. Higher values (e.g. 48000) audio quality but faster emulation speed. Higher values (e.g. 48000)
cause higher audio quality but slower emulation speed. The default is cause higher audio quality but slower emulation speed. The default is
@ -929,8 +930,8 @@ Enable keymap for non\-QWERTY keyboards. Used in conjuction with
\fB\-keymap_file\fR. \fB\-keymap_file\fR.
.TP .TP
.B \-keymap_file \fIkeymap_file\fR .B \-keymap_file \fIkeymap_file\fR
Specifies the full path to the keymap file to be used. Shipped keymap files lie Specifies the full path to the keymap file to be used. A few
in \fB/usr/share/games/mame/keymaps\fR. keymap files are available in \fB/usr/share/games/mess/keymaps\fR.
.TP .TP
.B \-joy_idx[0\-8] \fIjoystick .B \-joy_idx[0\-8] \fIjoystick
With these options you can assign a joystick to a With these options you can assign a joystick to a
@ -942,6 +943,9 @@ Default is 'auto'.
.B \-sixaxis .B \-sixaxis
Use special handling for PS3 Sixaxis controllers. Use special handling for PS3 Sixaxis controllers.
.TP .TP
.B \-lightgun_index[1\-8]
Map lightgun to specific index in MAME.
.TP
.B \-videodriver, \-vd \fIx11\fR|\fIdirectfb\fR|\fIauto\fR .B \-videodriver, \-vd \fIx11\fR|\fIdirectfb\fR|\fIauto\fR
SDL video driver to use; auto selects SDL default. SDL video driver to use; auto selects SDL default.
.TP .TP
@ -1045,6 +1049,9 @@ Size of RAM (if supported by driver).
.TP .TP
.B \-confirm_quit .B \-confirm_quit
Display confirm quit screen on exit. Display confirm quit screen on exit.
.TP
.B \-ui_mouse
Display UI mouse cursor.
.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++ .\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
.\" SDL specific .\" SDL specific
.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++ .\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++

View File

@ -4,12 +4,12 @@
.\" .\"
.\" Man page created from FAQs, source and usage information by .\" Man page created from FAQs, source and usage information by
.\" Ashley T. Howes <debiandev@ashleyhowes.com>, February 2005 .\" Ashley T. Howes <debiandev@ashleyhowes.com>, February 2005
.\" updated by Cesare Falco <cesare.falco@gmail.com>, February 2007 .\" updated by Cesare Falco <c.falco@ubuntu.com>, February 2007
.\" .\"
.\" References .\" References
.\" http://www.mame.net/mamefaq.html .\" http://www.mame.net/mamefaq.html
.\" .\"
.TH ROMCMP 1 2012-03-25 0.145u5 "romcmp" .TH ROMCMP 1 2012-12-01 0.147u3 "MAME romset checking tool"
.\" .\"
.\" NAME chapter .\" NAME chapter
.SH NAME .SH NAME

View File

@ -3,9 +3,9 @@
.\" testkeys.1 .\" testkeys.1
.\" .\"
.\" Man page created from source and usage information .\" Man page created from source and usage information
.\" Cesare Falco <cesare.falco@gmail.com>, February 2007 .\" Cesare Falco <c.falco@ubuntu.com>, February 2007
.\" .\"
.TH TESTKEYS 1 2012-03-25 0.145u5 "testkeys" .TH TESTKEYS 1 2012-12-01 0.147u3 "MAME SDL keycode checker"
.\" .\"
.\" NAME chapter .\" NAME chapter
.SH NAME .SH NAME