1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
PCSX-ReARMed - yet another PCSX fork
About
-----
PCSX ReARMed is yet another PCSX fork based on the PCSX-Reloaded project,
which itself contains code from PCSX, PCSX-df and PCSX-Revolution. This
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.
Usage
-----
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
- .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
-----------------
(C) 1999-2003 PCSX Team
(c) 1998 Vision Thing
Linuzappz <linuzappz@pcsx.net>
Shadow <shadow@pcsx.net>
Pete Bernett <psswitch@online.de>
NoComp <NoComp@mailcity.com>
Nik3d
Akumax <akumax@pcsx.net>
(C) 2005-2009 PCSX-df Team
(c) Ryan Schultz <schultz.ryan@gmail.com>
(c) Andrew Burton <adb@iinet.net.au>
(c) Stephen Chao <schao@myrealbox.com>
(c) Marcus Comstedt <marcus@mc.pp.se>
Stefan Sikora <hoshy@schrauberstube.de>
(C) 2009-2010 PCSX-Reloaded Team
avlex (Help on xcode project)
Dario (Various bugfixes)
edgbla (Root counters, various core/plugin fixes)
Firnis (GTE code from PCSX-Revolution Project)
Gabriele Gorla (MDEC decoder)
maggix (Snow Leopard compile fix)
NeToU (Bugfix)
Peter Collingbourne (Various core/psxbios fixes)
siveritas (Bugfix)
shalma (GTE Divider, various core fixes)
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
integration, optimization and frontend (C) 2010 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).
The source code is available in a GIT repository at:
git://notaz.gp2x.de/~notaz/pcsx_rearmed.git
|