release r3
[pcsx_rearmed.git] / pandora / readme.txt
1
2 PCSX-ReARMed - yet another PCSX fork
3
4
5 About
6 -----
7
8 PCSX ReARMed is yet another PCSX fork based on the PCSX-Reloaded project,
9 which itself contains code from PCSX, PCSX-df and PCSX-Revolution. This
10 version is ARM architecture oriented and features MIPS->ARM recompiler by
11 Ari64. It was created for Pandora handheld, but should be usable on other
12 devices after some code adjustments.
13
14 It does not, however, have anything in common with similar psx4all and
15 pcsx4all projects, except that all of these are PCSX ports.
16
17
18 Usage
19 -----
20
21 This version features a framebuffer driven menu that can be used to run
22 games and configure the emulator.
23
24 Supportd CD image formats:
25 - .bin/.cue
26 - .bin/.toc
27 - .img/.ccd/.sub
28 - .mdf/.mds
29 - .Z/.Z.table
30
31 CDDA (CD audio) support requires .cue/.bin format.
32
33
34 Plugins
35 -------
36
37 GPU (graphics) and SPU (sound) plugins can be selected in
38 [BIOS/Plugins] menu:
39
40 builtin_gpu    - the P.E.Op.S. GPU plugin, most accurate but slow.
41 gpuPCSX4ALL.so - plugin from PCSX4ALL project. Faster but has some glitches.
42 gpuGLES.so     - experimental port of P.E.Op.S. MesaGL plugin to OpenGL ES.
43                  Occasionally faster but has lots of glitches and seems to
44                  be rather unstable (may crash the system).
45 builtin_spu    - P.E.Op.S. SPU plugin, most accurate but slow.
46 spunull.so     - NULL plugin, i.e. no sound emulation.
47
48
49 Changelog
50 ---------
51
52 r3 (2011-01-05):
53 + added Pickle's port of gpu-gles from psx4m project
54 + added PCSX4ALL gpu as a plugin
55 * improved gpu plugin support
56 + added savestate preview
57 * various frontend fixes
58
59 r2 (2010-12-29):
60 * fixed memcard paths
61 * fixed a keybind copy-paste bug
62 * properly implemented pad handling
63   (inputs no longer control both emulated pads at once)
64 * fixed a crash caused by framebuffer out of range access
65 * fixed SWL/SWR handling (usually resulted in graphic glitches)
66 * fixed BxxZAL (Medal of Honor)
67 * fixed alignment crash in color space conversion code (Lunar)
68 * fixed SWC2 occasional use of wrong address register (Parasite Eve)
69 * fixed firstfile() handling in HLE BIOS (broken memory cards in some games)
70 + added per-game configs (controls still not saved though)
71 + added simple plugin select interface to the menu
72
73 r1 (2010-12-25):
74 * initial release
75
76
77 Credits / License
78 -----------------
79
80 Emulator core:
81
82 (C) 1999-2003 PCSX Team
83         (c) 1998 Vision Thing
84         Linuzappz     <linuzappz@pcsx.net>
85         Shadow        <shadow@pcsx.net>
86         Pete Bernett  <psswitch@online.de>
87         NoComp        <NoComp@mailcity.com>
88         Nik3d
89         Akumax        <akumax@pcsx.net>
90
91 (C) 2005-2009 PCSX-df Team
92         (c) Ryan Schultz <schultz.ryan@gmail.com>
93         (c) Andrew Burton <adb@iinet.net.au>
94         (c) Stephen Chao <schao@myrealbox.com>
95         (c) Marcus Comstedt <marcus@mc.pp.se>
96         Stefan Sikora <hoshy@schrauberstube.de>
97
98 (C) 2009-2010 PCSX-Reloaded Team
99         edgbla (Root counters, various core/plugin fixes)
100         Firnis (GTE code from PCSX-Revolution Project)
101         Gabriele Gorla (MDEC decoder)
102         Peter Collingbourne (Various core/psxbios fixes)
103         Dario, NeToU, siveritas (Various bugfixes)
104         shalma (GTE Divider, various core fixes)
105         Wei Mingzhi (Maintainer, input plugin, iso/cheat support, misc stuff)
106
107 PCSX4ALL GPU plugin:
108         (C) 2010 PCSX4ALL Team
109         (C) 2010 Unai
110         Franxis <franxism@gmail.com>
111         Chui <sdl_gp32@yahoo.es>
112
113 GLES plugin (psx4m project):
114         (C) 1999-2009 by Pete Bernert
115         EQ
116         Olli Hinkka
117         Proger
118         Pickle
119
120 builtin GPU/SPU plugins:
121         Pete Bernert and the P.E.Op.S. team
122
123 MIPS->ARM recompiler:
124         (C) 2009-2010 Ari64
125
126 integration, optimization and frontend:
127         (C) 2010-2011 notaz
128
129 Source code is released under GNU GPL license, version 2 or later.
130 See COPYING included in the archive (.pnd can be extracted using unsquashfs).
131 The source code is available in a GIT repository at:
132
133 git://notaz.gp2x.de/~notaz/pcsx_rearmed.git
134