aboutsummaryrefslogtreecommitdiff
path: root/pandora/readme.txt
diff options
context:
space:
mode:
authornotaz2011-01-15 23:13:07 +0200
committernotaz2011-01-16 01:52:14 +0200
commitc9dbba7f370a80e4e30aa9f95b61148a7be19eb9 (patch)
treedf76e5fdc18811e995cae255ad2f9ca4feeeae81 /pandora/readme.txt
parentbce6b05695beb988b607eb1dd82c27c1ed841faa (diff)
downloadpcsx_rearmed-c9dbba7f370a80e4e30aa9f95b61148a7be19eb9.tar.gz
pcsx_rearmed-c9dbba7f370a80e4e30aa9f95b61148a7be19eb9.tar.bz2
pcsx_rearmed-c9dbba7f370a80e4e30aa9f95b61148a7be19eb9.zip
release r4
Diffstat (limited to 'pandora/readme.txt')
-rw-r--r--pandora/readme.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/pandora/readme.txt b/pandora/readme.txt
index 573a246..46a78f4 100644
--- a/pandora/readme.txt
+++ b/pandora/readme.txt
@@ -1,6 +1,8 @@
PCSX-ReARMed - yet another PCSX fork
+http://notaz.gp2x.de/pcsx_rearmed.php
+
About
-----
@@ -11,7 +13,7 @@ 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.
-PCSX ReARMed features GPU and SPU plugins from PCSX4ALL project.
+PCSX ReARMed features GPU plugin from PCSX4ALL project.
Usage
@@ -29,6 +31,12 @@ Supportd CD image formats:
CDDA (CD audio) support requires .cue/.bin format.
+The emulator can simulate BIOS, which means BIOS files are not required,
+however implementation is not complete and some games still need real BIOS
+to work. To use real BIOS, copy uncompressed BIOS files to
+[sd card]/pandora/appdata/pcsx_rearmed/bios/
+then select the BIOS you want to use in Options->BIOS/Plugins menu.
+
Plugins
-------
@@ -48,6 +56,13 @@ spunull.so - NULL plugin, i.e. no sound emulation.
Changelog
---------
+r4 (2011-01-15)
++ added real BIOS support (and various things for it to work)
+* fixed various recompiler issues
++ added interpreter option (useful to overcome dynarec bugs)
+* fixed some memory card related issues with HLE bios
+* rewrote frame limiter (old was sometimes sleeping needlessly)
+
r3 (2011-01-05):
+ added Pickle's port of gpu-gles from psx4m project
+ added PCSX4ALL gpu as a plugin