X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Freadme.txt;h=707331d6c409300063ea67c7ff275199c9427245;hb=5f20bb80364b4a30149bbb6a7e73af3209532e56;hp=ee8ca859b2bce79e50a05da79e24a71096edcbd8;hpb=4e8a534cecffcc60e96c9fefdb821cc1a09a1eba;p=picodrive.git diff --git a/platform/readme.txt b/platform/readme.txt index ee8ca85..707331d 100644 --- a/platform/readme.txt +++ b/platform/readme.txt @@ -209,8 +209,11 @@ GP2X: * Dzz for his ARM940 sample code. * GnoStiC & Puck2099 for USB joystick support. * Hermes PS2R, god_at_hell for the CpuCtrl library. +* A_SN for his gamma code. * craigix for supplying the GP2X hardware and making this port possible. * Alex for the icon. +* ketchupgun for the skin. +* All the people from gp32x boards for their support. Symbian: * Peter van Sebille for his various open-source Symbian projects to learn from. @@ -224,6 +227,17 @@ Symbian: Changelog --------- +1.34 + + Some new optimizations in memory handlers, and for shadow/hilight mode. + + Added some hacks to make more games work without enabling "accurate timing". + * Adjusted timing for "accurate timing" mode and added preliminary VDP FIFO + emulation. Fixes Double Dragon 2, tearing in Chaos Engine and some other games. + * Fixed a few games not having sound at startup. + * Updated serial EEPROM code to support more games. Thanks to EkeEke for + providing info about additional EEPROM types and game mappers. + * The above change fixed hang of NBA Jam. + * Minor adjustments to control configurator. + 1.33 * Updated Cyclone core to 0.0088. + Added A r k's usbjoy fix. @@ -235,11 +249,17 @@ Changelog * Fixed a problem where >6MB mp3s were corrupted in memory (sound glitches in Snatcher). * PD no longer overwrites video player code in memory, video player now can be - used after exitting PicoDrive. + used after exiting PicoDrive. * Fixed a bug which was causing Sonic 3 code to deadlock in some rare conditions if "accurate timing" was not enabled. * Fixed support for large hacked ROMs like "Ultimate Mortal Kombat Trilogy". Upto 10MB hacked ROMs are supported now. + + Config profiles added (press left/right when saving config). + * Changed key configuration behavior to the one from gpfce (should be more + intuitive). + + Added some skinning capabilities to the menu system with default skin by + ketchupgun. Delete skin directory if you want old behaviour. + * Some other little tweaks I forgot about. 1.32 + Added some new scaling options.