]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/nintendo
03bcb0f2d43dfb5d80a104b61596e494d840d1f7
[plan9front.git] / sys / man / 1 / nintendo
1 .TH NINTENDO 1
2 .SH NAME
3 gb, gba, nes, snes \- emulators
4 .SH SYNOPSIS
5 .B games/gb
6 [
7 .B -23a
8 ]
9 .I romfile
10 .br
11 .B games/gba
12 [
13 .B -23aT
14 ] [
15 .B -b
16 .I biosfile
17 ] [
18 .B -s
19 .I savetype
20 ]
21 .I romfile
22 .br
23 .B games/nes
24 [
25 .B -23aos
26 ]
27 .I romfile
28 .br
29 .B games/snes
30 [
31 .B -23ahmsT
32 ]
33 .I romfile
34 .SH DESCRIPTION
35 .I Gb,
36 .I gba,
37 .I nes
38 and
39 .I snes
40 are emulators for the Nintendo Game Boy (GB), Nintendo Game Boy Advance (GBA), Nintendo Entertainment System (NES) and Super Nintendo Entertainment System (SNES).
41 They execute the romfile given as an argument.
42 The \fBz\fR, \fBx\fR, \fBa\fR, \fBs\fR, return and shift keys correspond to B, A, Y, X, Start and Select, respectively.
43 Other keys:
44 .TP
45 F5
46 Save the current state in \fBgb.save\fR / \fBgba.save\fR / \fBnes.save\fR / \fBsnes.save\fR.
47 .TP
48 F6
49 Load the current state from \fBgb.save\fR / \fBgba.save\fR / \fBnes.save\fR / \fBsnes.save\fR.
50 .TP
51 Esc
52 Pause the emulator.
53 .TP
54 Del
55 Exit the emulator.
56 .PP
57 Command line options:
58 .TP
59 .B -2 -3
60 Scale the screen by the given factor.
61 .TP
62 .B -a
63 Enable audio output.
64 .PP
65 .B gba
66 options:
67 .TP
68 .B -b
69 Location of the GBA BIOS file (required to operate the emulator).
70 .TP
71 .B -s
72 Save format used by the original game.
73 .TP
74 .B -T
75 Display percentage of how fast the system is running relative to a real GBA.
76 .PP
77 .B nes
78 options:
79 .TP
80 .B -o
81 Hide the top and bottom eight pixels (overscan area), like a real television would.
82 .TP
83 .B -s
84 Save contents of battery backed SRAM (used by some games for savegames) as a file (\fIgb\fR and \fIsnes\fR automatically detect if this is needed).
85 .PP
86 .B snes
87 options:
88 .TP
89 .B -h
90 Override HiROM/LoROM detection:
91 .B -h
92 sets LoROM,
93 .B -hh
94 sets HiROM.
95 .TP
96 .B -m
97 Enable mouse emulation using system mouse. Mouse button 1 (left button) engages the SNES left mouse button. Mouse button 3 (right button) engages the SNES right mouse button. Holding down mouse button 2 (middle button) disengages the SNES mouse entirely so that the Plan 9 cursor offset can be adjusted to align with the SNES cursor.
98 .TP
99 .B -T
100 Display percentage of how fast the system is running relative to a real SNES.
101 .SH SOURCE
102 .B /sys/src/games/gb
103 .br
104 .B /sys/src/games/nes
105 .br
106 .B /sys/src/games/snes
107 .SH BUGS
108 You bet!
109 .br
110 SRAM saving on the NES only functions when the
111 .B -s
112 option is used.
113 .br
114 The SNES horizontal hires mode is supported only with
115 .B -2
116 scaling.
117 .SH HISTORY
118 .I Gb
119 first appeared in 9front (April, 2012).
120 .br
121 .I Gba
122 first appeared in 9front (September, 2014).
123 .br
124 .I Nes
125 first appeared in 9front (February, 2014).
126 .br
127 .I Snes
128 first appeared in 9front (March, 2014).