X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Freadme.txt;h=f56ba57424866cefb00a69d384bcb6d9a35168d2;hb=7a1f6e45c9f6a11152f62303b0203475a9fd431a;hp=277a89bd2aacdd7c54a598bd18c8077b888605a3;hpb=7336a99a49268970e0df89d15210b98dd7798f1e;p=picodrive.git diff --git a/platform/readme.txt b/platform/readme.txt index 277a89b..f56ba57 100644 --- a/platform/readme.txt +++ b/platform/readme.txt @@ -1,14 +1,17 @@ +For help / comments / questions visit GP32X boards at: +http://www.gp32x.com/board/ + About ----- -This version of PicoDrive is another enhanced version of Dave's -Megadrive / Genesis emulator for Pocket PC, which now can also emulate -Sega/Mega CD. The original Dave's code was heavily modified (including -Cyclone core), parts of it were rewritten in asm, many features added, -accuracy increased. Sega/Mega CD emulation is mostly based on Gens code. -This version is aimed at ARM-based handheld devices, so ports exist for -GP2X handheld console, Symbian smartphones and other devices. +This is yet another Megadrive / Genesis / Sega CD / Mega CD emulator, which +was written having ARM-based handheld devices in mind (such as PDAs, +smartphones and handheld consoles like GP2X of course). The critical parts +(renderer, 68K and Z80 cpu interpreters) and some other random code is +written in ARM asm, other code is C. The base code originates from Dave's +(fdave, finalburn) PicoDrive 0.30 for Pocket PC. The Sega/Mega CD code is +roughly based on Stephane Dallongeville's Gens. How to make it run @@ -214,11 +217,14 @@ Changelog 1.2x + ISO files now can be zipped. Note that this causes VERY long loading times. + Added data pre-buffering support, this allows to reduce frequency of short pauses - in FMV games, but makes those pauses longer. + in FMV games (caused by SD access), but makes those pauses longer. * Fixed PCM DMA transfers (intro FMV in Popful Mail). + Properly implemented "decode" data transformation (Jaguar XJ220). * Integrated "better sync" code into cyclone code, what made this mode much faster. * Fixed a bug related to game specific config saving. + * Frameskipper was skipping sound processing, what caused some audio desyncs. Fixed. + * Fixed reset not working for some games. + + New assembly optimized memory handlers for CD (gives at least a few fps). 1.201 + Added basic cheat support (GameGenie and Genecyst patches).