diff options
author | qwx <devnull@localhost> | 2018-05-12 19:20:53 +0200 |
---|---|---|
committer | qwx <devnull@localhost> | 2018-05-12 19:20:53 +0200 |
commit | 1195ca910c393e542d6aa23035fa75719af1107e (patch) | |
tree | c53f3d829d787834610367a9c4d41b5d29dcbb25 /sys/man/1/sega | |
parent | 70c7a9eb07516843da083b6231d55a07d28b9350 (diff) |
add libemu
move redundant code from emulators to a common library
Diffstat (limited to 'sys/man/1/sega')
-rw-r--r-- | sys/man/1/sega | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/man/1/sega b/sys/man/1/sega index 382c34bf9..5b0714b35 100644 --- a/sys/man/1/sega +++ b/sys/man/1/sega @@ -4,14 +4,14 @@ md \- emulator .SH SYNOPSIS .B games/md [ -.B -23a +.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, \fBc\fR, return and shift keys correspond to A, B, C, Start and Select, respectively. +The \fBz\fR, \fBx\fR, \fBa\fR, return and shift keys correspond to A, B, C, Start and Select, respectively. Other keys: .TP Esc @@ -22,9 +22,6 @@ 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 @@ -33,4 +30,4 @@ Enable audio output. Probably! .SH HISTORY .I Md -first appeared in 9front (May, 2014). +first appeared in 9front (November, 2014). |