blob: 36c55d9568224ea5e0be473618ae9fdcdf7ce54f (
plain)
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
|
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.
Credits / License
-----------------
(C) 1999-2003 PCSX Team
(C) 2005-2009 PCSX-df Team
(C) 2009-2010 PCSX-Reloaded Team
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
|