pnd release 3.
[ginge.git] / readme.txt
index ab318bd..3eb1913 100644 (file)
@@ -1,6 +1,6 @@
 \r
 GINGE - Ginge Is Not GP2X Emulator\r
-release 2\r
+release 3\r
 \r
 (C) notaz, 2010\r
 http://notaz.gp2x.de/\r
@@ -9,13 +9,14 @@ http://notaz.gp2x.de/
 About\r
 -----\r
 \r
-Ginge is an application that can run many GP2X F100/F200 games on other ARM\r
-Linux platforms, which currently includes Wiz. It is not a full hardware\r
-emulator like MAME, PicoDrive or similar, it does not emulate the CPU. It can\r
-be considered as compatibility layer similar to Wine on PC Linux, however it\r
-does emulate small portion of MMSP2 system-on-chip. It operates by hooking\r
-certain system calls and using realtime patching of code that accesses memory\r
-mapped hardware directly.\r
+Ginge is an application that can run many GP2X F100/F200, Wiz games and\r
+programs on other ARM Linux platforms, which currently includes Pandora\r
+and Wiz itself. It is not a full hardware emulator like MAME, PicoDrive or\r
+similar, it does not emulate the CPU. It can be considered as compatibility\r
+layer similar to Wine on PC Linux, however it does emulate small portion of\r
+MMSP2 and Pollux system-on-chips. It operates by hooking certain system calls\r
+and using realtime patching of code that accesses memory mapped hardware\r
+directly.\r
 \r
 \r
 Usage\r
@@ -26,6 +27,14 @@ can then be used to start GP2X software, which will either run if it's
 compatible, or just return back to the menu if it is not. In some cases it\r
 might hang though.\r
 \r
+Keys are mapped to corresponding keys on both pandora and Wiz, except:\r
+\r
+Key              Pandora   Wiz\r
+Stick Push       1         unmapped\r
+Volume up/down   '.', ','  Volume up/down\r
+\r
+On pandora pressing 'q' will exit the menu or try to kill current application.\r
+\r
 \r
 Structure\r
 ---------\r
@@ -46,6 +55,12 @@ it does is running ginge_prep on GP2X .gpe program, ginge_prep handles the rest.
 Changelog\r
 ---------\r
 \r
+r3\r
+* improved exec handling, mostly for gpecomp.\r
++ added preliminary Wiz support, pcsx4all works.\r
+* Wiz: since some stuff is written to /tmp, mount tmpfs there when starting\r
+  to avoid wearing down flash.\r
+\r
 r2\r
 * improved exit handling\r
 * Wiz: should now return to Wiz menu after gp2xmenu exit\r