Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > a9a69d3db4eaaa7d700df0394910ba85 > files > 29

mednafen-0.9.18-2.x86_64.rpm

<?php require("docgen.inc"); ?>

<?php BeginPage('md', 'Sega Genesis/MegaDrive'); ?>

<?php BeginSection('Introduction'); ?>
Mednafen's Sega Genesis/Megadrive emulation is based off of <a href="http://cgfm2.emuviews.com/">Genesis Plus</a> and
information and code from <a href="http://code.google.com/p/genplus-gx/">Genesis Plus GX</a>.  The GPL-incompatible
CPU and sound emulation cores in the aforementioned projects have been replaced with GPLed or GPL-compatible alternatives.
<p>
Sega Genesis/Megadrive emulation should still be considered experimental; there are still likely subtle bugs in the 68K
emulation code, the YM2612 emulation code is not particularly accurate especially regarding features like SSG-EG, and
the VDP code has timing-related issues.
</p>

<p>
Sega 32X and Sega CD are not currently supported, though there is a bit of stub Sega CD code present currently.
</p>

<?php EndSection(); ?>

<?php PrintSettings(); ?>

<?php EndPage(); ?>