release r2, update credits
[fceu.git] / drivers / pandora / readme.txt
CommitLineData
158d88ba 1=================================================================================\r
2 GPFCE - NES emulator for Pandora\r
3=================================================================================\r
4\r
5\r
6This is Pandora port of optimized GP2X port of FCE Ultra NES emulator.\r
7Homepages:\r
8http://notaz.gp2x.de/gpfce.php\r
9http://fceultra.sourceforge.net\r
10\r
11\r
12------------------------------------------------------------------\r
13 Usage\r
14------------------------------------------------------------------\r
15\r
16The emulator does not require any setup to play regular ROM images,\r
17except for FDS support, for which disksys.rom is needed (see below).\r
18ROM images gan be selected using built-in file browser, .zip files\r
19are supported.\r
20\r
21On pandora, saves and other files go to appdata directory, which is\r
22usually in <SD card>/pandora/appdata/gpfce/ .\r
23From here on this file will refer to it as <root>.\r
24\r
25\r
26------------------------------------------------------------------\r
27 Famicom Disk System\r
28------------------------------------------------------------------\r
29\r
30You will need the FDS BIOS ROM image in <root>/fceultra directory.\r
31It's size should be 8192 bytes and it must be named "disksys.rom".\r
32gpfce will not load FDS games without this file.\r
33\r
34You will also probably need to configure keys for swapping the virtual FDS disks,\r
35they are configurable in Controls menu.\r
36\r
37Two types of FDS disk images are supported: disk images with the FWNES-style header,\r
38and disk images with no header. The number of sides on headerless disk images is\r
39calculated by the total file size, so don't put extraneous data at the end of the file.\r
40\r
41\r
42------------------------------------------------------------------\r
43 VS Unisystem\r
44------------------------------------------------------------------\r
45\r
46gpfce currently only supports VS Unisystem ROM images in the iNES format. See\r
47FCE Ultra manual for the list of supported games.\r
48\r
49You will need to configure a key to insert coins, see Controls option in the menu.\r
50\r
51\r
52------------------------------------------------------------------\r
53 Cheats\r
54------------------------------------------------------------------\r
55\r
56For cheating you can ether use the authentic game genie support, or the .cht files.\r
57\r
58To use authentic game genie, place appropriate gg.rom into\r
59<root>/fceultra.\r
60Use the FCE Ultra option menu or -gg on commandline to activate the game genie rom.\r
61The ROM image may either be the 24592 byte iNES-format image, or the 4352\r
62byte raw ROM image.\r
63\r
64The .cht files fould be placed into <root>/fceultra/cheats/ directory.\r
65They should have the same base filename as the game you wish to associate with\r
66with the extension "cht". Examples:\r
67\r
68 File name: Cheat file name:\r
69 BigBad.nes BigBad.cht\r
70 BigBad.zip BigBad.cht\r
71 BigBad.Better.nes BigBad.Better.cht\r
72\r
73If you have done everything correctly, Cheat option will appear in the main menu\r
74after you load the ROM. You can activate/deactivate cheats by pressing B.\r
75For description of .cht file format, see http://fceultra.sourceforge.net/cheat.php\r
76\r
77\r
78------------------------------------------------------------------\r
79 IPS patch support\r
80------------------------------------------------------------------\r
81\r
82Place the IPS files in the same directory as the ROM to load, and name them\r
83filename.ips or filename.something.ips. Examples:\r
84\r
85\r
86 File name: IPS file names:\r
87 BigBad.nes BigBad.nes.ips BigBad.nes.somehack.ips\r
88 BigBad.zip BigBad.zip.ips BigBad.zip.badhack.ips\r
89 BigBad.Better.nes BigBad.Better.nes.ips BigBad.Better.nes.evenbetterhack.ips\r
90\r
91Patching is supported for all supported formats (iNES, FDS, UNIF, and NSF), but\r
92it will probably only be useful for the iNES and FDS formats. UNIF files can't be\r
93patched well with the IPS format because they are chunk-based with no fixed offsets.\r
94\r
95\r
96------------------------------------------------------------------\r
97 FCM movies\r
98------------------------------------------------------------------\r
99\r
100Version 0.4 has partial FCM movie support. Most of the movies desync due to\r
101different timing, but some of them can be played. Note that 'accurate renderer'\r
102option solves some desync problems. There is only playback support.\r
103Files should be placed in the ROMs directory along with the ROMs themselves.\r
104Naming is the same as for IPS patches (see previous section), buf use .fcm\r
105extension instead of .ips.\r
106\r
107\r
108--------------------------------------------------------------------\r
109 Version History\r
110--------------------------------------------------------------------\r
111\r
112\r
527b98f6 113r2\r
114 - Fixed memory corruption during savestate save\r
115 - Merged latest mapper (and some other) code from FCEUX/FCEU-mm\r
116 - Some minor tweaks/bugfixes\r
117\r
158d88ba 118r1 (for pandora)\r
119 - Ported to pandora, unified the code.\r
120 - Added M-HT's filters and some pandora specific options/tweaks.\r
121\r
122ver 0.4 (by notaz)\r
123 ret 313\r
124 - Improved open bus emulation, fixes missing ground in some SMB3 levels.\r
125 - Improved auto frameskip behavior in cases when emu is not fast\r
126 enough to maintain 50/60 fps.\r
127 - Fixed a bug which prevented some key combo configurations from working.\r
128 - Some other minor changes.\r
129 rev 171\r
130 - Added optional "Accurate renderer", which is the original FCE Ultra\r
131 0.98.x renderer + PPU emulation code. It's much slower, but it can\r
132 handle games which need more precise PPU timing emulation (like\r
133 Marble Madness).\r
134 - Fixed saving and loading of game specific configs.\r
135 - Some other minor changes.\r
136 rev 163\r
137 - Added A r k's fast-direction-change fix for usbjoy lib.\r
138 - Fixed an issue of usbjoys stopping to work when "Perfect vsync"\r
139 is enabled.\r
140 rev 162\r
141 - Fixed savestate subsections (were causing some mapper data not\r
142 to be saved).\r
143 - Fixed an issue of MapIRQHook getting lost after loading a savestate\r
144 (glitched Akumajou Densetsu and other games after savestate load).\r
145 - A bug, which prevented configuring multiple USB pads fixed.\r
146 - Fixed sound breaking bug after switching it on/off multiple times.\r
147 - Added "Perfect VSYNC" option, which changes GP2X refresh rate and\r
148 syncs emu timing to LCD vsync.\r
149 - Fixed IPS patch support.\r
150 rev 153\r
151 - Lots of work on the asm core. Timing fixed for some instructions.\r
152 Some missing undocumented instruction handlers added. Lots of\r
153 tweaking to make it compatible with all that mapper code.\r
154 - Completely new PicoDrive style menu added with most standard\r
155 FCE Ultra and some additional options. Selector removed, ROM list\r
156 is now built-in and only limited by available memory.\r
157 - Merged in most of code from 0.98.1x versions. Only ppu/rendering\r
158 and sound emulation code left from 0.81 (which is less accurate\r
159 but much faster).\r
160 - Default palette changed to one from later versions.\r
161 - Fixed some alignment problems in MMC5 and some other mappers.\r
162 - Some generic optimizations and code cleanup/refactoring.\r
163 - The built-in NSF player fixed.\r
164 - Authentic GameGenie support fixed.\r
165 - FDS support fixed.\r
166 - VS Unisystem support fixed.\r
167 - Ingame saves fixed (not sure when they got broken).\r
168 - Increased maximum sound volume.\r
169 - Added Zapper emulation just for fun.\r
170 - Added partial FCM movie support.\r
171 - Fixed some memory leaks.\r
172 - Fixed a bug which caused USB connection from GP2X menu\r
173 to hang after using gpfce.\r
174 - Software scaler added.\r
175 - USB gamepad support added.\r
176 - TV out fixed.\r
177 - Documentation updated.\r
178\r
179\r
180ver 0.3 (by notaz)\r
181\r
182 - Major improvement: added ARM asm CPU core from LJGP32,\r
183 which itself was adapted from FCA by Yoyofr.\r
184 The core required substantial changes to make it work in\r
185 FCE ultra.\r
186 - The emulator renders directly to frame buffer now (previously\r
187 it was drawing to offscreen buffer, which was then copied to\r
188 framebuffer).\r
189 - Squidge's MMU hack added.\r
190 - Added sync() calls after savestate writes.\r
191 - Some additional tweaking here and there to get a few more FPS.\r
192 - Volume middle now can be used as shift to emulator functions\r
193 instead stick click (saving, stretching, etc.).\r
194 - Added frameskip selection with shift+A and shift+Y (shift is\r
195 stick click or volume middle).\r
196 - Probably some more changes I forgot about.\r
197\r
198\r
199\r
200ver 0.2 5/29/2006 MD5SUM: dd75fa3f090f9298f9f4afff01ab96f2 *gpfce\r
201\r
202 - Sound output issue with stereo fixed, now using\r
203 22050 khz 16-bit mono. I've tried interpolating to \r
204 44khz mono, but the results seemed similar.\r
205 - selector supports up to 2048 files, sorted, with\r
206 alpha scrolling via left/right in addition to \r
207 page up/down via L/R.\r
208 - additional startup scripts to select button and fps \r
209 configurations\r
210 - can load FDS files, but does not seem to work yet\r
211 - configurable buttons (use swapbuttons version )\r
212 - configurable fps (use showfps version)\r
213 - Configurable turbo fire control\r
214 - Selectable save slots from 0-9\r
215 - Volume bar\r
216 - compiled with GCC 4.1.0 -O3 with profiling\r
217\r
218\r
219ver 0.1 5/23/2006 MD5SUM: 13681f25713ad04c535c23f8c61f1e0b *gpfce\r
220\r
221 - Initial version\r
222 - Around 60 fps with sound\r
223 - Load/Save State\r
224 - Hardware Stretch\r
225 - Soft reset support\r
226 - No GUI, using selector with config\r
227 - Hard coded 22050 audio, 16-bit, stereo\r
228 - compiled with GCC 4.1.0 -O3 with profiling\r
229 - Hard coded config path. This is to prevent users\r
230 from filling up the gp2x space by accident\r
231\r
232\r
233 \r
234------------------------------------------------------------------\r
235 Credits/thanks\r
236------------------------------------------------------------------\r
237\r
238- Original base code of FCE Ultra by Xodnizel, Bero.\r
527b98f6 239- Various improvements by FCEUX/FCEU-mm authors (see Authors.md)\r
158d88ba 240- Porting/optimization/integration/frontend for 0.3 and 0.4 by notaz.\r
241- Versions 0.1 and 0.2 by zzhu8192 (http://www.unicorn-jockey.com).\r
242- asm CPU core from FCA and Little John GP32.\r
158d88ba 243\r
244additional thanks:\r
527b98f6 245- All FCE Ultra/FCEUX contributors listed in Authors.md\r
158d88ba 246\r
247...and everyone whose name my mind has misplaced.\r
248\r