diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2014-11-10 01:05:18 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2014-11-10 01:05:18 -0500 |
commit | 994977e4d0b54d087917f52f2a9fc8fdeea8aaf8 (patch) | |
tree | 68bea93037cf8d0c24667c4d10484217a8a73cfc /sys/man/1/nintendo | |
parent | bd7e387b5190e4d411a103c102c90702c7ccfb93 (diff) |
nintendo(1): document games/gba
Diffstat (limited to 'sys/man/1/nintendo')
-rw-r--r-- | sys/man/1/nintendo | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/sys/man/1/nintendo b/sys/man/1/nintendo index ffcc1f912..03bcb0f2d 100644 --- a/sys/man/1/nintendo +++ b/sys/man/1/nintendo @@ -1,6 +1,6 @@ .TH NINTENDO 1 .SH NAME -gb, nes, snes \- emulators +gb, gba, nes, snes \- emulators .SH SYNOPSIS .B games/gb [ @@ -8,6 +8,18 @@ gb, nes, snes \- emulators ] .I romfile .br +.B games/gba +[ +.B -23aT +] [ +.B -b +.I biosfile +] [ +.B -s +.I savetype +] +.I romfile +.br .B games/nes [ .B -23aos @@ -21,19 +33,20 @@ gb, nes, snes \- emulators .I romfile .SH DESCRIPTION .I Gb, +.I gba, .I nes and .I snes -are emulators for the Nintendo Game Boy, Nintendo Entertainment System (NES) and Super Nintendo Entertainment System (SNES). +are emulators for the Nintendo Game Boy (GB), Nintendo Game Boy Advance (GBA), Nintendo Entertainment System (NES) and Super Nintendo Entertainment System (SNES). They execute the romfile given as an argument. The \fBz\fR, \fBx\fR, \fBa\fR, \fBs\fR, return and shift keys correspond to B, A, Y, X, Start and Select, respectively. Other keys: .TP F5 -Save the current state in \fBgb.save\fR / \fBnes.save\fR / \fBsnes.save\fR. +Save the current state in \fBgb.save\fR / \fBgba.save\fR / \fBnes.save\fR / \fBsnes.save\fR. .TP F6 -Load the current state from \fBgb.save\fR / \fBnes.save\fR / \fBsnes.save\fR. +Load the current state from \fBgb.save\fR / \fBgba.save\fR / \fBnes.save\fR / \fBsnes.save\fR. .TP Esc Pause the emulator. @@ -49,6 +62,18 @@ Scale the screen by the given factor. .B -a Enable audio output. .PP +.B gba +options: +.TP +.B -b +Location of the GBA BIOS file (required to operate the emulator). +.TP +.B -s +Save format used by the original game. +.TP +.B -T +Display percentage of how fast the system is running relative to a real GBA. +.PP .B nes options: .TP @@ -93,6 +118,9 @@ scaling. .I Gb first appeared in 9front (April, 2012). .br +.I Gba +first appeared in 9front (September, 2014). +.br .I Nes first appeared in 9front (February, 2014). .br |