delete man pages

git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@332 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
sinamas 2012-08-20 19:23:02 +00:00
parent 5a3c5ffd8f
commit ccf3bdd661
2 changed files with 0 additions and 119 deletions

View File

@ -1,29 +0,0 @@
.\" 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

@ -1,90 +0,0 @@
.\" 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 \-i ", " \-\-input " " \fIKEYS
Use the 8 given input \fIKEYS\fR for respectively
.br
.br
START SELECT A B UP DOWN LEFT RIGHT
.TP
.BR \-\-list\-keys
List valid input KEYS.
.TP
.BR \-r ", " \-\-sample\-rate " " \fIN
Use sound sample rate of \fIN\fR Hz.
.br
.br
32000 <= N <= 192000, default: 48000
.TP
.BR \-s ", " \-\-scale " " \fIN
Scale video output by an integer factor of \fIN\fR.
.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
.TP
.BR \-y ", " \-\-yuv\-overlay
Use YUV overlay for (usually faster) scaling.
.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>.