]> 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 and \fBr\fR keys correspond respectively to the reset, select, player 1 difficulty and color mode switches.
20 Other keys:
21 .TP
22 F1
23 Pause the emulator. If already paused it will step one video frame.
24 .TP
25 F12
26 Toggle the emulator's speedometer.  It shows in the upper left,
27 off-viewport corner, the ratio between the expected and observed time it
28 took to draw 60 frames.
29 .TP
30 t
31 Toggle tracing of the emulator.
32 .TP
33 `
34 It uncaps the 60fps frame rate and lets emulation go as fast as possible.
35 .TP
36 Esc
37 Pause the emulator.
38 .TP
39 Del
40 Exit the emulator.
41 .PP
42 Command line options:
43 .TP
44 .B -a
45 Enable audio output.
46 .TP
47 .B -x
48 Scale the screen to a given factor regardless of the window's size.
49 .SH SOURCE
50 .B /sys/src/games/2600
51 .SH BUGS
52 Yes.
53 .SH HISTORY
54 .I 2600
55 first appeared in 9front (November, 2014).