readmes updated again
[libpicofe.git] / base_readme.txt
1 #ifdef GP2X\r
2 For help / comments / questions visit GP32X boards at:\r
3 http://www.gp32x.com/board/\r
4 \r
5 #endif\r
6 \r
7 About\r
8 -----\r
9 \r
10 #ifdef PSP\r
11 This is yet another Megadrive / Genesis emulator for PSP, but with\r
12 Sega CD / Mega CD support. Although it has been originally written having\r
13 ARM CPU based devices in mind, it has now been ported to PSP too, by\r
14 replacing ARM specific parts with portable C code.\r
15 The base code originates from Dave's (fdave, finalburn) PicoDrive 0.30 for\r
16 Pocket PC. The Sega/Mega CD code is roughly based on Stephane Dallongeville's\r
17 Gens.\r
18 #else\r
19 This is yet another Megadrive / Genesis / Sega CD / Mega CD emulator, which\r
20 was written having ARM-based handheld devices in mind (such as PDAs,\r
21 smartphones and handheld consoles like GP2X and Gizmondo of course).\r
22 The critical parts (renderer, 68K and Z80 cpu interpreters) and some other\r
23 random code is written in ARM asm, other code is C. The base code originates\r
24 from Dave's (fdave, finalburn) PicoDrive 0.30 for Pocket PC. The Sega/Mega CD\r
25 code is roughly based on Stephane Dallongeville's Gens.\r
26 #endif\r
27 \r
28 PicoDrive is the first emulator ever to properly emulate Virtua Racing and\r
29 it's SVP chip.\r
30 \r
31 \r
32 How to make it run\r
33 ------------------\r
34 \r
35 #ifdef GP2X\r
36 Copy PicoDrive.gpe, pico940_v3.bin and mmuhack.o to any place in your filesystem\r
37 (all 3 files must be in the same directory) and run PicoDrive.gpe.\r
38 Then load a ROM and enjoy! ROMs can be in .smd or .bin format and can be zipped.\r
39 \r
40 #endif\r
41 #ifdef GIZ\r
42 First make sure you have homebrew-enabled Service Pack installed. Then copy\r
43 PicoDrive.exe and KGSDK.dll to any place in your filesystem (both files must\r
44 be in the same directory) and run PicoDrive.exe using the launcher of your choice\r
45 (some of them might require renaming PicoDrive.exe to Autorun.exe, placing it in\r
46 the root of SD, etc). Then load a ROM and enjoy! ROMs can be placed anywhere, can\r
47 be in .smd or .bin format and can be zipped (one ROM per zip).\r
48 \r
49 #endif\r
50 #ifdef PSP\r
51 If you are running a custom firmware, just copy the whole PicoDrive directory to\r
52 /PSP/GAME or /PSP/GAMEXXX directory in your memory stick (it shouldn't matter\r
53 which one GAME* directory to use).\r
54 \r
55 If you are on 1.5, there is a separate KXploited version for it.\r
56 \r
57 #endif\r
58 Note that this emulator may require some tweaking of configuration settings to run\r
59 some games well. For Genesis/MegaDrive, if you have any problems (game does not\r
60 boot, sound is glitchy, broken graphics), try to:\r
61 #ifdef PSP\r
62   * enable "accurate renderer"\r
63 #else\r
64   * enable "16bit accurate renderer"\r
65 #endif\r
66   * make sure Z80 is not disabled (in "advanced options" submenu in options).\r
67 Some games may need to be reset after adjusting settings.\r
68 \r
69 For possible Sega/Mega CD problems, see "Other important stuff" section below.\r
70 \r
71 \r
72 How to run Sega/Mega CD games\r
73 -----------------------------\r
74 \r
75 To play any game, you need BIOS files. These files must be copied to the same\r
76 directory as mentioned PicoDrive files. Files can be named as follows:\r
77 \r
78 US: us_scd1_9210.bin us_scd2_9306.bin SegaCDBIOS9303.bin\r
79 EU: eu_mcd1_9210.bin eu_mcd2_9303.bin eu_mcd2_9306.bin\r
80 JP: jp_mcd1_9112.bin jp_mcd1_9111.bin\r
81 these files can also be zipped.\r
82 \r
83 The game must be dumped to ISO/MP3, CUE/CSO/MP3 or CUE/BIN format. When using\r
84 CUE/BIN, you must load .cue file from the menu, or else the emu will not find\r
85 audio tracks.\r
86 CUE/BIN usually takes a lot of space, so it can be converted to cue/cso/mp3 by\r
87 using bin_to_cso_mp3 tool, which is included with the emulator. See readme in\r
88 the bin_to_cso_mp3/ directory for details.\r
89 \r
90 ISO+mp3 files can be named similarly as for other emus.\r
91 Here are some examples:\r
92 \r
93 SonicCD.iso             data track\r
94 SonicCD_02.mp3          audio track 1 (CD track 2)\r
95 SonicCD_03.mp3\r
96 ...\r
97 \r
98 Sonic the Hedgehog CD (US) - Track 01.iso\r
99 Sonic the Hedgehog CD (US) - Track 02.mp3\r
100 Sonic the Hedgehog CD (US) - Track 03.mp3\r
101 ...\r
102 \r
103 In case there is a .cue file with properly specified files names in it,\r
104 file naming doesn't matter. Just be sure to load .cue from the menu.\r
105 \r
106 It is very important to have the MP3s encoded at 44kHz sample rate and they\r
107 must be stereo, or else they will play too fast/slow or won't play at all.\r
108 Be sure NOT to use anything but classic mp3 format (don't use things like\r
109 mp3pro).\r
110 \r
111 ISO files can also be .cso compressed or zipped (but not mp3 files, as they\r
112 are already compressed). CSO will cause slightly longer loading times, and\r
113 is not very good for FMV games. Zipping ISOs is not recommended, as it will\r
114 cause very long (several minute) loading times, and make some games\r
115 unplayable. File naming is similar as with uncompressed ISOs.\r
116 Example:\r
117 \r
118 SonicCD.cso             data track\r
119 SonicCD_02.mp3          audio track 1 (CD track 2)\r
120 SonicCD_03.mp3\r
121 ...\r
122 \r
123 \r
124 Other important stuff\r
125 ---------------------\r
126 \r
127 * If your Genesis/MD game has graphical glitches, this is most likely because\r
128   "accurate renderer" is not enabled (see options).\r
129 * Sega/Mega CD: If the game hangs after Sega logo, you may need to enable\r
130   "better sync" and/or "Scale/Rot. fx" options, found in "Sega/Mega CD options"\r
131   submenu, and then reset the game. Some other games may also require\r
132   "CDDA audio" and "PCM audio" to be enabled to work (enabled by default).\r
133   Incorrectly named/missing mp3s may also be the cause.\r
134 * Sega/Mega CD: If the background music is missing, you might have named your\r
135   MP3s incorrectly. Read "How to run Sega/Mega CD games" section again.\r
136 * Sega/Mega CD: If the game music plays too fast/too slow/out of sync, you have\r
137   encoded your MP3s incorrectly. You will have to re-encode and/or resample them.\r
138   PicoDrive is not a mp3 player, so all mp3s MUST be encoded at 44.1kHz stereo.\r
139   Badly encoded mp3s can cause various kind of problems, like noises, incorrect\r
140   playback speeds, not repeating music or even prevent game from starting.\r
141   Some games (like Snatcher) may hang in certain scenes because of this.\r
142   Some mp3 rippers/encoders remove silence and beginning/end of audio tracks,\r
143   what causes audio desyncs and/or mentioned problems.\r
144   If you have cue/bin rip, you can use the bin_to_cso_mp3 tool (included with\r
145   the emulator) to make a proper iso/mp3 rip.\r
146 * Sega/Mega CD: If your games hangs at the BIOS screen (with planets shown),\r
147   you may be using a bad BIOS dump. Try another from a different source.\r
148 * Some Sega/Mega CD games don't use Z80 for anything, but they leave it active,\r
149   so disabling Z80 manually (in advanced options) improves performance.\r
150 #ifdef GP2X\r
151 * When you use both GP2X CPUs, keep in mind that you can't overclock as high as\r
152   when using ARM920 only. For example my GP2X when run singlecore can reach\r
153   280MHz, but with both cores it's about 250MHz. When overclocked too much,\r
154   it may start hanging and producing random noise, or causing ARM940 crashes\r
155   ("940 crashed" message displayed).\r
156 #endif\r
157 * Use lower bitrate for better performance (96 or 128kbps CBRs recommended).\r
158 #ifdef GP2X\r
159 * Due to internal implementation mp3s must not be larger that 12MB\r
160   (12582912 bytes). Larger mp3s will not be fully loaded.\r
161 * RAM timings option is good for dualcore operation (it is disabled by\r
162   default because it doesn't work on every GP2X, so enable it in advanced\r
163   options).\r
164 #endif\r
165 \r
166 \r
167 Configuration\r
168 -------------\r
169 \r
170 @@0. "Renderer"\r
171 #ifdef GP2X\r
172 8bit fast:\r
173 This enables alternative heavily optimized tile-based renderer, which renders\r
174 pixels not line-by-line (this is what accurate renderers do), but in 8x8 tiles,\r
175 which is much faster. But because of the way it works it can't render any\r
176 mid-frame image changes (raster effects), so it is useful only with some games.\r
177 \r
178 Other two are accurate line-based renderers. The 8bit is faster but does not\r
179 run well with some games like Street Racer.\r
180 \r
181 #endif\r
182 #ifdef GIZ\r
183 This option allows to switch between 16bit and 8bit renderers. The 8bit one is\r
184 a bit faster for some games, but not much, because colors still need to be\r
185 converted to 16bit, as this is what Gizmondo requires. It also introduces\r
186 graphics problems for some games, so it's best to use 16bit one.\r
187 \r
188 #endif\r
189 #ifdef PSP\r
190 This option allows to switch between fast and accurate renderers. The fast one\r
191 is much faster, because it draws the whole frame at a time, instead of doing it\r
192 line by line, like the accurate one does. But because of the way it works it\r
193 can't render any mid-frame image changes (raster effects), so it is useful only\r
194 for some games.\r
195 \r
196 #endif\r
197 #ifdef GIZ\r
198 @@0. "Scanline mode"\r
199 This option was designed to work around slow framebuffer access (the Gizmondo's\r
200 main bottleneck) by drawing every other line (even numbered lines only).\r
201 This improves performance greatly, but looses detail.\r
202 \r
203 #endif\r
204 #ifdef GP2X\r
205 @@0. "Scaling"\r
206 "hw" means GP2X hardware scaler, which causes no performance loss, but scaled\r
207 image looks a bit blocky. "sw" means software scaling, which uses pixel\r
208 averaging and may look a bit nicer, but blurry. Horizontal scaling is only for\r
209 games which use so called "32 column mode" (256x224 or 256x240), and scales\r
210 image width to 320 pixels. Vertical scales height to 240 for games which use\r
211 height 224 (most of them).\r
212 \r
213 #endif\r
214 #ifdef GIZ\r
215 @@0. "Scale low res mode"\r
216 The Genesis/Megadrive had several graphics modes, some of which were only 256\r
217 pixels wide. This option scales their width to 320 by using simple\r
218 pixel averaging scaling. Works only when 16bit renderer is enabled.\r
219 \r
220 #endif\r
221 @@0. "Show FPS"\r
222 Self-explanatory. Format is XX/YY, where XX is the number of rendered frames and\r
223 YY is the number of emulated frames per second.\r
224 \r
225 @@0. "Frameskip"\r
226 How many frames to skip rendering before displaying another.\r
227 "Auto" is recommended.\r
228 \r
229 @@0. "Enable sound"\r
230 Does what it says. You must enable at least YM2612 or SN76496 (in advanced options,\r
231 see below) for this to make sense (already done by default).\r
232 \r
233 @@0. "Sound Quality"\r
234 #ifdef PSP\r
235 Sound sample rate, affects sound quality and emulation performance.\r
236 22050Hz setting is the recommended one.\r
237 #else\r
238 Sound sample rate and stereo mode. Mono is not available in Sega/Mega CD mode.\r
239 #endif\r
240 #ifdef GP2X\r
241 If you want 44100Hz sound, it is recommended to enable the second core (next option).\r
242 \r
243 @@0. "Use ARM940 core for sound"\r
244 This option causes PicoDrive to use ARM940T core (GP2X's second CPU) for sound \r
245 (i.e. to generate YM2612 samples) to improve performance noticeably.\r
246 #endif\r
247 \r
248 @@0. "6 button pad"\r
249 If you enable this, games will think that 6 button gamepad is connected. If you\r
250 go and reconfigure your keys, you will be able to bind X,Y,Z and mode actions.\r
251 \r
252 @@0. "Region"\r
253 This option lets you force the game to think it is running on machine from the\r
254 specified region, or just to set autodetection order. Also affects Sega/Mega CD.\r
255 \r
256 @@0. "Use SRAM/BRAM savestates"\r
257 This will automatically read/write SRAM (or BRAM for Sega/Mega CD) savestates for\r
258 games which are using them. SRAM is saved whenever you enter the menu or exit the\r
259 emulator.\r
260 \r
261 @@0. "Confirm savestate"\r
262 Allows to enable confirmation on savestate saving (to prevent savestate overwrites),\r
263 on loading (to prevent destroying current game progress), and on both or none, when\r
264 using shortcut buttons (not menu) for saving/loading.\r
265 \r
266 @@0. "Save slot"\r
267 This is a slot number to use for savestates. This can also be configured to be\r
268 changed with a button (see "key configuration").\r
269 \r
270 #ifdef GP2X\r
271 @@0. "GP2X CPU clocks"\r
272 Here you can change clocks of both GP2X's CPUs. Larger values increase performance.\r
273 There is no separate option for the second CPU because both CPUs use the same clock\r
274 source. Setting this option to 200 will cause PicoDrive NOT to change GP2X's clocks\r
275 at all (this is if you use external program to set clock).\r
276 \r
277 #endif\r
278 #ifdef PSP\r
279 @@0. "CPU/bus clock"\r
280 This allows to change CPU and bus clocks for PSP. 333MHz is recommended.\r
281 \r
282 @@0. "[Display options]"\r
283 Enters Display options menu (see below).\r
284 \r
285 #endif\r
286 @@0. "[Sega/Mega CD options]"\r
287 Enters Sega/Mega CD options menu (see below).\r
288 \r
289 @@0. "[advanced options]"\r
290 Enters advanced options menu (see below).\r
291 \r
292 @@0. "Save cfg as default"\r
293 If you save your config here it will be loaded on next ROM load, but only if there\r
294 is no game specific config saved (which will be loaded in that case).\r
295 You can press left/right to switch to a different config profile.\r
296 \r
297 @@0. "Save cfg for current game only"\r
298 Whenever you load current ROM again these settings will be loaded\r
299 #ifdef GP2X\r
300 (squidgehack and RAM settings will not take effect until emulator is restarted).\r
301 #endif\r
302 \r
303 \r
304 Advanced configuration\r
305 ----------------------\r
306 \r
307 Enter [advanced options] in config menu to see these options.\r
308 \r
309 #ifdef GP2X\r
310 @@1. "Gamma correction"\r
311 Alters image gamma through GP2X hardware. Larger values make image to look brighter,\r
312 lower - darker (default is 1.0).\r
313 \r
314 @@1. "A_SN's gamma curve"\r
315 If this is enabled, different gamma adjustment method will be used (suggested by A_SN\r
316 from gp32x boards). Basically it makes difference for dark and bright colors.\r
317 \r
318 @@1. "Perfect vsync"\r
319 This one adjusts the LCD refresh rate to better match game's refresh rate and starts\r
320 synchronizing rendering with it. Should make scrolling smoother and eliminate tearing.\r
321 \r
322 #endif\r
323 @@1. "Disable sprite limit"\r
324 The MegaDrive/Genesis had a limit on how many sprites (usually smaller moving\r
325 objects) can be displayed on single line. This option allows to disable that\r
326 limit. Note that some games used this to hide unwanted things, so it is not\r
327 always good to enable this option.\r
328 \r
329 @@1. "Emulate Z80"\r
330 Enables emulation of Z80 chip, which was mostly used to drive the other sound chips.\r
331 Some games do complex sync with it, so you must enable it even if you don't use\r
332 sound to be able to play them.\r
333 \r
334 @@1. "Emulate YM2612 (FM)"\r
335 This enables emulation of six-channel FM sound synthesizer chip, which was used to\r
336 produce sound effects and music.\r
337 \r
338 @@1. "Emulate SN76496 (PSG)"\r
339 This enables emulation of additional sound chip for additional effects.\r
340 \r
341 Note: if you change sound settings AFTER loading a ROM, you may need to reset\r
342 game to get sound. This is because most games initialize sound chips on\r
343 startup, and this data is lost when sound chips are being enabled/disabled.\r
344 \r
345 #ifdef GIZ\r
346 @@1. "Double buffering"\r
347 Draws the display to offscreen buffer, and flips it with visible one when done.\r
348 Unfortunately this causes serious tearing, unless v-sync is used (next option).\r
349 \r
350 @@1. "Wait for V-sync"\r
351 Waits for vertical sync before drawing (or flipping buffers, if previous option\r
352 is enabled). Emulation is stopped while waiting, so this causes large performance\r
353 hit.\r
354 \r
355 #endif\r
356 @@1. "gzip savestates"\r
357 This will always apply gzip compression on your savestates, allowing you to\r
358 save some space and load/save time.\r
359 \r
360 @@1. "Don't save last used ROM"\r
361 This will disable writing last used ROM to config on exit (what might cause SD\r
362 card corruption according to DaveC).\r
363 \r
364 #ifdef GP2X\r
365 @@1. "craigix's RAM timings"\r
366 This overclocks the GP2X RAM chips, but may cause instability. Recommended if you\r
367 use the second core for sound. Needs emulator restart to take effect.\r
368 See this thread:\r
369 http://www.gp32x.com/board/index.php?showtopic=32319\r
370 \r
371 @@1. "squidgehack"\r
372 Well known way to improve the GP2X performance. You must restart the emulator\r
373 for the change of this option to take effect.\r
374 \r
375 #endif\r
376 \r
377 Sega/Mega CD options \r
378 --------------------\r
379 \r
380 @@2,@@2,@@2. "USA/EUR/JAP BIOS"\r
381 These options just show if your BIOS files were correctly detected by the\r
382 emulator (it shows the filename it is using). If so, you can press Start to\r
383 test your BIOS.\r
384 \r
385 @@2. "CD LEDs"\r
386 The Sega/Mega CD unit had two blinking LEDs (red and green) on it. This option\r
387 will display them on top-left corner of the screen.\r
388 \r
389 @@2. "CDDA audio (using mp3s)"\r
390 This option enables CD audio playback.\r
391 \r
392 @@2. "PCM audio"\r
393 This enables 8 channel PCM sound source. It is required for some games to run,\r
394 because they monitor state of this audio chip.\r
395 \r
396 @@2. "ReadAhead buffer"\r
397 This option can prefetch more data from the CD image then requested by game\r
398 (to avoid accessing card later), what can improve performance in some cases.\r
399 #ifndef PSP\r
400 "OFF" is the recommended setting.\r
401 #endif\r
402 \r
403 @@2. "Save RAM cart"\r
404 Here you can enable 64K RAM cart. Format it in BIOS if you do.\r
405 \r
406 @@2. "Scale/Rot. fx"\r
407 The Sega/Mega CD had scaling/rotation chip, which allows effects similar to\r
408 "Mode 7" effects in SNES. Unfortunately emulating it is slow, and very few games\r
409 used it, so it's better to disable this option, unless game really needs it.\r
410 \r
411 @@2. "Better sync"\r
412 This option is similar to "Perfect synchro" in Gens. Some games require it to run,\r
413 for example most (all?) Wolfteam games, and some other ones. Don't use it for\r
414 games which don't need it, it will just slow them down.\r
415 \r
416 \r
417 #ifdef PSP\r
418 Display options\r
419 ---------------\r
420 \r
421 @@3. "Scale factor"\r
422 This allows to resize the displayed image by using the PSP's hardware. The number is\r
423 used to multiply width and height of the game image to get the size of image to be\r
424 displayed. If you just want to make it fullscreen, just use "Set to fullscreen"\r
425 setting below.\r
426 \r
427 @@3. "Hor. scale (for low res. games)"\r
428 This one works similarly as the previous setting, but can be used to apply additional\r
429 scaling horizontally, and is used for games which use lower (256 pixel wide) Gen/MD\r
430 resolution.\r
431 \r
432 @@3. "Hor. scale (for hi res. games)"\r
433 Same as above, only for higher (320 pixel wide) resolution using games.\r
434 \r
435 @@3. "Bilinear filtering"\r
436 If this is enabled, PSP hardware will apply bilinear filtering on the resulting image,\r
437 making it smoother, but blurry.\r
438 \r
439 @@3. "Gamma adjustment"\r
440 Color gamma can be adjusted with this.\r
441 \r
442 @@3. "Black level"\r
443 This can be used to reduce unwanted "ghosting" effect for dark games, by making\r
444 black pixels brighter. Use in conjunction with "gamma adjustment" for more effect.\r
445 \r
446 @@3. "Wait for vsync"\r
447 Wait for the screen to finish updating before switching to next frame, to avoid tearing.\r
448 There are 3 options:\r
449 * never: don't wait for vsync.\r
450 * sometimes: wait only if emulator is running fast enough.\r
451 * always: always wait (causes emulation slowdown).\r
452 \r
453 @@3. "Set to unscaled centered"\r
454 Adjust the resizing options to set game image to it's original size.\r
455 \r
456 @@3. "Set to fullscreen"\r
457 Adjust the resizing options to make the game image fullscreen.\r
458 \r
459 \r
460 #endif\r
461 Key configuration\r
462 -----------------\r
463 \r
464 Select "Configure controls" from the main menu. Then select "Player 1" and you will\r
465 see two columns. The left column lists names of Genesis/MD controller buttons, and\r
466 #ifdef GP2X\r
467 the right GP2X ones, which are assigned to them. If you bind 2 different GP2X buttons\r
468 #endif\r
469 #ifdef GIZ\r
470 the right Giz ones, which are assigned to them. If you bind 2 different Giz buttons\r
471 #endif\r
472 #ifdef PSP\r
473 the right PSP ones, which are assigned to them. If you bind 2 different PSP buttons\r
474 #endif\r
475 to the same action, you will get a combo (which means that you will have to press\r
476 both buttons for that action to happen.\r
477 \r
478 \r
479 Cheat support\r
480 -------------\r
481 \r
482 To use GG/patch codes, you must type them into your favorite text editor, one\r
483 per line. Comments may follow code after a whitespace. Only GameGenie and\r
484 Genecyst patch formats are supported.\r
485 Examples:\r
486 \r
487 Genecyst patch (this example is for Sonic):\r
488 \r
489 00334A:0005 Start with five lives\r
490 012D24:0001 Keep invincibility until end of stage\r
491 009C76:5478 each ring worth 2\r
492 009C76:5678 each ring worth 3\r
493 ...\r
494 \r
495 Game Genie patch (for Sonic 2):\r
496 \r
497 ACLA-ATD4 Hidden palace instead of death egg in level select\r
498 ...\r
499 \r
500 Both GG and patch codes can be mixed in one file.\r
501 \r
502 When the file is ready, name it just like your ROM file, but with additional\r
503 .pat extension, making sure that case matches.\r
504 \r
505 Examples:\r
506 \r
507 ROM: Sonic.zip\r
508 PATCH FILE: Sonic.zip.pat\r
509 \r
510 ROM: Sonic 2.bin\r
511 PATCH FILE: Sonic 2.bin.pat\r
512 \r
513 Put the file into your ROMs directory. Then load the .pat file as you would\r
514 a ROM. Then Cheat Menu Option should appear in main menu.\r
515 \r
516 \r
517 What is emulated?\r
518 -----------------\r
519 \r
520 Genesis/MegaDrive:\r
521 #ifdef PSP\r
522 main 68k @ 7.6MHz: yes, FAME/C core\r
523 z80 @ 3.6MHz: yes, CZ80 core\r
524 #else\r
525 main 68k @ 7.6MHz: yes, Cyclone core\r
526 z80 @ 3.6MHz: yes, DrZ80 core\r
527 #endif\r
528 VDP: yes, except some quirks not used by games\r
529 YM2612 FM: yes, optimized MAME core\r
530 SN76489 PSG: yes, MAME core\r
531 SVP chip: yes! This is first emu to ever do this.\r
532 Some in-cart mappers are supported too.\r
533 \r
534 Sega/Mega CD:\r
535 #ifdef PSP\r
536 another 68k @ 12.5MHz: yes, FAME/C too\r
537 #else\r
538 another 68k @ 12.5MHz: yes, Cyclone too\r
539 #endif\r
540 gfx scaling/rotation chip (custom ASIC): yes\r
541 PCM sound source: yes\r
542 CD-ROM controller: yes (mostly)\r
543 bram (internal backup RAM): yes\r
544 \r
545 \r
546 Problems / limitations\r
547 ----------------------\r
548 \r
549 * 32x is not emulated.\r
550 #ifdef PSP\r
551 * SVP emulation is terribly slow.\r
552 #endif\r
553 * Various VDP quirks (window bug, scroll size 2, etc.) are not emulated,\r
554   as very few games use this (if any at all).\r
555 * The emulator is not 100% accurate, so some things may not work as expected.\r
556 \r
557 \r
558 Credits\r
559 -------\r
560 \r
561 This emulator is made of the code from following people/projects:\r
562 \r
563 notaz\r
564 GP2X, UIQ, PSP, Gizmondo ports, CPU core hacks,\r
565 lots of additional coding (see changelog).\r
566 Homepage: http://notaz.gp2x.de/\r
567 \r
568 Dave\r
569 Cyclone 68000 core, Pico emulation library\r
570 Homepage: http://www.finalburn.com/\r
571 \r
572 #ifdef PSP\r
573 Chui\r
574 FAME/C 68k interpreter core\r
575 (based on C68K by Stephane Dallongeville)\r
576 \r
577 Stephane Dallongeville (written), NJ (optimized)\r
578 CZ80 Z80 interpreter core\r
579 \r
580 #else\r
581 Reesy & FluBBa\r
582 DrZ80, the Z80 interpreter written in ARM assembly.\r
583 Homepage: http://reesy.gp32x.de/\r
584 \r
585 #endif\r
586 Tatsuyuki Satoh, Jarek Burczynski, MAME development\r
587 software implementation of Yamaha FM sound generator\r
588 \r
589 MAME development\r
590 Texas Instruments SN76489 / SN76496 programmable tone/noise generator\r
591 Homepage: http://www.mame.net/\r
592 \r
593 Stephane Dallongeville\r
594 Gens, MD/Mega CD/32X emulator. Most Sega CD code is based on this emu.\r
595 #ifdef PSP\r
596 \r
597 people @ ps2dev.org forums / PSPSDK crew\r
598 libaudiocodec code (by cooleyes)\r
599 other sample code\r
600 #else\r
601 \r
602 Helix community\r
603 Helix mp3 decoder\r
604 #endif\r
605 \r
606 \r
607 Additional thanks\r
608 -----------------\r
609 \r
610 * Charles MacDonald (http://cgfm2.emuviews.com/) for old but still very useful\r
611   info about genesis hardware.\r
612 * Steve Snake for all that he has done for Genesis emulation scene.\r
613 * Tasco Deluxe for his reverse engineering work on SVP and some mappers.\r
614 * Bart Trzynadlowski for his SSFII and 68000 docs.\r
615 * Haze for his research (http://haze.mameworld.info).\r
616 * Lordus, Exophase and Rokas for various ideas.\r
617 * Nemesis for his YM2612 research.\r
618 * Mark and Jean-loup for zlib library.\r
619 * ketchupgun for the skin.\r
620 #ifdef GP2X\r
621 * rlyeh and all the other people behind the minimal library.\r
622 * Squidge for his famous squidgehack(tm).\r
623 * Dzz for his ARM940 sample code.\r
624 * GnoStiC & Puck2099 for USB joystick support.\r
625 * Hermes PS2R, god_at_hell for the CpuCtrl library.\r
626 * A_SN for his gamma code.\r
627 * craigix for supplying the GP2X hardware and making this port possible.\r
628 * Alex for the icon.\r
629 * All the people from gp32x boards for their support.\r
630 #endif\r
631 #ifdef GIZ\r
632 * Kingcdr's for the SDK and Reesy for the DLL and sound code.\r
633 * jens.l for supplying the Gizmondo hardware and making this port possible.\r
634 #endif\r
635 #ifdef UIQ\r
636 * Peter van Sebille for his various open-source Symbian projects to learn from.\r
637 * Steve Fischer for his open-source Motorola projects.\r
638 * The development team behind "Symbian GCC Improvement Project"\r
639   (http://www.inf.u-szeged.hu/symbian-gcc/) for their updated pre-SymbianOS9\r
640   compile tools.\r
641 * AnotherGuest for all his Symbian stuff and support.\r
642 * Inder for the icons.\r
643 #endif\r
644 * Anyone else I forgot. You know who you are.\r
645 \r
646 \r
647 Changelog\r
648 ---------\r
649 1.50a\r
650   * Improved bin_to_cso_mp3 tool, it should no longer complain about\r
651     missing lame.exe even if it's in working dir.\r
652   * Fixed a regression from 1.50, which caused slowdowns in Final Fight.\r
653   * Fixed some regressions from 1.50 related to sprite limit and palette\r
654     handling (caused graphical glitches in some games).\r
655   * Some other minor adjustments.\r
656 \r
657 1.50\r
658   + Added some basic support for Sega Pico, a MegaDrive-based toy.\r
659   + Added proper support for cue/bin images, including cdda playback.\r
660     .cue sheets with iso/cso/mp3/wav files listed in them are now\r
661     supported too (but 44kHz restriction still applies).\r
662   + Added bin_to_cso_mp3 tool, based on Exophase's bin_to_iso_ogg.\r
663     The tool can convert .cue/.bin Sega CD images to .cso/.mp3.\r
664   * Greatly improved Sega CD load times.\r
665   * Changed how scheduling between 68k and z80 is handled. Improves\r
666     performance for some games. Credits to Lordus for the idea.\r
667   * YM2612 state was not 100% saved, this should be better now.\r
668   * Improved renderer performance for shadow/hilight mode.\r
669   * Added a hack for YM2612 frequency overflow issue (bleep noises\r
670     in Shaq Fu, Spider-Man - The Animated Series (intro music), etc.)\r
671     Credits to Nemesis @ spritesmind forum. Works only if sound rate\r
672     is set to 44kHz.\r
673   + Implemented some sprite rendering improvements, as suggested by\r
674     Exophase. Games with lots of sprites now perform better.\r
675   + Added better idle loop detection, based on Lordus' idea again.\r
676   - "accurate timing" option removed, as disabling it no longer\r
677     improves performance.\r
678   - "accurate sprites" was removed too, the new sprite code can\r
679     properly handle sprite priorities in all cases.\r
680   * Timers adjusted again.\r
681   * Improved .smd detection code.\r
682   * ARM: fixed a bug in DrZ80 core, which could cause problems in\r
683     some rare cases.\r
684   * ARM: fixed a problem of occasional clicks on MP3 music start.\r
685   * Minor general optimizations and menu improvements.\r
686   * Fixed a bug in Sega CD savestate loader, where the game would\r
687     sometimes crash after load.\r
688   * Fixed a crash of games using eeprom (introduced in 1.40b).\r
689   * PSP: fixed suspend/resume (hopefully for real).\r
690 \r
691 1.40c\r
692   * Fixed a problem with sound in Marble Madness.\r
693   * GP2X: Fixed minor problem with key config.\r
694 \r
695 1.40b\r
696   * Fixed sprite masking code. Thanks to Lordus for explaining how it works.\r
697   + Added "disable sprite limit" option.\r
698   + PSP: added black level adjustment to display options.\r
699   * Changed reset to act as 'soft' reset.\r
700   + Added detection for Puggsy (it doesn't really have sram).\r
701   * Some small timing adjustments.\r
702 \r
703 1.40a\r
704   * GP2X: Fixed a binding problem with up and down keys.\r
705   * Default game config no longer overrides global user config.\r
706 \r
707 1.40\r
708   + Added support for SVP (Sega Virtua Processor) to emulate Virtua Racing,\r
709     wrote ARM recompiler and some HLE code for VR. Credits to Exophase and\r
710     Rokas for various ideas.\r
711   * Changed config file format, files are now human-readable. Game specific\r
712     configs are now held in single file (but old game config files are still\r
713     read when new one is missing).\r
714   * Fixed a bug where some key combos didn't work as expected.\r
715   * Fixed a regression in renderer (ARM ports only, some graphic glitches in\r
716     rare cases).\r
717   * Adjusted fast renderer to work with more games, including VR.\r
718   * Fixed a problem where SegaCD RAM cart data was getting lost on reset.\r
719   * GP2X: Greatly reduced SegaCD FMV game slowdowns by disabling read-ahead\r
720     in the Linux kernel and C library (thanks to Rokas and Exophase for ideas\r
721     again). Be sure to keep "ReadAhead buffer" OFF to avoid slowdowns.\r
722   + PicoDrive now comes with a game config file for some games which need\r
723     special settings, so they should now work out-of-the-box. More games will\r
724     be added with later updates.\r
725   + GP2X: Files now can be deleted by pressing A+SELECT in the file browser.\r
726 \r
727 1.35b\r
728   * PSP: mp3 code should no longer fail on 1.5 firmware.\r
729   + PSP: added gamma adjustment option.\r
730   + Added .cso ISO format support. Useful for non-FMV games.\r
731   * It is now possile to force a region after the ROM is loaded.\r
732   * Fixed a sram bug in memhandlers (fixes Shining in the Darkness saves).\r
733   * PSP: fixed another bug in memhanlers, which crashed the emu for some games\r
734     (like NBA Jam and NHL 9x).\r
735   + PSP: added suspend/resume handling for Sega CD games.\r
736   + GP2X: added additional low volume levels for my late-night gaming sessions\r
737     (in stereo mode only).\r
738   + GP2X: added "fast forward" action in key config. Not recommended to use for\r
739     Sega CD, may case problems there.\r
740   * Some other small tweaks I forgot about.\r
741 \r
742 1.35a\r
743   * PSP: fixed a bug which prevented to load any ROMs after testing the BIOS.\r
744   * PSP: fixed incorrect CZ80 memory map setup, which caused Z80 crashes and\r
745     graphics corruption in EU Mega CD model1 BIOS menus.\r
746   + PSP: added additional "set to 4:3 scaled" display option for convenience.\r
747   + PSP: Added an option to disable frame limitter (works only with non-auto frameskip).\r
748 \r
749 1.35\r
750   + PSP port added. Lots of new code for it. Integrated modified FAME/C, CZ80 cores.\r
751   + Some minor generic optimizations.\r
752   * Patched some code which was crashing under PSP, but was working in GP2X/Giz\r
753     (although it should have crashed there too).\r
754   * Readme updated.\r
755 \r
756 1.34\r
757   + Gizmondo port added.\r
758   + Some new optimizations in memory handlers, and for shadow/hilight mode.\r
759   + Added some hacks to make more games work without enabling "accurate timing".\r
760   * Adjusted timing for "accurate timing" mode and added preliminary VDP FIFO\r
761     emulation. Fixes Double Dragon 2, tearing in Chaos Engine and some other games.\r
762   * Fixed a few games not having sound at startup.\r
763   * Updated serial EEPROM code to support more games. Thanks to EkeEke for\r
764     providing info about additional EEPROM types and game mappers.\r
765   * The above change fixed hang of NBA Jam.\r
766   * Minor adjustments to control configurator.\r
767 \r
768 1.33\r
769   * Updated Cyclone core to 0.0088.\r
770   + Added A r k's usbjoy fix.\r
771   + Added "perfect vsync" option, which adjusts GP2X LCD refresh rate and syncs\r
772     emulation to it to eliminate tearing and ensure smoothest scrolling possible.\r
773   + Added an option to use A_SN's camma curve for gamma correction (improves dark\r
774     and bright color display for mk2s).\r
775   * Sometimes stray sounds were played after loading a savestate. Fixed.\r
776   * Fixed a problem where >6MB mp3s were corrupted in memory (sound glitches in\r
777     Snatcher).\r
778   * PD no longer overwrites video player code in memory, video player now can be\r
779     used after exiting PicoDrive.\r
780   * Fixed a bug which was causing Sonic 3 code to deadlock in some rare conditions\r
781     if "accurate timing" was not enabled.\r
782   * Fixed support for large hacked ROMs like "Ultimate Mortal Kombat Trilogy".\r
783     Upto 10MB hacked ROMs are supported now.\r
784   + Config profiles added (press left/right when saving config).\r
785   * Changed key configuration behavior to the one from gpfce (should be more\r
786     intuitive).\r
787   + Added some skinning capabilities to the menu system with default skin by\r
788     ketchupgun. Delete skin directory if you want old behaviour.\r
789   * Some other little tweaks I forgot about.\r
790 \r
791 1.32\r
792   + Added some new scaling options.\r
793   + Added ability to reload CD images while game is running (needed for games\r
794     with multiple CDs, like Night Trap).\r
795   + Added RAM cart emulation.\r
796   * Fixed DMA timing emulation (caused lock-ups for some genesis games).\r
797   * Idle loop detection was picking up wrong code and causing glitches, fixed.\r
798   * The ym2612 code on 940 now can handle multiple updates per frame\r
799     (fixes Thunger Force III "seiren" level drums for example).\r
800   * Memory handlers were ignoring some writes to PSG chip, fixed (missing sounds in\r
801     Popful Mail, Silpheed).\r
802   * Improved z80 timing, should fix some sound problems.\r
803   * Fixed a bug with sram register (fixes Phantasy Star 4).\r
804   * ROM loader was incorrectly identifying some ROMs as invalid. Fixed.\r
805   * Added code for PRG ram write protection register (Dungeon Explorer).\r
806   * The memory mode register change in 1.31 was unsafe and caused some glitches in\r
807     AH-3 Thunderstrike. Fixed.\r
808   * Fixed a file descriptor leak.\r
809   * Updated documentation, added Gmenu2x manual.\r
810 \r
811 1.31\r
812   * Changed the way memory mode register is read (fixes Lunar 2, broken in 1.30).\r
813   * Fixed TAS opcode on sub-68k side (fixes Batman games).\r
814   * File browser now filters out mp3s, saves and some other files, which are not ROMS.\r
815 \r
816 1.30\r
817   + ISO files now can be zipped. Note that this causes VERY long loading times.\r
818   + Added data pre-buffering support, this allows to reduce frequency of short pauses\r
819     in FMV games (caused by SD access), but makes those pauses longer.\r
820   * Fixed PCM DMA transfers (intro FMV in Popful Mail).\r
821   + Properly implemented "decode" data transformation (Jaguar XJ220).\r
822   * Integrated "better sync" code into cyclone code, what made this mode much faster.\r
823   * Fixed a bug related to game specific config saving.\r
824   * Frameskipper was skipping sound processing, what caused some audio desyncs. Fixed.\r
825   * Fixed reset not working for some games.\r
826   + New assembly optimized memory handlers for CD (gives at least a few fps).\r
827     Also re-enabled all optimizations from 0.964 release.\r
828   + New idle-loop detection code for sub-68k. Speeds up at least a few games.\r
829 \r
830 1.201\r
831   + Added basic cheat support (GameGenie and Genecyst patches).\r
832 \r
833 1.20\r
834   * Fixed a long-standing problem in audio mixing code which caused slight distortions\r
835     at lower sample rates.\r
836   * Changed the way 920 and 940 communicates (again), should be more reliable and give\r
837     slight performance increase.\r
838   * Some optimizations in audio mixing code.\r
839   * Some menu changes (background added, smaller font in ROM browser, savestate loader\r
840     now can select slots).\r
841   + 1M mode DMA transfers implemented (used by FMV games like Night Trap and Sewer Shark).\r
842   + Games now can run code from WORD RAM in 1M mode (fixes Adventures of Willy Beamish).\r
843   + "Cell arrange" address mapping is now emulated (Heart of the alien).\r
844   + "Color numeric operation" is now emulated (text in Lunar 2, Silpheed intro graphics).\r
845   + "Better sync" option added (prevents some games from hanging).\r
846 \r
847 1.14\r
848   + Region autodetection now can be customized.\r
849   * When CDDA music tracks changed, old buffer contents were incorrectly played. Fixed.\r
850   * BRAM is now automatically formatted (no need to enter BIOS menu and format any more).\r
851   * Games now can be reset, CDDA music no longer breaks after loading another ISO.\r
852   * Fixed a race condition between 920 and 940 which sometimes caused CDDA music not to play.\r
853   + Savestates implemented for Sega/Mega CD.\r
854   + PCM sound added.\r
855   * Some mixer code rewritten in asm. 22kHz and 11kHz sound rates are now supported in\r
856     Mega CD mode (but mp3s must still be 44kHz stereo).\r
857   + Timer emulation added.\r
858   * CDC DMA tansfers fixed. Snatcher and probably some more games now boot.\r
859   * 2M word RAM -> VDP transfers fixed, no more corruption in Ecco and some other games.\r
860 \r
861 1.10\r
862   + GP2X: Added experimental Sega CD support.\r
863   + GP2X: Added partial gmv movie playback support.\r
864 \r
865 0.964\r
866   * GP2X: Fixed a sound buffer underflow issue on lower sample rate modes, which was\r
867           happening for NTSC games and causing sound clicks.\r
868   * GP2X: Redone key config to better support USB joysticks (now multiple joysticks\r
869           should be useable and configurable).\r
870   + GP2X: Added save confirmation option.\r
871   + GP2X: Added 940 CPU crash detection.\r
872   + ALL:  UIQ3 port added.\r
873 \r
874 0.963\r
875   * GP2X: Gamma-reset-on-entering-menu bug fixed.\r
876   * GP2X: Recompiled PicoDrive with gcc profiling option set as described here:\r
877           http://www.gp32x.com/board/index.php?showtopic=28490\r
878 \r
879 0.962\r
880   * GP2X: Fixed an issue with incorrect sounds in some games when dualcore operation\r
881           was enabled (for example punch sound in SOR).\r
882   * GP2X: Limited max volume to 90, because higher values often cause distortions.\r
883   * GP2X: Fixed a bug with lower res scaling.\r
884   * GP2X: Gamma is now reset on exit.\r
885 \r
886 0.96\r
887   * ALL:  Severely optimized MAME's YM2612 core, part of it is now rewritten in asm.\r
888   + GP2X: The YM2612's code now can be run in GP2X's ARM940T CPU, what causes large\r
889           performance increase.\r
890   * ALL:  Accurate renderers are slightly faster now.\r
891   + GP2X: Using quadruple buffering instead of doublebuffer now, also updated\r
892           framelimitter, this should eliminate some scrolling and tearing problems.\r
893   * GP2X: Fixed some flickering issues of 8bit accurate renderer.\r
894   + GP2X: craigix's RAM timings now can be enabled in the menu (see advanced options).\r
895   + GP2X: Added ability to save config for specific games only.\r
896   + GP2X: Gamma control added (using GP2X's hardware capabilities for this).\r
897   * GP2X: Volume keys are now configurable.\r
898   + GP2X: GnoStiC added USB joystick support, I made it possible to use it for\r
899           player 2 control (currently untested).\r
900   * GP2X: squidgehack is now applied through kernel module (cleaner way).\r
901 \r
902 0.95\r
903   * ALL:  Fixed a bug in sprite renderer which was causing slowdowns for some games.\r
904   + GP2X: Added command line support\r
905   + GP2X: Added optional hardware scaling for lower-res games like Shining Force.\r
906   * ALL:  Sound chips are now sampled 2 times per frame. This fixed some games which\r
907           had missing sounds (Vectorman 2 1st level, Thunder Force 3 water level,\r
908               etc.).\r
909   + ALL:  Added another accurate 8-bit renderer which is slightly faster and made it\r
910           default.\r
911 \r
912 0.945\r
913   + GP2X: Added frame limiter for frameskipped modes.\r
914   * GP2X: Increased brightness a bit (unused pixel bits now also contain data).\r
915   * GP2X: Suidgehack was not applied correctly (was applied before allocating some\r
916           high memory and had no effect).\r
917 \r
918 0.94\r
919   + Added GP2X port.\r
920   * Improved interrupt timing, Mazin Saga and Burning Force now works.\r
921   * Rewritten renderer code to better suit GP2X, should be faster on other\r
922     ports too.\r
923   + Added support for banking used by 12-in-1 and 4-in-1 ROMs (thanks Haze).\r
924   + Added some protection device faking, used by some unlicensed games like\r
925     Super Bubble Bobble, King of Fighters, Elf Wor, ... (thanks to Haze again)\r
926   + Added primitive Virtua Racing SVP faking, so menus can be seen now.\r
927 \r
928 0.93\r
929   * Fixed a problem with P900/P910 key configuration in FC mode.\r
930   * Improved shadow/hilight mode emulation. Still not perfect, but should be\r
931     enough for most games.\r
932   + Save state slots added.\r
933   + Region selector added.\r
934 \r
935 0.92\r
936   VDP changes:\r
937   * VDP emulation is now more accurate (fixes flickering in Chase HQ II,\r
938     Super Hang-On and some other problems in other games).\r
939   * HV counter emulation is now much more accurate. Fixes the Asterix games,\r
940     line in Road Rash 3, etc.\r
941   * Minor sprite and layer scroll masking bugs fixed.\r
942   + Added partial interlace mode renderer (Sonic 2 vs mode)\r
943   * Fixed a crash in both renderers when certain size window layers were used.\r
944   + Added emulation of shadow/hilight operator sprites. Other shadow/hilight\r
945     effects are still unemulated.\r
946   + Sprite emulation is more accurate, sprite limit is emulated.\r
947   + Added "accurate sprites" option, which always draws sprites in correct\r
948     order and emulates sprite collision bit, but is significantly slower.\r
949 \r
950   Emulation changes:\r
951   * Improved interrupt handling, added deferred interrupt emulation\r
952     (Lemmings, etc).\r
953   + Added serial EEPROM SRAM support (Wonder Boy in Monster World,\r
954     Megaman - The Wily Wars and many EA sports games like NBA Jam).\r
955   + Implemented ROM banking for Super Street Fighter II - The New Challengers\r
956   * Updated to the latest version of DrZ80 core, integrated memory handlers\r
957     in it for better performance. A noticeable performance increase, but save\r
958         states may not work from the previous version (you can only use them with\r
959         sound disabled in that case).\r
960   + SRAM word read handler was using incorrect byte order, fixed.\r
961 \r
962   Changes in Cyclone 0.0086:\r
963   + Added missing CHK opcode handler (used by SeaQuest DSV).\r
964   + Added missing TAS opcode handler (Gargoyles,Bubba N Stix,...). As in real genesis,\r
965     memory write-back phase is ignored (but can be enabled in config.h if needed).\r
966   + Added missing NBCD and TRAPV opcode handlers.\r
967   + Added missing addressing mode for CMP/EOR.\r
968   + Added some minor optimizations.\r
969   - Removed 216 handlers for 2927 opcodes which were generated for invalid addressing modes.\r
970   + Fixed flags for ASL, NEG, NEGX, DIVU, ADDX, SUBX, ROXR.\r
971   + Bugs fixed in MOVEP, LINK, ADDQ, DIVS handlers.\r
972   * Undocumented flags for CHK, ABCD, SBCD and NBCD are now emulated the same way as in Musashi.\r
973   + Added Uninitialized Interrupt emulation.\r
974   + Altered timing for about half of opcodes to match Musashi's.\r
975 \r
976 0.80\r
977   * Nearly all VDP code was rewritten in ARM asm. Gives ~10-25% performance\r
978     increase (depends on game).\r
979   * Optimized 32-column renderer not to render tiles offscreen, games which\r
980     use 32-column display (like Shining Force) run ~50% faster.\r
981   + Added new "Alternative renderer", which gives another ~30-45% performance\r
982     increase (in addition to mentioned above), but works only with some games,\r
983     because it is missing some features (it uses tile-based renderering\r
984     instead of default line-based and disables H-ints).\r
985   + Added "fit2" display mode for all FC gamers. It always uses 208x146 for\r
986     P800 and 208x208 for all other phones.\r
987   + Added volume control for Motorolas (experimental).\r
988 \r
989   VDP changes:\r
990   + Added support for vertical window (used by Vapor Trail, Mercs, GRIND\r
991     Stormer and others).\r
992   + Added sprite masking (hiding), adds some speed.\r
993   + Added preliminary H counter emulation. Comix Zone and Sonic 3D Blast\r
994     special stage are now playable.\r
995   + Added column based vertical scrolling (Gunstar Heroes battleship level,\r
996     Sonic and Knuckles lava boss, etc).\r
997 \r
998   Emulation changes:\r
999   + Re-added and improved Z80 faking when Z80 is disabled. Many games now can\r
1000     be played without enabling Z80 (Lost Vikings, Syndicate, etc), but some\r
1001     still need it (International Superstar Soccer Deluxe).\r
1002   * Improved ym2612 timers, Outrun music plays at correct speed, voices in\r
1003     Earthworm Jim play better, more games play sound.\r
1004   * I/O registers now remember their values (needed for Pirates! Gold)\r
1005   + Added support for 6 button pad.\r
1006 \r
1007   Changes in Cyclone 0.0083wip:\r
1008   + Added missing CHK opcode (used by SeaQuest DSV).\r
1009   + Added missing TAS opcode (Gargoyles). As in real genesis, write-back phase\r
1010     is ignored (but is enabled for other systems).\r
1011 \r
1012   Backported stuff from Snes9x:\r
1013   * Fixed Pxxx jog up/down which were not working in game.\r
1014   + Added an option to gzip save states to save space.\r
1015   + The emulator now pauses whenever it is loosing focus, so it will now pause\r
1016     when alarm/ponecall/battery low/... windows come up.\r
1017   - Removed 'pause on phonecall' feature, as it is no longer needed.\r
1018   + Video fix for asian A1000s.\r
1019 \r
1020 0.70\r
1021   * Started using tools from "Symbian GCC Improvement Project", which give\r
1022     considerable speed increase (~4fps in "center 90" mode).\r
1023   * Rewrote some drawing routines in ARM assembly (gives ~6 more fps in\r
1024     "center 90" mode).\r
1025   * Minor improvement to 0 and 180 "fit" modes. Now they look slightly better\r
1026     and are faster.\r
1027   * Minor stability improvements (emulator is less likely to crash).\r
1028   + Added some background for OSD text for better readability.\r
1029   + Added Pal/NTSC detection. This is needed for proper sound speed.\r
1030   + Implemented Reesy's DrZ80 Z80 emu. Made some changes to it with hope to make\r
1031     it faster.\r
1032   + Implemented ym2612 emu from the MAME project. Runs well but sometimes sounds\r
1033     a bit weird. Could be a little faster, so made some changes too.\r
1034   + Implemented SN76489 emu from the MAME project.\r
1035   + Added two separate sound output methods (mediaserver and cmaudiofb) with\r
1036     autodetection (needs testing).\r
1037   * Fixed VDP DMA fill emulation (as described in Charles MacDonald's docs),\r
1038     fixes Contra and some other games.\r
1039 \r
1040 0.301\r
1041   Launcher:\r
1042   * Launcher now starts emulation process from current directory,\r
1043     not from hardcoded paths.\r
1044   * Improved 'pause on call' feature, should hopefully work with Motorola phones.\r
1045 \r
1046 0.30\r
1047   Initial release.\r
1048 \r
1049 \r
1050 Disclaimer\r
1051 ----------\r
1052 \r
1053 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" \r
1054 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE \r
1055 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE \r
1056 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE \r
1057 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR \r
1058 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF \r
1059 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS \r
1060 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN \r
1061 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) \r
1062 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE \r
1063 POSSIBILITY OF SUCH DAMAGE. \r
1064 \r
1065 SEGA/Genesis/MegaDrive/SEGA-CD/Mega-CD/32X are trademarks of\r
1066 Sega Enterprises Ltd.\r
1067 \r