]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/sega
b23437bafe99efcc54bc75d60e452aa116d2d7f0
[plan9front.git] / sys / man / 1 / sega
1 .TH SEGA 1
2 .SH NAME
3 md \- emulator
4 .SH SYNOPSIS
5 .B games/md
6 [
7 .B -a
8 ] [
9 .B -x
10 .I scale
11 ]
12 .I romfile
13 .SH DESCRIPTION
14 .I Md
15 is an emulator for the Sega Megadrive/Genesis.
16 It executes the romfile given as an argument.
17 The \fBz\fR, \fBx\fR, \fBc\fR, return and shift keys correspond to A, B, C, Start and Select, respectively.
18 Other keys:
19 .TP
20 F1
21 Pause the emulator. If already paused it will step one video frame.
22 .TP
23 F12
24 Toggle the emulator's speedometer.  It shows in the upper left,
25 off-viewport corner, the ratio between the expected and observed time it
26 took to draw 60 frames.
27 .TP
28 t
29 Toggle tracing of the emulator.
30 .TP
31 `
32 It uncaps the 60fps frame rate and lets emulation go as fast as possible.
33 .TP
34 Esc
35 Pause the emulator.
36 .TP
37 Del
38 Exit the emulator.
39 .PP
40 Command line options:
41 .TP
42 .B -a
43 Enable audio output.
44 .TP
45 .B -x
46 Scale the screen to a given factor regardless of the window's size.
47 .SH SOURCE
48 .B /sys/src/games/md
49 .SH BUGS
50 Probably!
51 .SH HISTORY
52 .I Md
53 first appeared in 9front (November, 2014).