]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/sega
merge
[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, \fBa\fR, return and shift keys correspond to A, B, C, Start and Select, respectively.
18 Other keys:
19 .TP
20 Esc
21 Pause the emulator.
22 .TP
23 Del
24 Exit the emulator.
25 .PP
26 Command line options:
27 .TP
28 .B -a
29 Enable audio output.
30 .TP
31 .B -x
32 Scale the screen to a given factor regardless of the window's size.
33 .SH SOURCE
34 .B /sys/src/games/md
35 .SH BUGS
36 Probably!
37 .SH HISTORY
38 .I Md
39 first appeared in 9front (November, 2014).