X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=pandora%2Freadme.txt;h=520a639056762a3871637239a258639bf0e04a0b;hp=95042269620e12a6a0cbc99399f6d42cfcf755b6;hb=acb57d8d14a903b691ac06aced5829c31ef447ce;hpb=ee78346e30720ddb3f4c97b6598bdc6dc7257f98 diff --git a/pandora/readme.txt b/pandora/readme.txt index 95042269..520a6390 100644 --- a/pandora/readme.txt +++ b/pandora/readme.txt @@ -1,6 +1,8 @@ PCSX-ReARMed - yet another PCSX fork +http://notaz.gp2x.de/pcsx_rearmed.php + About ----- @@ -11,8 +13,7 @@ version is ARM architecture oriented and features MIPS->ARM recompiler by Ari64. It was created for Pandora handheld, but should be usable on other devices after some code adjustments. -It does not, however, have anything in common with similar psx4all and -pcsx4all projects, except that all of these are PCSX ports. +PCSX ReARMed features GPU plugin from PCSX4ALL project. Usage @@ -21,15 +22,27 @@ Usage This version features a framebuffer driven menu that can be used to run games and configure the emulator. -Supportd CD image formats: +Supported CD image formats: - .bin/.cue - .bin/.toc - .img/.ccd/.sub - .mdf/.mds - .Z/.Z.table +- .bz/.bz.table +- .ZNX/.ZNX.table (partial) +- EBOOT.PBP (PSP, partial) CDDA (CD audio) support requires .cue/.bin format. +The emulator can simulate BIOS, which means BIOS files are not required, +however implementation is not complete and some games still need real BIOS +to work. To use real BIOS, copy uncompressed BIOS files to +[sd card]/pandora/appdata/pcsx_rearmed/bios/ +then select the BIOS you want to use in Options->BIOS/Plugins menu. + +Analog controllers are supported using nubs, but this is disabled by +default and needs to be enabled in 'Controls' menu. + Plugins ------- @@ -49,6 +62,46 @@ spunull.so - NULL plugin, i.e. no sound emulation. Changelog --------- +r6 (2011-02-10) ++ added analog controller support using nubs (disabled by default) ++ added control config saving ++ added support for ingame actions (eg. savestate load) ++ added 'auto' region option and made it default ++ added cd swap functionality ++ added maemo frontend from Bonapart + (with some tuning, source code only) +* reworked key configuration to be less confusing +* fixed 'SPU IRQ wait' option sometimes causing noise + and turned it on by default +* fixed mono xa masking (was causing noise) +* fixed word access macros in dfxvideo (darkness problem) +* changed GPU DMA timing back to 1.92 levels +* backported more fixes from PCSX-Reloaded project + (mostly shalma's work, see GIT) +* fixed a few more recompiler issues ++ fixed frameskip in builtin plugin + +r5 (2011-01-31) ++ added support for .bz format, also partial support for + .znx and eboot.pbp formats ++ merged latest cdrom code from PCSX-Reloaded project +* fixed remaining savestate incompatibilities between PCSX4ALL + and P.E.Op.S. GPU plugins +* fixed channel disable preventing irqs in P.E.Op.S. SPU plugin +* fixed some alignment issues ++ added handling for branches in delay slots ++ fixed some unexpected drops to menu +* fixed lots of recompiler related issues (see GIT) ++ added watchdog thread to detect emulator lockups +* minor frontend adjustments + +r4 (2011-01-15) ++ added real BIOS support (and various things for it to work) +* fixed various recompiler issues ++ added interpreter option (useful to overcome dynarec bugs) +* fixed some memory card related issues with HLE bios +* rewrote frame limiter (old was sometimes sleeping needlessly) + r3 (2011-01-05): + added Pickle's port of gpu-gles from psx4m project + added PCSX4ALL gpu as a plugin