]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/atari
merge
[plan9front.git] / sys / man / 1 / atari
1 .TH ATARI 1
2 .SH NAME
3 2600 \- emulator
4 .SH SYNOPSIS
5 .B games/2600
6 [
7 .B -a
8 ] [
9 .B -x
10 .I scale
11 ]
12 .I romfile
13 .SH DESCRIPTION
14 .I 2600
15 is an emulator for the Atari 2600.
16 It exectues the romfile given as an argument,
17 and controls as if using a regular 4-direction 1-button joystick,
18 using \fBspace\fR button and directional keys.
19 The \fBq\fR, \fBw\fR, \fBe\fR, \fBr\fR keys correspond respectively to the reset, select, player 1 difficulty and color mode switches.
20 Other keys:
21 .TP
22 Esc
23 Pause the emulator.
24 .TP
25 Del
26 Exit the emulator.
27 .PP
28 Command line options:
29 .TP
30 .B -a
31 Enable audio output.
32 .TP
33 .B -x
34 Scale the screen to a given factor regardless of the window's size.
35 .SH SOURCE
36 .B /sys/src/games/2600
37 .SH BUGS
38 Yes.
39 .SH HISTORY
40 .I 2600
41 first appeared in 9front (November, 2014).