1.40a fixes
[picodrive.git] / platform / gp2x / PicoDrive.man.txt
1 [About]\r
2 This is yet another Megadrive / Genesis / Sega CD / Mega CD emulator, which was written having ARM-based handheld devices in mind (such as PDAs, smartphones and handheld consoles like GP2X of course). The critical parts (renderer, 68K and Z80 cpu interpreters) and some other random code is written in ARM asm, other code is C. The base code originates from Dave's (fdave, finalburn) PicoDrive 0.30 for Pocket PC. The Sega/Mega CD code is roughly based on Stephane Dallongeville's Gens.\r
3 \r
4 PicoDrive is the first emulator ever to properly emulate Virtua Racing and it's SVP chip.\r
5 \r
6 \r
7 For help / comments / questions visit GP32X boards at:\r
8 http://www.gp32x.com/board/\r
9 \r
10 \r
11 [How to make it run]\r
12 Copy PicoDrive.gpe, code940.bin and mmuhack.o to any place in your filesystem (all 3 files must be in the same directory) and run PicoDrive.gpe. Then load a ROM and enjoy! ROMs can be in .smd or .bin format and can be zipped.\r
13 \r
14 If you have any problems (game does not boot, sound is glitchy, broken graphics), make sure you enable "Accurate timing", "Emulate Z80" and use "16bit accurate renderer". This way you will get the best compatibility this emulator can provide.\r
15 \r
16 \r
17 [How to run Sega/Mega CD games]\r
18 To play any game, you need BIOS files. These files must be copied to the same directory as PicoDrive.gpe. Files can be named as follows:\r
19 US: us_scd1_9210.bin us_scd2_9306.bin SegaCDBIOS9303.bin\r
20 EU: eu_mcd1_9210.bin eu_mcd2_9303.bin eu_mcd2_9306.bin\r
21 JP: jp_mcd1_9112.bin jp_mcd1_9111.bin\r
22 these files can also be zipped.\r
23 \r
24 The game must be dumped to ISO format, but BIN can be used too. If you want CD music, you must use ISO+mp3 files. Audio from BIN files won't be read at all due to SD access issues. Also BIN files are usually larger, so it's better to use ISO. ISO+mp3 files can be named similarly as for other emus.\r
25 Here are some examples:\r
26 \r
27 SonicCD.iso\r
28 SonicCD_02.mp3\r
29 SonicCD_03.mp3\r
30 ...\r
31 \r
32 Sonic the Hedgehog CD (US) - Track 01.iso\r
33 Sonic the Hedgehog CD (US) - Track 02.mp3\r
34 Sonic the Hedgehog CD (US) - Track 03.mp3\r
35 ...\r
36 \r
37 ISO files can also be zipped (but not mp3 files, as they are already compressed). Note that this can cause very long loading times, which may take up to several minutes. File naming is similar as with uncompressed ISOs.\r
38 Example:\r
39 \r
40 SonicCD.zip\r
41 SonicCD_02.mp3\r
42 SonicCD_03.mp3\r
43 ...\r
44 \r
45 Notes:\r
46 If the game hangs after Sega logo, you may need to enable "better sync" and/or "Scale/Rot. fx" options, found in "Sega/Mega CD options" submenu, and then reset the game.\r
47 If FMV game performance is poor, try adjusting "ReadAhead buffer" to something like 2048K.\r
48 \r
49 \r
50 [Configuration]\r
51 1. "Renderer"\r
52 8bit fast:\r
53 This enables alternative heavily optimized tile-based renderer, which renders pixels not line-by-line (this is what accurate renderers do), but in 8x8 tiles, which is much faster. But because of the way it works it can't render any mid-frame image changes (raster effects), so it is useful only with some games.\r
54 \r
55 Other two are accurate line-based renderers. The 8bit is faster but does not run well with some games like Street Racer.\r
56 \r
57 2. "Scaling"\r
58 "hw" means GP2X hardware scaler, which causes no performance loss, but scaled image looks a bit blocky. "sw" means software scaling, which uses pixel averaging and may look a bit nicer, but blurry. Horizontal scaling is only for games which use so called "32 column mode" (256x224 or 256x240), and scales image width to 320 pixels. Vertical scales height to 240 for games which use height 224 (most of them).\r
59 \r
60 3. "Accurate timing"\r
61 This adds some more emulation precision, but slows the emulation down. Without this option some games do not boot (Red Zone for example), others have sound problems. This options has no effect for Sega/Mega CD emulation.\r
62 \r
63 4. "Accurate sprites"\r
64 This option improves emulation of sprite priorities, it also enables emulation of sprite collision bit. If you see one sprite being drawn incorrectly above the other (often seen in Sonic 3D Blast), you can enable this to fix the problem. This only works with the accurate renderers (see first option).\r
65 \r
66 5. "Show FPS"\r
67 Self-explanatory. Format is XX/YY, where XX is the number of rendered frames and YY is the number of emulated frames per second.\r
68 \r
69 6. "Frameskip"\r
70 How many frames to skip rendering before displaying another. "Auto" is recommended.\r
71 \r
72 7. "Enable sound"\r
73 Does what it says. You must enable at least YM2612 or SN76496 (in advanced options, see below) for this to make sense.\r
74 \r
75 8. "Sound Quality"\r
76 Sound rate and stereo mode. If you want 44100Hz sound, it is recommended to enable the second core (next option).\r
77 \r
78 9. "Use ARM940 core for sound"\r
79 This option causes PicoDrive to use ARM940T core (GP2X's second CPU) for sound (i.e. to generate YM2612 samples) to improve performance noticeably.\r
80 \r
81 10. "6 button pad"\r
82 If you enable this, games will think that 6 button gamepad is connected. If you go and reconfigure your keys, you will be able to bind X,Y,Z and mode actions.\r
83 \r
84 11. "Region"\r
85 This option lets you force the game to think it is running on machine from the specified region, or just to set autodetection order. Also affects Sega/Mega CD.\r
86 \r
87 12. "Use SRAM/BRAM savestates"\r
88 This will automatically read/write SRAM (or BRAM for Sega/Mega CD) savestates for games which are using them. SRAM is saved whenever you pause your game or exit the emulator.\r
89 \r
90 13. "Confirm savestate"\r
91 Allows to enable confirmation on savestate saving (to prevent savestate overwrites), on loading (to prevent destroying current game progress), and on both or none.\r
92 \r
93 14. "Save slot"\r
94 This is a slot number to use for savestates. This can also be configured to be changed with a button (see "key configuration").\r
95 \r
96 15. "GP2X CPU clocks"\r
97 Here you can change clocks of both GP2X's CPUs. Larger values increase performance. There is no separate option for the second CPU because both CPUs use the same clock source. Setting this option to 200 will cause PicoDrive NOT to change GP2X's clocks at all (this is if you use external program to set clock).\r
98 \r
99 16. "[Sega/Mega CD options]"\r
100 Enters Sega/Mega CD options menu (see below).\r
101 \r
102 17. "[advanced options]"\r
103 Enters advanced options menu (see below).\r
104 \r
105 18. "Save cfg as default"\r
106 If you save your config here it will be loaded on next ROM load, but only if there is no game specific config saved (which will be loaded in that case).\r
107 \r
108 19. "Save cfg for current game only"\r
109 Whenever you load current ROM again these settings will be loaded (squidgehack and RAM settings will not take effect until emulator is restarted).\r
110 \r
111 \r
112 Advanced configuration\r
113 ----------------------\r
114 \r
115 Enter [advanced options] in config menu to see these options.\r
116 \r
117 1. "Gamma correction"\r
118 Alters image gamma through GP2X hardware. Larger values make image to look brighter, lower - darker (default is 1.0).\r
119 \r
120 2. "A_SN's gamma curve"\r
121 If this is enabled, different gamma adjustment method will be used (suggested by A_SN from gp32x boards). Basically it makes difference for dark and bright colors.\r
122 \r
123 3. "Perfect vsync"\r
124 This one adjusts the LCD refresh rate to better match game's refresh rate and starts synchronizing rendering with it. Should make scrolling smoother and eliminate tearing.\r
125 \r
126 4. "Emulate Z80"\r
127 Enables emulation of Z80 chip, which was mostly used to drive the other sound chips. Some games do complex sync with it, so you must enable it even if you don't use sound to be able to play them.\r
128 \r
129 5. "Emulate YM2612 (FM)"\r
130 This enables emulation of six-channel FM sound synthesizer chip, which was used to produce sound effects and music.\r
131 \r
132 6. "Emulate SN76496 (PSG)"\r
133 This enables emulation of additional sound chip for additional effects.\r
134 \r
135 Note: if you change sound settings AFTER loading a ROM, you may need to reset game to get sound. This is because most games initialize sound chips on startup, and this data is lost when sound chips are being enabled/disabled.\r
136 \r
137 7. "gzip savestates"\r
138 This will always apply gzip compression on your savestates, allowing you to save some space and load/save time.\r
139 \r
140 8. "Don't save last used ROM"\r
141 This will disable writing last used ROM to config on exit (what might cause SD card corruption according to DaveC).\r
142 \r
143 9. "craigix's RAM timings"\r
144 This overclocks the GP2X RAM chips, but may cause instability. Recommended if you use the second core for sound. Needs emulator restart to take effect.\r
145 See this thread:\r
146 http://www.gp32x.com/board/index.php?showtopic=32319\r
147 \r
148 10. "squidgehack"\r
149 Well known way to improve the GP2X performance. You must restart the emulator for the change of this option to take effect.\r
150 \r
151 \r
152 Sega/Mega CD options \r
153 --------------------\r
154 \r
155 1,2,3. "USA/EUR/JAP BIOS"\r
156 These options just show if your BIOS files were correctly detected by the emulator (it shows the filename it is using). If so, you can press Start to test your BIOS.\r
157 \r
158 4. "CD LEDs"\r
159 The Sega/Mega CD unit had two blinking LEDs (red and green) on it. This option will display them on top-left corner of the screen.\r
160 \r
161 5. "CDDA audio (using mp3s)"\r
162 This option enables CD audio playback.\r
163 \r
164 6. "PCM audio"\r
165 This enables 8 channel PCM sound source. It is required for some games to run, because they monitor state of this audio chip.\r
166 \r
167 7. "ReadAhead buffer"\r
168 This option can prefetch more data from the CD image then requested by game (to avoid accessing card later), what can improve performance in some cases.\r
169 "OFF" is the recommended setting.\r
170 \r
171 8. "Save RAM cart"\r
172 Here you can enable 64K RAM cart. Format it in BIOS if you do.\r
173 \r
174 9. "Scale/Rot. fx"\r
175 The Sega/Mega CD had scaling/rotation chip, which allows effects similar to "Mode 7" effects in SNES. Unfortunately emulating it is slow, and very few games used it, so it's better to disable this option, unless game really needs it.\r
176 \r
177 10. "Better sync"\r
178 This option is similar to "Perfect synchro" in Gens. Some games require it to run, for example most (all?) Wolfteam games, and some other ones. Don't use it for games which don't need it, it will just slow them down.\r
179 \r
180 \r
181 Key configuration\r
182 -----------------\r
183 \r
184 Select "Configure controls" from the main menu. Then select "Player 1" and you will see two columns. The left column lists names of Genesis/MD controller buttons, and the right GP2X ones, which are assigned to them. If you bind 2 different GP2X buttons to the same action, you will get a combo (which means that you will have to press both buttons for that action to happen.\r
185 \r
186 \r
187 [Other important stuff]\r
188 When you use both GP2X CPUs, keep in mind that you can't overclock as high as when using ARM920 only. For example my GP2X when run singlecore can reach 280MHz, but with both cores it's about 250MHz. When overclocked too much, it may start hanging and producing random noise, or causing ARM940 crashes ("940 crashed" message displayed).\r
189 \r
190 PicoDrive is not a mp3 player, so all mp3s MUST be encoded at 44.1kHz stereo. Badly encoded mp3s can cause various kind of problems, like noises, incorrect playback speeds, not repeating music or even prevent game from starting. Use lower bitrate for better performance (96 or 128kbps CBRs recommended). Due to internal implementation mp3s must not be larger that ~15MB (15548416 bytes). Larger mp3s will not be fully loaded.\r
191 \r
192 RAM timings option is good for dualcore operation (it is disabled by default because it doesn't work on every GP2X, so enable it in advanced options).\r
193 \r
194 \r
195 [Cheat support]\r
196 To use GG/patch codes, you must type them into your favorite text editor, one per line. Comments may follow code after a whitespace. Only GameGenie and Genecyst patch formats are supported.\r
197 Examples:\r
198 \r
199 Genecyst patch (this example is for Sonic):\r
200 \r
201 00334A:0005 Start with five lives\r
202 012D24:0001 Keep invincibility until end of stage\r
203 009C76:5478 each ring worth 2\r
204 009C76:5678 each ring worth 3\r
205 ...\r
206 \r
207 Game Genie patch (for Sonic 2):\r
208 \r
209 ACLA-ATD4 Hidden palace instead of death egg in level select\r
210 ...\r
211 \r
212 Both GG and patch codes can be mixed in one file.\r
213 \r
214 When the file is ready, name it just like your ROM file, but with additional .pat extension, making sure that case matches.\r
215 \r
216 Examples:\r
217 \r
218 ROM: Sonic.zip\r
219 PATCH FILE: Sonic.zip.pat\r
220 \r
221 ROM: Sonic 2.bin\r
222 PATCH FILE: Sonic 2.bin.pat\r
223 \r
224 Put the file into your ROMs directory. Then load the .pat file as you would a ROM. Then Cheat Menu Option should appear in main menu.\r
225 \r
226 \r
227 [What is emulated?]\r
228 Genesis/MegaDrive:\r
229 main 68k @ 7.6MHz: yes, Cyclone core\r
230 z80 @ 3.6MHz: yes, DrZ80 core\r
231 VDP: yes, except some quirks not used by games\r
232 YM2612 FM: yes, optimized MAME core\r
233 SN76489 PSG: yes, MAME core\r
234 SVP chip: yes! This is first emu to ever do this.\r
235 Some in-cart mappers are supported too.\r
236 \r
237 Sega/Mega CD:\r
238 another 68k @ 12.5MHz: yes, Cyclone too\r
239 gfx scaling/rotation chip (custom ASIC): yes\r
240 PCM sound source: yes\r
241 CD-ROM controller: yes (mostly)\r
242 bram (internal backup RAM): yes\r
243 RAM cartridge: yes\r
244 \r
245 \r
246 [Problems / limitations]\r
247 * 32x is not emulated.\r
248 * Various VDP quirks (window bug, scroll size 2, etc.) are not emulated, as very few games use this (if any at all).\r
249 * The emulator is not 100% accurate, so some things may not work as expected.\r
250 \r
251 \r
252 [Credits]\r
253 This emulator uses code from these people/projects:\r
254 \r
255 Dave\r
256 Cyclone 68000 core, Pico emulation library\r
257 Homepage: http://www.finalburn.com/\r
258 \r
259 notaz\r
260 GP2X port, Cyclone 68000 hacks, lots of additional coding (see changelog).\r
261 \r
262 Reesy & FluBBa\r
263 DrZ80, the Z80 emulator written in ARM assembly.\r
264 Homepage: http://reesy.gp32x.de/\r
265 \r
266 Tatsuyuki Satoh, Jarek Burczynski, MultiArcadeMachineEmulator development software implementation of Yamaha FM sound generator\r
267 \r
268 MultiArcadeMachineEmulator (MAME) development\r
269 Texas Instruments SN76489 / SN76496 programmable tone /noise generator\r
270 Homepage: http://www.mame.net/\r
271 \r
272 Stephane Dallongeville\r
273 Gens, MD/Mega CD/32X emulator. Most Sega CD code is based on this emu.\r
274 \r
275 Helix community\r
276 Helix mp3 decoder\r
277 \r
278 \r
279 [Additional thanks]\r
280 * Charles MacDonald (http://cgfm2.emuviews.com/) for old but still very useful info about genesis hardware.\r
281 * Steve Snake for all that he has done for Genesis emulation scene.\r
282 * Bart Trzynadlowski for his SSFII and 68000 docs.\r
283 * Haze for his research (http://haze.mameworld.info).\r
284 * Mark and Jean-loup for zlib library.\r
285 * rlyeh and all the other people behind the minimal library.\r
286 * Squidge for his famous squidgehack(tm).\r
287 * Dzz for his ARM940 sample code.\r
288 * GnoStiC & Puck2099 for USB joystick support.\r
289 * Hermes PS2R, god_at_hell for the CpuCtrl library.\r
290 * craigix for supplying the GP2X hardware and making this port possible.\r
291 * Alex for the icon.\r
292 * Exophase and Rokas for various ideas.\r
293 * Anyone else I forgot. You know who you are.\r
294 \r
295 \r
296 [Disclaimer]\r
297 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \r
298 \r
299 SEGA/Genesis/MegaDrive/SEGA-CD/Mega-CD/32X are trademarks of Sega Enterprises Ltd.\r
300 \r