989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
20 lines
819 B
Text
20 lines
819 B
Text
SEGA Genesis emulator
|
|
|
|
Modified version of Generator by James Ponder based on version 0.35.
|
|
|
|
Additional features:
|
|
|
|
* Support for BZIP2, GZIP and ZIP compressed ROMs.
|
|
* Support for X11's XVideo hardware acceleration by SDL for faster and
|
|
smoother graphics.
|
|
* Fullscreen support with or without the classic color frame.
|
|
* SDL audio support (in favour of OSS Audio) which means you can use ESound
|
|
and others for sharing the sound device among other applications.
|
|
* Optional mute playing i.e., if you don't have a soundcard or the soundcard
|
|
is busy you can still play.
|
|
* Support for 48kHz sample rate (needs driver support).
|
|
* Automagic CPU usage reduction which is especially cool for notebooks.
|
|
* Working support for Game Genie codes.
|
|
|
|
Author: Christian Biere
|
|
WWW: http://www.squish.net/generator/cbiere/generator/
|