git: 9front

Download patch

ref: a80774a9d4653dad0405a1c1c107d91eebcff77c
parent: 8b22f01c3fcd2e83437a32a12583e4559d6937b5
author: stanley lieber <stanley.lieber@gmail.com>
date: Sun Nov 9 20:05:18 EST 2014

nintendo(1): document games/gba

--- 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 @@
 ]
 .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 @@
 .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 @@
 .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
@@ -92,6 +117,9 @@
 .SH HISTORY
 .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).
--