]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/nintendo
games/geigerstats: fix usage() to exit; games(1): geigerstats args
[plan9front.git] / sys / man / 1 / nintendo
1 .TH NINTENDO 1
2 .SH NAME
3 gb, nes \- emulators
4 .SH SYNOPSIS
5 .B games/gb
6 [
7 .B -23a
8 ]
9 .I romfile
10 .br
11 .B games/nes
12 [
13 .B -23aso
14 ]
15 .I romfile
16 .SH DESCRIPTION
17 .I Gb
18 and
19 .I nes
20 are emulators for the Nintendo Game Boy and Nintendo Entertainment System (NES).
21 They execute the romfile given as an argument.
22 The \fBz\fR, \fBx\fR, return and shift keys correspond to B, A, Start and Select, respectively.
23 Other keys:
24 .TP
25 F5
26 Save the current state in \fBgb.save\fR / \fBnes.save\fR.
27 .TP
28 F6
29 Load the current state from \fBgb.save\fR / \fBnes.save\fR.
30 .TP
31 Esc
32 Pause the emulator.
33 .TP
34 Del
35 Exit the emulator.
36 .PP
37 Command line options:
38 .TP
39 .B -2 -3
40 Scale the screen by the given factor.
41 .TP
42 .B -a
43 Enable audio output.
44 .TP
45 .B -s
46 (\fInes\fR only)
47 Save contents of battery backed SRAM (used by some games for savegames) as a file (\fIgb\fR automatically detects if this is needed)
48 .TP
49 .B -o
50 (\fInes\fR only)
51 Hide the top and bottom eight pixels (overscan area), like a real television would.
52 .SH SOURCE
53 .B /sys/src/games/gb
54 .br
55 .B /sys/src/games/nes
56 .SH BUGS
57 You bet!
58 .SH HISTORY
59 .I Gb
60 first appeared in 9front (April, 2012).
61 .br
62 .I Nes
63 first appeared in 9front (February, 2014).