Previous 199869 Revisions Next

r25516 Friday 4th October, 2013 at 02:56:29 UTC by R. Belmont
SDL: updated man pages [Cesare Falco]
[src/osd/sdl/man]castool.1 chdman.1 imgtool.1 jedutil.1 ldresample.1 ldverify.1 mame.6 mess.6 romcmp.1 testkeys.1

trunk/src/osd/sdl/man/testkeys.1
r25515r25516
55.\" Man page created from source and usage information
66.\" Cesare Falco <c.falco@ubuntu.com>, February 2007
77.\"
8.TH TESTKEYS 1 2012-12-01 0.147u3 "MAME SDL keycode checker"
8.TH TESTKEYS 1 2013-09-23 0.150 "MAME SDL keycode scanner"
99.\"
1010.\" NAME chapter
1111.SH NAME
12testkeys \- returns SDL keycode for key pressed.
12testkeys \- MAME SDL keycode scanner
1313.\"
1414.\" SYNOPSIS chapter
1515.SH SYNOPSIS
r25515r25516
1717.\"
1818.\" DESCRIPTION chapter
1919.SH DESCRIPTION
20Since 0.113 SDLMAME introduced keymap files to handle keyboards with non\-us layouts.
20Since 0.113 (SDL)MAME introduced keymap files to handle keyboards
21with non\-us layouts.
2122.PP
22This simple utility helps determining which SDL keycode is bound to each key, thus
23making the process of compiling keymap files a bit easier.
23This simple utility helps determining which SDL keycode is bound
24to each key, thus making the process of compiling keymap files a
25bit easier.
26.SH SEE ALSO
27mame(6), mess(6)
trunk/src/osd/sdl/man/mess.6
r25515r25516
1616.\" http://www.mess.org/
1717.\"
1818.\"
19.TH MESS 6 2013-06-12 0.149 "The Multiple Emulator Super System (MESS)"
19.TH MESS 6 2013-09-23 0.150 "The Multiple Emulator Super System (MESS)"
2020.\"
2121.\"
2222.\" NAME chapter
r25515r25516
10331033.SS Misc options
10341034.\" *******************************************************
10351035.TP
1036.B \-drc
1037Enable DRC cpu core if available. Enabled by default.
1038.TP
1039.B \-drc_use_c
1040Force DRC use C backend.
1041.TP
10361042.B \-bios \fIbiosname
10371043Specifies the specific BIOS to use with the current system, for
10381044systems that make use of a BIOS. The \-listxml output will list all of
r25515r25516
10761082.B \-autoboot_script, \-script \fR[\fIfilename.lua\fP]
10771083File containing scripting to execute after machine boot.
10781084.TP
1085.B \-http
1086Enable local http server. Disabled by default.
1087.TP
1088.B \-http_port \fIport
1089Internal webserver listener port.
1090.TP
1091.B \-http_path \fIpath
1092Path to web files. Default is /usr/share/games/mess/web.
1093.TP
10791094.B \-newui, \-nu
10801095Use the new MESS UI.
10811096.TP
r25515r25516
10841099if it detects that the emulation has locked up.
10851100.\"
10861101.\"
1102.\" SEE ALSO chapter
1103.SH SEE ALSO
1104castool(1), chdman(1), imgtool(1), testkeys(1)
1105.\"
1106.\"
10871107.\" LEGAL NOTICE chapter
10881108.SH LEGAL NOTICE
10891109Please visit the MAME website for some important legal information:
trunk/src/osd/sdl/man/romcmp.1
r25515r25516
99.\" References
1010.\" http://www.mame.net/mamefaq.html
1111.\"
12.TH ROMCMP 1 2012-12-01 0.147u3 "MAME romset checking tool"
12.TH ROMCMP 1 2013-09-23 0.150 "MAME romset checking tool"
1313.\"
1414.\" NAME chapter
1515.SH NAME
r25515r25516
2424.\"
2525.\" DESCRIPTION chapter
2626.SH DESCRIPTION
27An eternal nuisance in arcade emulation are incomplete or corrupt dumps of the ROM chips.
28\fBromcmp\fP is a tool developed to detect the most common errors that can occur when dumping ROMS,
29for example stuck bits and address line errors.
27\fBromcmp\fP is a tool developed to detect the most common errors that
28can occur when dumping ROMS, for example stuck bits and address line errors.
3029.PP
31It can check the ROMs in ZIP files or subdirectories.
32.PP
33\fBromcmp\fP can also be used to compare two ROM sets, by giving it two files or subdirectories
34as parameters. It will determine which ROMS are identical and which are the closest matches.
35This is useful when figuring out if a newly dumped ROM set is a clone of another ROM set.
30It can check the ROMs in ZIP files or subdirectories; it can also be used
31to compare two ROM sets, by giving it two files or subdirectories
32as parameters. It will determine which ROMS are identical and which are
33the closest matches.  This is useful when figuring out if a newly dumped
34ROM set is a clone of another ROM set.
3635.\"
3736.\" OPTIONS chapter
3837.SH OPTIONS
r25515r25516
4241.\"
4342.\" EXAMPLES chapter
4443.SH EXAMPLES
45.B romcmp \fIjumpkids.zip\fP
44.B romcmp jumpkids.zip
4645will output the following:
4746
4847  11 files
4948  23.3c         FIXED BITS (xxxxxx1x)
5049  23.3c           FIRST AND SECOND HALF IDENTICAL
5150     
52This tells us that the 23.3C ROM in Jump Kids is bad, and incidentally, it causes the missing sound in that game.
51This tells us that the 23.3C ROM in Jump Kids is bad, and incidentally,
52it causes the missing sound in that game.
53.\"
54.\" SEE ALSO chapter
55.SH SEE ALSO
56mame(6)
trunk/src/osd/sdl/man/jedutil.1
r25515r25516
88.\" References
99.\" http://aarongiles.com/?p=159
1010.\"
11.TH JEDUTIL 1 2012-12-01 0.147u3 "MAME JED files manager"
11.TH JEDUTIL 1 2013-09-23 0.150 "MAME JEDEC file utilities"
1212.\"
1313.\" NAME chapter
1414.SH NAME
15jedutil \- convert a .JED file into its binary form, and vice\-versa
15jedutil \- MAME JEDEC file utilities
1616.\"
1717.\" SYNOPSIS chapter
1818.SH SYNOPSIS
1919.B jedutil
20.IR source ".jed " target .bin
21.br
22.B jedutil
23.IR source ".bin " target .jed
24.br
25.B jedutil help
20.RI [ option ]
2621.\"
2722.\" DESCRIPTION chapter
2823.SH DESCRIPTION
r25515r25516
3631.PP
3732.B jedutil
3833provides an easy way to convert PLDs data between these two formats.
34.\"
35.\" OPTIONS chapter
36.SH OPTIONS
37.TP
38.B \-convert \fIinputfile outputfile \fR[\fIfuses\fR]
39Converts JEDEC data between file formats. Both .jed (JEDEC) and .pla
40(Berkeley standard PLA) files can be converted to a .bin (binary) file,
41while a binary file can be converted to a .jed file only.
42.TP
43.B \-view \fIinputfile device
44Dump logic equations. \fIinputfile\fR can be either a JED or binary file.
45.TP
46.B \-viewlist
47View list of supported devices.
48.SH SEE ALSO
49mame(6), mess(6)
50
trunk/src/osd/sdl/man/mame.6
r25515r25516
1313.\" and updated by Andrew Burton <burtona@gol.com>, July 2003
1414.\"
1515.\"
16.TH MAME 6 2013-06-12 0.149 "MAME \- The Multiple Arcade Machine Emulator"
16.TH MAME 6 2013-09-23 0.150 "MAME \- The Multiple Arcade Machine Emulator"
1717.\"
1818.\"
1919.\" NAME chapter
r25515r25516
10511051.SS Misc options
10521052.\" *******************************************************
10531053.TP
1054.B \-drc
1055Enable DRC cpu core if available. Enabled by default.
1056.TP
1057.B \-drc_use_c
1058Force DRC use C backend.
1059.TP
10541060.B \-bios \fIbiosname
10551061Specifies the specific BIOS to use with the current game, for game
10561062systems that make use of a BIOS. The \-listxml output will list all of
r25515r25516
10931099.TP
10941100.B \-autoboot_script, \-script \fR[\fIfilename.lua\fP]
10951101File containing scripting to execute after machine boot.
1102.TP
1103.B \-http
1104Enable local http server. Disabled by default.
1105.TP
1106.B \-http_port \fIport
1107Internal webserver listener port.
1108.TP
1109.B \-http_path \fIpath
1110Path to web files. Default is /usr/share/games/mess/web.
10961111.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
10971112.\" SDL specific
10981113.\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++
r25515r25516
11021117if it detects that the emulation has locked up.
11031118.\"
11041119.\"
1120.\" SEE ALSO chapter
1121.SH SEE ALSO
1122chdman(1), jedutil(1), ldresample(1), ldverify(1), romcmp(1), testkeys(1)
1123.\"
1124.\"
11051125.\" LEGAL NOTICE chapter
11061126.SH LEGAL NOTICE
11071127Please visit the MAME website for some important legal information:
trunk/src/osd/sdl/man/ldverify.1
r25515r25516
55.\" Man page created from source and usage information by
66.\" Cesare Falco <c.falco@ubuntu.com>, August 2008
77.\"
8.TH LDVERIFY 1 2012-12-01 0.147u3 "MAME laserdisc data checker"
8.TH LDVERIFY 1 2013-09-23 0.150 "MAME laserdisc data checker"
99.\"
1010.\" NAME chapter
1111.SH NAME
r25515r25516
2121is a tool which walks through either an AVI or CHD capture from a
2222laserdisc and ensures that there are no anomalies lurking in
2323the VBI data.
24
24.SH SEE ALSO
25ldresample(1), mame(6), mess(6)
trunk/src/osd/sdl/man/castool.1
r25515r25516
66.\" Cesare Falco <c.falco@ubuntu.com>, February 2011
77.\"
88.\"
9.TH castool 1 2012-12-01 0.147u3 "MESS Generic cassette manipulation tool"
9.TH CASTOOL 1 2013-09-23 0.150 "MESS Generic cassette manipulation tool"
1010.\"
1111.\"
1212.\" NAME chapter
r25515r25516
3333.B convert
3434Convert a cassette dump to a .wav audio file. See
3535.B castool
36(with no arguments) for a full list of supported cassette formats.
36(without arguments) for a full list of supported cassette formats.
3737.\"
3838.\"
3939.\" EXAMPLES chapter
r25515r25516
4343.\"
4444.\" SEE ALSO chapter
4545.SH SEE ALSO
46.BR mess (6)
46mess(6)
trunk/src/osd/sdl/man/ldresample.1
r25515r25516
33.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
44.\" other parameters are allowed: see man(7), man(1)
55.\"
6.TH ldresample 1 2012-12-01 0.147u3 "MESS Laserdisc audio manipulation tool"
6.TH LDRESAMPLE 1 2013-09-23 0.150 "MAME laserdisc audio manipulation tool"
77.\"
88.\" Please adjust this date whenever revising the manpage.
99.\"
r25515r25516
1919.\" for manpage-specific macros, see man(7)
2020
2121.SH "NAME"
22ldresample \- Laserdisc audio synchronizer and resampler.
22ldresample \- MAME laserdisc audio manipulation tool
2323
2424.SH "SYNOPSIS"
2525.B ldresample
r25515r25516
3232.B [slope]
3333
3434.SH "DESCRIPTION"
35Assists in resynchronizing audio tracks in a CHD (Compressed Hunks of Data) file
36 with frames.
37.br
35Assists in resynchronizing audio tracks in a CHD (Compressed Hunks of Data)
36file with frames.
37.PP
3838.B Offset
39parameter and
40.B slope
41option make a linear equation f(x) which
42describes the sample offset from the source as a function
43of field number.
44
39parameter and \fBslope\fR option make a linear equation f(x) which
40describes the sample offset from the source as a function of field number.
4541.SH "COPYRIGHT"
4642Copyright \(co 2008 Aaron Giles. BSD License.
47
48.SH "AUTHOR"
49Written by Aaron Giles.
50
5143.SH "SEE ALSO"
52.BR ldverify (1),
53.BR ldplayer (1).
54
55.sp 3
44ldverify(1), mame(6), mess(6)
45.SH "AUTHORS"
46Written by Aaron Giles.
47.PP
5648This manual page was written by Ludovic Lechapt <ludomatic@gmail.com>,
5749for the Debian project but may be used by others.
trunk/src/osd/sdl/man/imgtool.1
r25515r25516
66.\" Cesare Falco <c.falco@ubuntu.com>, February 2011
77.\"
88.\"
9.TH imgtool 1 2012-12-01 0.147u3 "Image manipulation tool for MESS"
9.TH IMGTOOL 1 2013-09-23 0.150 "MESS media image manipulation tool"
1010.\"
1111.\"
1212.\" NAME chapter
1313.SH NAME
14imgtool \- A generic image manipulation tool for MESS
14imgtool \- MESS media image manipulation tool
1515.\"
1616.\"
1717.\" SYNOPSIS chapter
r25515r25516
154154.\"
155155.\" SEE ALSO chapter
156156.SH SEE ALSO
157.BR mess (6)
157mess (6)
trunk/src/osd/sdl/man/chdman.1
r25515r25516
66.\" Ashley T. Howes <debiandev@ashleyhowes.com>, February 2005
77.\" updated by Cesare Falco <c.falco@ubuntu.com>, February 2007
88.\"
9.TH CHDMAN 1 2012-12-01 0.147u3 "MAME Compressed Hunks of Data (CHD) manager"
9.TH CHDMAN 1 2013-09-23 0.150 "MAME Compressed Hunks of Data (CHD) manager"
1010.\"
1111.\" NAME chapter
1212.SH NAME
r25515r25516
1515.\" SYNOPSIS chapter
1616.SH SYNOPSIS
1717.B chdman
18.I option switches
18.I option
1919.\"
2020.\" DESCRIPTION chapter
2121.SH DESCRIPTION
r25515r25516
251251.TP
252252.B \-\-verbose, \-v
253253Output additional information about the operation.
254.SH SEE ALSO
255mame(6), mess(6)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team