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