add man pages

git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@46 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
sinamas 2007-08-29 13:10:52 +00:00
parent 20e291e9d7
commit b3d45cae2a
2 changed files with 98 additions and 0 deletions

View File

@ -0,0 +1,29 @@
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH GAMBATTE_QT 6 "august 27, 2007"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
gambatte_qt \- emulate Nintendo's Game Boy (Color) handheld device
.SH SYNOPSIS
.B gambatte_qt
.RI [ romfile ]
.SH DESCRIPTION
.B gambatte_qt
opens a Game Boy (Color) emulator GUI, and optionally loads a
.I romfile
as Game Boy cartridge on start up.
.SH AUTHOR
Gambatte and this manual page was written by Sindre Aamås <aamas@stud.ntnu.no>.

View File

@ -0,0 +1,69 @@
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH GAMBATTE_SDL 6 "august 27, 2007"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
gambatte_sdl \- emulate Nintendo's Game Boy (Color) handheld device
.SH SYNOPSIS
.B gambatte_sdl
.RI [ options ] " romfile"
.SH DESCRIPTION
.B gambatte_sdl
emulates a Game Boy (Color) with
.I romfile
loaded as Game Boy cartridge.
.SH OPTIONS
.TP
.BR \-f ", " \-\-full\-screen
Start in full screen mode.
.TP
.BR \-v ", " \-\-video\-filter " " \fIN
Use video filter number \fIN\fR:
.br
.br
0 = None
.br
1 = Bicubic Catmull-Rom Spline 2x
.br
2 = Bicubic Catmull-Rom Spline 3x
.br
3 = Kreed's 2xSaI
.br
4 = MaxSt's Hq2x
.SH INTERACTIVE KEYBOARD CONTROLS
.TP
TAB
fast-forward
.TP
Ctrl-f
toggle full screen
.TP
Ctrl-r
reset
.TP
Return
Start
.TP
Shift
Select
.TP
d
A
.TP
c
B
.SH AUTHOR
Gambatte and this manual page was written by Sindre Aamås <aamas@stud.ntnu.no>.