diff --git a/gambatte_qt/man/gambatte_qt.6 b/gambatte_qt/man/gambatte_qt.6 new file mode 100644 index 00000000..3874bd25 --- /dev/null +++ b/gambatte_qt/man/gambatte_qt.6 @@ -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 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 . diff --git a/gambatte_sdl/man/gambatte_sdl.6 b/gambatte_sdl/man/gambatte_sdl.6 new file mode 100644 index 00000000..ff817b48 --- /dev/null +++ b/gambatte_sdl/man/gambatte_sdl.6 @@ -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 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 .