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