bugfixes, CD swap, autorepeat
[picodrive.git] / platform / readme.txt
1 For help / comments / questions visit GP32X boards at:\r
2 http://www.gp32x.com/board/\r
3 \r
4 \r
5 About\r
6 -----\r
7 \r
8 This is yet another Megadrive / Genesis / Sega CD / Mega CD emulator, which\r
9 was written having ARM-based handheld devices in mind (such as PDAs,\r
10 smartphones and handheld consoles like GP2X of course). The critical parts\r
11 (renderer, 68K and Z80 cpu interpreters) and some other random code is\r
12 written in ARM asm, other code is C. The base code originates from Dave's\r
13 (fdave, finalburn) PicoDrive 0.30 for Pocket PC. The Sega/Mega CD code is\r
14 roughly based on Stephane Dallongeville's Gens.\r
15 \r
16 \r
17 How to make it run\r
18 ------------------\r
19 \r
20 Copy PicoDrive.gpe, code940.bin and mmuhack.o to any place in your filesystem\r
21 (all 3 files must be in the same directory) and run PicoDrive.gpe.\r
22 Then load a ROM and enjoy! ROMs can be in .smd or .bin format and can be zipped.\r
23 \r
24 If you have any problems (game does not boot, sound is glitchy, broken graphics),\r
25 make sure you enable "Accurate timing", "Emulate Z80" and then disable\r
26 "Fast renderer". This way you will get the best compatibility this emulator can\r
27 provide.\r
28 \r
29 \r
30 How to run Sega/Mega CD games\r
31 -----------------------------\r
32 \r
33 To play any game, you need BIOS files. These files must be copied to the same\r
34 directory as PicoDrive.gpe. Files can be named as follows:\r
35 US: us_scd1_9210.bin us_scd2_9306.bin SegaCDBIOS9303.bin\r
36 EU: eu_mcd1_9210.bin eu_mcd2_9303.bin eu_mcd2_9306.bin\r
37 JP: jp_mcd1_9112.bin jp_mcd1_9111.bin\r
38 these files can also be zipped.\r
39 \r
40 The game must be dumped to ISO format, but BIN can be used too. If you want\r
41 CD music, you must use ISO+mp3 files. Audio from BIN files won't be read at\r
42 all due to SD access issues. Also BIN files are usually larger, so it's better\r
43 to use ISO. ISO+mp3 files can be named similarly as for other emus.\r
44 Here are some examples:\r
45 \r
46 SonicCD.iso             data track\r
47 SonicCD_02.mp3          audio track 1 (CD track 2)\r
48 SonicCD_03.mp3\r
49 ...\r
50 \r
51 Sonic the Hedgehog CD (US) - Track 01.iso\r
52 Sonic the Hedgehog CD (US) - Track 02.mp3\r
53 Sonic the Hedgehog CD (US) - Track 03.mp3\r
54 ...\r
55 \r
56 ISO files can also be zipped (but not mp3 files, as they are already\r
57 compressed). Note that this can cause very long loading times, which may\r
58 take up to several minutes. File naming is similar as with uncompressed ISOs.\r
59 Example:\r
60 \r
61 SonicCD.zip             data track\r
62 SonicCD_02.mp3          audio track 1 (CD track 2)\r
63 SonicCD_03.mp3\r
64 ...\r
65 \r
66 \r
67 Configuration\r
68 -------------\r
69 \r
70 See config.txt file.\r
71 \r
72 \r
73 Other important stuff\r
74 ---------------------\r
75 \r
76 * When you use both GP2X CPUs, keep in mind that you can't overclock as high as\r
77   when using ARM920 only. For example my GP2X when run singlecore can reach\r
78   280MHz, but with both cores it's about 250MHz. When overclocked too much,\r
79   it may start hanging and producing random noise.\r
80 * PicoDrive is not a mp3 player, so all mp3s MUST be encoded at 44.1kHz stereo.\r
81   Otherwise mp3s will play too fast or too slow.\r
82 * Due to internal implementation mp3s must not be larger that ~15MB\r
83   (15548416 bytes). Larger mp3s will not be fully loaded.\r
84 * Use lower bitrate for better performance (96 or 128kbps CBRs recommended).\r
85 * RAM timings option is good for dualcore operation (it is disabled by\r
86   default because it doesn't work on every GP2X, so enable it in advanced\r
87   options).\r
88 \r
89 \r
90 Cheat support\r
91 -------------\r
92 \r
93 To use GG/patch codes, you must type them into your favorite text editor, one\r
94 per line. Comments may follow code after a whitespace. Only GameGenie and\r
95 Genecyst patch formats are supported.\r
96 Examples:\r
97 \r
98 Genecyst patch (this example is for Sonic):\r
99 \r
100 00334A:0005 Start with five lives\r
101 012D24:0001 Keep invincibility until end of stage\r
102 009C76:5478 each ring worth 2\r
103 009C76:5678 each ring worth 3\r
104 ...\r
105 \r
106 Game Genie patch (for Sonic 2):\r
107 \r
108 ACLA-ATD4 Hidden palace instead of death egg in level select\r
109 ...\r
110 \r
111 Both GG and patch codes can be mixed in one file.\r
112 \r
113 When the file is ready, name it just like your ROM file, but with additional\r
114 .pat extension, making sure that case matches.\r
115 \r
116 Examples:\r
117 \r
118 ROM: Sonic.zip\r
119 PATCH FILE: Sonic.zip.pat\r
120 \r
121 ROM: Sonic 2.bin\r
122 PATCH FILE: Sonic 2.bin.pat\r
123 \r
124 Put the file into your ROMs directory. Then load the .pat file as you would\r
125 a ROM. Then Cheat Menu Option should appear in main menu.\r
126 \r
127 \r
128 What is emulated?\r
129 -----------------\r
130 \r
131 Genesis/MegaDrive:\r
132 main 68k @ 7.6MHz: yes, Cyclone core\r
133 z80 @ 3.6MHz: yes, DrZ80 core\r
134 VDP: yes, except some quirks not used by games\r
135 YM2612 FM: yes, optimized MAME core\r
136 SN76489 PSG: yes, MAME core\r
137 \r
138 Sega/Mega CD:\r
139 another 68k @ 12.5MHz: yes, Cyclone too\r
140 gfx scaling/rotation chip (custom ASIC): not yet (faked only)\r
141 PCM sound source: yes\r
142 CD-ROM controller: yes (mostly)\r
143 bram (internal backup RAM): yes\r
144 \r
145 \r
146 Problems / limitations\r
147 ----------------------\r
148 \r
149 * 32x and SVP are not emulated.\r
150 * Various VDP quirks (window bug, scroll size 2, etc.) are not emulated,\r
151   as very few games use this (if any at all).\r
152 * Some games don't work or have glitches because of inaccurate timing and sync\r
153   between the emulated chips.\r
154 \r
155 \r
156 Credits\r
157 -------\r
158 \r
159 This emulator uses code from these people/projects:\r
160 \r
161 Dave\r
162 Cyclone 68000 core, Pico emulation library\r
163 Homepage: http://www.finalburn.com/\r
164 \r
165 notaz\r
166 GP2X port, Cyclone 68000 hacks, lots of additional coding (see changelog).\r
167 \r
168 Reesy & FluBBa\r
169 DrZ80, the Z80 emulator written in ARM assembly.\r
170 Homepage: http://reesy.gp32x.de/\r
171 \r
172 Tatsuyuki Satoh, Jarek Burczynski, MultiArcadeMachineEmulator development\r
173 software implementation of Yamaha FM sound generator\r
174 \r
175 MultiArcadeMachineEmulator (MAME) development\r
176 Texas Instruments SN76489 / SN76496 programmable tone /noise generator\r
177 Homepage: http://www.mame.net/\r
178 \r
179 Stephane Dallongeville\r
180 Gens, MD/Mega CD/32X emulator. Most Sega CD code is based on this emu.\r
181 \r
182 Helix community\r
183 Helix mp3 decoder\r
184 \r
185 \r
186 Additional thanks\r
187 -----------------\r
188 \r
189 * Charles MacDonald (http://cgfm2.emuviews.com/) for old but still very useful\r
190   info about genesis hardware.\r
191 * Steve Snake for all that he has done for Genesis emulation scene.\r
192 * Bart Trzynadlowski for his SSFII and 68000 docs.\r
193 * Haze for his research (http://haze.mameworld.info).\r
194 * Mark and Jean-loup for zlib library.\r
195 * Anyone else I forgot. You know who you are.\r
196 \r
197 GP2X:\r
198 * rlyeh and all the other people behind the minimal library.\r
199 * Squidge for his famous squidgehack(tm).\r
200 * Dzz for his ARM940 sample code.\r
201 * GnoStiC & Puck2099 for USB joystick support.\r
202 * Hermes PS2R, god_at_hell for the CpuCtrl library.\r
203 * craigix for supplying the GP2X hardware and making this port possible.\r
204 \r
205 Symbian:\r
206 * Peter van Sebille for his various open-source Symbian projects to learn from.\r
207 * Steve Fischer for his open-source Motorola projects.\r
208 * The development team behind "Symbian GCC Improvement Project"\r
209   (http://www.inf.u-szeged.hu/symbian-gcc/) for their updated pre-SymbianOS9\r
210   compile tools.\r
211 * AnotherGuest for all his Symbian stuff and support.\r
212 * Inder for the icons.\r
213 \r
214 \r
215 Changelog\r
216 ---------\r
217 1.32\r
218   + Added some new scaling options.\r
219   + Added ability to reaload CD images while game is running (needed for games\r
220     with multiple CDs, like Night Trap).\r
221   * Fixed DMA timing emulation (caused lock-ups for some genesis games).\r
222   * Idle loop detection was picking up wrong code and causing glitches, fixed.\r
223   * The ym2612 code on 940 now can handle multiple updates per frame\r
224     (fixes Thunger Force III "seiren" level drums for example).\r
225   * Memory handlers were ignoring some writes to PSG chip, fixed (missing sounds in\r
226     Popful Mail, Silpheed).\r
227   * Improved z80 timing, should fix some sound problems.\r
228   * Fixed a bug with sram register (fixes Phantasy Star 4).\r
229   * Added code for PRG ram write protection register (Dungeon Explorer).\r
230 \r
231 1.31\r
232   * Changed the way memory mode register is read (fixes Lunar 2, broken in 1.30).\r
233   * Fixed TAS opcode on sub-68k side (fixes Batman games).\r
234   * File browser now filters out mp3s, saves and some other files, which are not ROMS.\r
235 \r
236 1.30\r
237   + ISO files now can be zipped. Note that this causes VERY long loading times.\r
238   + Added data pre-buffering support, this allows to reduce frequency of short pauses\r
239     in FMV games (caused by SD access), but makes those pauses longer.\r
240   * Fixed PCM DMA transfers (intro FMV in Popful Mail).\r
241   + Properly implemented "decode" data transformation (Jaguar XJ220).\r
242   * Integrated "better sync" code into cyclone code, what made this mode much faster.\r
243   * Fixed a bug related to game specific config saving.\r
244   * Frameskipper was skipping sound processing, what caused some audio desyncs. Fixed.\r
245   * Fixed reset not working for some games.\r
246   + New assembly optimized memory handlers for CD (gives at least a few fps).\r
247     Also re-enabled all optimizations from 0.964 release.\r
248   + New idle-loop detection code for sub-68k. Speeds up at least a few games.\r
249 \r
250 1.201\r
251   + Added basic cheat support (GameGenie and Genecyst patches).\r
252 \r
253 1.20\r
254   * Fixed a long-standing problem in audio mixing code which caused slight distortions\r
255     at lower sample rates.\r
256   * Changed the way 920 and 940 communicates (again), should be more reliable and give\r
257     slight performance increase.\r
258   * Some optimizations in audio mixing code.\r
259   * Some menu changes (background added, smaller font in ROM browser, savestate loader\r
260     now can select slots).\r
261   + 1M mode DMA transfers implemented (used by FMV games like Night Trap and Sewer Shark).\r
262   + Games now can run code from WORD RAM in 1M mode (fixes Adventures of Willy Beamish).\r
263   + "Cell arrange" address mapping is now emulated (Heart of the alien).\r
264   + "Color numeric operation" is now emulated (text in Lunar 2, Silpheed intro graphics).\r
265   + "Better sync" option added (prevents some games from hanging).\r
266 \r
267 1.14\r
268   + Region autodetection now can be customized.\r
269   * When CDDA music tracks changed, old buffer contents were incorrectly played. Fixed.\r
270   * BRAM is now automatically formatted (no need to enter BIOS menu and format any more).\r
271   * Games now can be reset, CDDA music no longer breaks after loading another ISO.\r
272   * Fixed a race condition between 920 and 940 which sometimes caused CDDA music not to play.\r
273   + Savestates implemented for Sega/Mega CD.\r
274   + PCM sound added.\r
275   * Some mixer code rewritten in asm. 22kHz and 11kHz sound rates are now supported in\r
276     Mega CD mode (but mp3s must still be 44kHz stereo).\r
277   + Timer emulation added.\r
278   * CDC DMA tansfers fixed. Snatcher and probably some more games now boot.\r
279   * 2M word RAM -> VDP transfers fixed, no more corruption in Ecco and some other games.\r
280 \r
281 1.10\r
282   + GP2X: Added experimental Sega CD support.\r
283   + GP2X: Added partial gmv movie playback support.\r
284 \r
285 0.964\r
286   * GP2X: Fixed a sound buffer underflow issue on lower sample rate modes, which was\r
287           happening for NTSC games and causing sound clicks.\r
288   * GP2X: Redone key config to better support USB joysticks (now multiple joysticks\r
289           should be useable and configurable).\r
290   + GP2X: Added save confirmation option.\r
291   + GP2X: Added 940 CPU crash detection.\r
292   + ALL:  UIQ3 port added.\r
293 \r
294 0.963\r
295   * GP2X: Gamma-reset-on-entering-menu bug fixed.\r
296   * GP2X: Recompiled PicoDrive with gcc profiling option set as described here:\r
297           http://www.gp32x.com/board/index.php?showtopic=28490\r
298 \r
299 0.962\r
300   * GP2X: Fixed an issue with incorrect sounds in some games when dualcore operation\r
301           was enabled (for example punch sound in SOR).\r
302   * GP2X: Limited max volume to 90, because higher values often cause distortions.\r
303   * GP2X: Fixed a bug with lower res scaling.\r
304   * GP2X: Gamma is now reset on exit.\r
305 \r
306 0.96\r
307   * ALL:  Severely optimized MAME's YM2612 core, part of it is now rewritten in asm.\r
308   + GP2X: The YM2612's code now can be run in GP2X's ARM940T CPU, what causes large\r
309           performance increase.\r
310   * ALL:  Accurate renderers are slightly faster now.\r
311   + GP2X: Using quadruple buffering instead of doublebuffer now, also updated\r
312           framelimitter, this should eliminate some scrolling and tearing problems.\r
313   * GP2X: Fixed some flickering issues of 8bit accurate renderer.\r
314   + GP2X: craigix's RAM timings now can be enabled in the menu (see advanced options).\r
315   + GP2X: Added ability to save config for specific games only.\r
316   + GP2X: Gamma control added (using GP2X's hardware capabilities for this).\r
317   * GP2X: Volume keys are now configurable.\r
318   + GP2X: GnoStiC added USB joystick support, I made it possible to use it for\r
319           player 2 control (currently untested).\r
320   * GP2X: squidgehack is now applied through kernel module (cleaner way).\r
321 \r
322 0.95\r
323   * ALL:  Fixed a bug in sprite renderer which was causing slowdowns for some games.\r
324   + GP2X: Added command line support\r
325   + GP2X: Added optional hardware scaling for lower-res games like Shining Force.\r
326   * ALL:  Sound chips are now sampled 2 times per frame. This fixed some games which\r
327           had missing sounds (Vectorman 2 1st level, Thunder Force 3 water level,\r
328               etc.).\r
329   + ALL:  Added another accurate 8-bit renderer which is slightly faster and made it\r
330           default.\r
331 \r
332 0.945\r
333   + GP2X: Added frame limiter for frameskipped modes.\r
334   * GP2X: Increased brightness a bit (unused pixel bits now also contain data).\r
335   * GP2X: Suidgehack was not applied correctly (was applied before allocating some\r
336           high memory and had no effect).\r
337 \r
338 0.94\r
339   + Added GP2X port.\r
340   * Improved interrupt timing, Mazin Saga and Burning Force now works.\r
341   * Rewritten renderer code to better suit GP2X, should be faster on other\r
342     ports too.\r
343   + Added support for banking used by 12-in-1 and 4-in-1 ROMs (thanks Haze).\r
344   + Added some protection device faking, used by some unlicensed games like\r
345     Super Bubble Bobble, King of Fighters, Elf Wor, ... (thanks to Haze again)\r
346   + Added primitive Virtua Racing SVP faking, so menus can be seen now.\r
347 \r
348 0.93\r
349   * Fixed a problem with P900/P910 key configuration in FC mode.\r
350   * Improved shadow/hilight mode emulation. Still not perfect, but should be\r
351     enough for most games.\r
352   + Save state slots added.\r
353   + Region selector added.\r
354 \r
355 0.92\r
356   VDP changes:\r
357   * VDP emulation is now more accurate (fixes flickering in Chase HQ II,\r
358     Super Hang-On and some other problems in other games).\r
359   * HV counter emulation is now much more accurate. Fixes the Asterix games,\r
360     line in Road Rash 3, etc.\r
361   * Minor sprite and layer scroll masking bugs fixed.\r
362   + Added partial interlace mode renderer (Sonic 2 vs mode)\r
363   * Fixed a crash in both renderers when certain size window layers were used.\r
364   + Added emulation of shadow/hilight operator sprites. Other shadow/hilight\r
365     effects are still unemulated.\r
366   + Sprite emulation is more accurate, sprite limit is emulated.\r
367   + Added "accurate sprites" option, which always draws sprites in correct\r
368     order and emulates sprite collision bit, but is significantly slower.\r
369 \r
370   Emulation changes:\r
371   * Improved interrupt handling, added deferred interrupt emulation\r
372     (Lemmings, etc).\r
373   + Added serial EEPROM SRAM support (Wonder Boy in Monster World,\r
374     Megaman - The Wily Wars and many EA sports games like NBA Jam).\r
375   + Implemented ROM banking for Super Street Fighter II - The New Challengers\r
376   * Updated to the latest version of DrZ80 core, integrated memory handlers\r
377     in it for better performance. A noticeable performance increase, but save\r
378         states may not work from the previous version (you can only use them with\r
379         sound disabled in that case).\r
380   + SRAM word read handler was using incorrect byte order, fixed.\r
381 \r
382   Changes in Cyclone 0.0086:\r
383   + Added missing CHK opcode handler (used by SeaQuest DSV).\r
384   + Added missing TAS opcode handler (Gargoyles,Bubba N Stix,...). As in real genesis,\r
385     memory write-back phase is ignored (but can be enabled in config.h if needed).\r
386   + Added missing NBCD and TRAPV opcode handlers.\r
387   + Added missing addressing mode for CMP/EOR.\r
388   + Added some minor optimizations.\r
389   - Removed 216 handlers for 2927 opcodes which were generated for invalid addressing modes.\r
390   + Fixed flags for ASL, NEG, NEGX, DIVU, ADDX, SUBX, ROXR.\r
391   + Bugs fixed in MOVEP, LINK, ADDQ, DIVS handlers.\r
392   * Undocumented flags for CHK, ABCD, SBCD and NBCD are now emulated the same way as in Musashi.\r
393   + Added Uninitialized Interrupt emulation.\r
394   + Altered timing for about half of opcodes to match Musashi's.\r
395 \r
396 0.80\r
397   * Nearly all VDP code was rewritten in ARM asm. Gives ~10-25% performance\r
398     increase (depends on game).\r
399   * Optimized 32-column renderer not to render tiles offscreen, games which\r
400     use 32-column display (like Shining Force) run ~50% faster.\r
401   + Added new "Alternative renderer", which gives another ~30-45% performance\r
402     increase (in addition to mentioned above), but works only with some games,\r
403     because it is missing some features (it uses tile-based renderering\r
404     instead of default line-based and disables H-ints).\r
405   + Added "fit2" display mode for all FC gamers. It always uses 208x146 for\r
406     P800 and 208x208 for all other phones.\r
407   + Added volume control for Motorolas (experimental).\r
408 \r
409   VDP changes:\r
410   + Added support for vertical window (used by Vapor Trail, Mercs, GRIND\r
411     Stormer and others).\r
412   + Added sprite masking (hiding), adds some speed.\r
413   + Added preliminary H counter emulation. Comix Zone and Sonic 3D Blast\r
414     special stage are now playable.\r
415   + Added column based vertical scrolling (Gunstar Heroes battleship level,\r
416     Sonic and Knuckles lava boss, etc).\r
417 \r
418   Emulation changes:\r
419   + Re-added and improved Z80 faking when Z80 is disabled. Many games now can\r
420     be played without enabling Z80 (Lost Vikings, Syndicate, etc), but some\r
421     still need it (International Superstar Soccer Deluxe).\r
422   * Improved ym2612 timers, Outrun music plays at correct speed, voices in\r
423     Earthworm Jim play better, more games play sound.\r
424   * I/O registers now remember their values (needed for Pirates! Gold)\r
425   + Added support for 6 button pad.\r
426 \r
427   Changes in Cyclone 0.0083wip:\r
428   + Added missing CHK opcode (used by SeaQuest DSV).\r
429   + Added missing TAS opcode (Gargoyles). As in real genesis, write-back phase\r
430     is ignored (but is enabled for other systems).\r
431 \r
432   Backported stuff from Snes9x:\r
433   * Fixed Pxxx jog up/down which were not working in game.\r
434   + Added an option to gzip save states to save space.\r
435   + The emulator now pauses whenever it is loosing focus, so it will now pause\r
436     when alarm/ponecall/battery low/... windows come up.\r
437   - Removed 'pause on phonecall' feature, as it is no longer needed.\r
438   + Video fix for asian A1000s.\r
439 \r
440 0.70\r
441   * Started using tools from "Symbian GCC Improvement Project", which give\r
442     considerable speed increase (~4fps in "center 90" mode).\r
443   * Rewrote some drawing routines in ARM assembly (gives ~6 more fps in\r
444     "center 90" mode).\r
445   * Minor improvement to 0 and 180 "fit" modes. Now they look slightly better\r
446     and are faster.\r
447   * Minor stability improvements (emulator is less likely to crash).\r
448   + Added some background for OSD text for better readability.\r
449   + Added Pal/NTSC detection. This is needed for proper sound speed.\r
450   + Implemented Reesy's DrZ80 Z80 emu. Made some changes to it with hope to make\r
451     it faster.\r
452   + Implemented ym2612 emu from the MAME project. Runs well but sometimes sounds\r
453     a bit weird. Could be a little faster, so made some changes too.\r
454   + Implemented SN76489 emu from the MAME project.\r
455   + Added two separate sound output methods (mediaserver and cmaudiofb) with\r
456     autodetection (needs testing).\r
457   * Fixed VDP DMA fill emulation (as described in Charles MacDonald's docs),\r
458     fixes Contra and some other games.\r
459 \r
460 0.301\r
461   Launcher:\r
462   * Launcher now starts emulation process from current directory,\r
463     not from hardcoded paths.\r
464   * Improved 'pause on call' feature, should hopefully work with Motorola phones.\r
465 \r
466 0.30\r
467   Initial release.\r
468 \r
469 \r
470 Disclaimer\r
471 ----------\r
472 \r
473 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" \r
474 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE \r
475 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE \r
476 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE \r
477 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR \r
478 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF \r
479 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS \r
480 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN \r
481 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) \r
482 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE \r
483 POSSIBILITY OF SUCH DAMAGE. \r
484 \r
485 SEGA/Genesis/MegaDrive/SEGA-CD/Mega-CD/32X are trademarks of\r
486 Sega Enterprises Ltd.\r
487 \r