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