diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2014-07-22 18:29:33 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2014-07-22 18:29:33 -0400 |
commit | de8752e45e01ca6c4b435c3d084048142bee3c2c (patch) | |
tree | 27ea392732444da8d104bd8485236b74b906ec04 | |
parent | 0d909ae6abf6133cb69e701cc02761de00086864 (diff) | |
download | plan9front-de8752e45e01ca6c4b435c3d084048142bee3c2c.tar.xz |
sega(1): add man page for games/md (and potential future sega emulators)
-rw-r--r-- | sys/man/1/sega | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sys/man/1/sega b/sys/man/1/sega new file mode 100644 index 000000000..382c34bf9 --- /dev/null +++ b/sys/man/1/sega @@ -0,0 +1,36 @@ +.TH SEGA 1 +.SH NAME +md \- emulator +.SH SYNOPSIS +.B games/md +[ +.B -23a +] +.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, \fBc\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 -2 -3 +Scale the screen by the given factor. +.TP +.B -a +Enable audio output. +.SH SOURCE +.B /sys/src/games/md +.SH BUGS +Probably! +.SH HISTORY +.I Md +first appeared in 9front (May, 2014). |