blob: 4c6140dbe467f7e1788c417887dd160e4e8dd15c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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.
WWW: http://www.squish.net/generator/cbiere/generator/
|