X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=pandora%2Freadme.txt;h=9a87e2660a392f13dd6351381b12856a786947e9;hp=5b094504d94af3c71785a47c6bdf2656bcedb53e;hb=f932e54bc49d2b211a9100f8b6f5385e0eafe64c;hpb=6b8a7b882dffec0419c8d4ba9e4caab19b6f1ab8 diff --git a/pandora/readme.txt b/pandora/readme.txt index 5b094504..9a87e266 100644 --- a/pandora/readme.txt +++ b/pandora/readme.txt @@ -22,18 +22,41 @@ This version features a framebuffer driven menu that can be used to run games and configure the emulator. Supportd CD image formats: -- .cue/.bin -- .toc/.bin -- .img -- .mds +- .bin/.cue +- .bin/.toc +- .img/.ccd/.sub +- .mdf/.mds - .Z/.Z.table CDDA (CD audio) support requires .cue/.bin format. +Changelog +--------- + +r2: +* fixed memcard paths +* fixed a keybind copy-paste bug +* properly implemented pad handling + (inputs no longer controls both emulated pads at once) +* fixed a crash caused by framebuffer out of range access +* fixed SWL/SWR handling (usually resulted in graphic glitches) +* fixed BxxZAL (Medal of Honor) +* fixed alignment crash in color space conversion code (Lunar) +* fixed SWC2 occasional use of wrong address register (Parasite Eve) +* fixed firstfile() handling in HLE BIOS (broken memory cards in some games) ++ added per-game configs (controls still not saved though) ++ added simple plugin select interface to the menu + +r1: +* initial release + + Credits / License ----------------- +Emulator core: + (C) 1999-2003 PCSX Team (c) 1998 Vision Thing Linuzappz @@ -64,10 +87,21 @@ Credits / License Tristin Celestin (PulseAudio support) Wei Mingzhi (Maintainer, input plugin, iso/cheat support, misc stuff) -GPU and SPU code by Pete Bernert and the P.E.Op.S. team -ARM recompiler (C) 2009-2010 Ari64 +GLES plugin: + (C) 1999-2009 by Pete Bernert + EQ + Olli Hinkka + Proger + Pickle + +builtin GPU/SPU plugins: + Pete Bernert and the P.E.Op.S. team + +MIPS->ARM recompiler: + (C) 2009-2010 Ari64 -integration, optimization and frontend (C) 2010 notaz +integration, optimization and frontend: + (C) 2010-2011 notaz Source code is released under GNU GPL license, version 2 or later. See COPYING included in the archive (.pnd can be extracted using unsquashfs).