plan9fox/sys/man/1/sega
qwx 1195ca910c add libemu
move redundant code from emulators to a common library
2018-05-12 19:20:53 +02:00

34 lines
540 B
Plaintext

.TH SEGA 1
.SH NAME
md \- emulator
.SH SYNOPSIS
.B games/md
[
.B -a
]
.I romfile
.SH DESCRIPTION
.I Md
is an emulator for the Sega Megadrive/Genesis.
It executes the romfile given as an argument.
The \fBz\fR, \fBx\fR, \fBa\fR, return and shift keys correspond to A, B, C, Start and Select, respectively.
Other keys:
.TP
Esc
Pause the emulator.
.TP
Del
Exit the emulator.
.PP
Command line options:
.TP
.B -a
Enable audio output.
.SH SOURCE
.B /sys/src/games/md
.SH BUGS
Probably!
.SH HISTORY
.I Md
first appeared in 9front (November, 2014).