X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Freadme.txt;h=018d4db135d5fd1fe641fa0c52c09f1a373598f6;hb=471484e4c225ba017004b90a632918e40793d41e;hp=4f4df8a6baba46ebc03b43fd682b8506e1fa6838;hpb=a12e01162349cd970e9b6fe5674497760631279b;p=picodrive.git diff --git a/platform/readme.txt b/platform/readme.txt index 4f4df8a..018d4db 100644 --- a/platform/readme.txt +++ b/platform/readme.txt @@ -17,7 +17,7 @@ roughly based on Stephane Dallongeville's Gens. How to make it run ------------------ -Copy PicoDrive.gpe, code940.bin and mmuhack.o to any place in your filesystem +Copy PicoDrive.gpe, pico940.bin and mmuhack.o to any place in your filesystem (all 3 files must be in the same directory) and run PicoDrive.gpe. Then load a ROM and enjoy! ROMs can be in .smd or .bin format and can be zipped. @@ -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,16 +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 behaviour to the one from gpfce (should be more + * 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 - ketch. Delete skin directory if you want old behaviour. + ketchupgun. Delete skin directory if you want old behaviour. + * Some other little tweaks I forgot about. 1.32 + Added some new scaling options.