support for zipped ISOs
[picodrive.git] / platform / readme.txt
CommitLineData
cc68a136 1\r
2About\r
3-----\r
4\r
5This version of PicoDrive is another enhanced version of Dave's\r
6Megadrive / Genesis emulator for Pocket PC. The original Dave's code was\r
7heavily modified (including Cyclone core), parts of it were rewritten in\r
8asm, many features added, accuracy increased. This version is aimed at\r
9ARM-based handheld devices, so ports exist for GP2X handheld console,\r
10Symbian smartphones and PocketPC devices.\r
11\r
12\r
13How to make it run\r
14------------------\r
15\r
16GP2X:\r
17Copy PicoDrive.gpe, code940.bin and mmuhack.o to any place in your filesystem\r
18(all 3 files must be in the same directory) and run PicoDrive.gpe.\r
19Then load a ROM and enjoy!\r
20\r
21Symbian:\r
22Select PicoDrive from application (tools) menu and run it. That's it!\r
23\r
24All:\r
25If you have any problems (game does not boot, sound is glitchy, broken graphics),\r
26make sure you enable "Accurate timing", "Emulate Z80" and then disable\r
27"Fast renderer". This way you will get the best compatibility this emulator can\r
28provide.\r
29\r
30\r
31Configuration\r
32-------------\r
33\r
34See config.txt file.\r
35\r
36\r
37Problems / limitations\r
38----------------------\r
39\r
40* 32x, Sega CD, SVP are not emulated.\r
41* Various VDP quirks (window bug, scroll size 2, etc.) are not emulated,\r
42 as very few games use this.\r
43* Some games don't work or have glitches because of inaccurate timing and sync\r
44 between the emulated chips.\r
45\r
46\r
47Credits\r
48-------\r
49\r
50This emulator uses code from these people/projects:\r
51\r
52Dave\r
53Cyclone 68000 core, Pico emulation library\r
54Homepage: http://www.finalburn.com/\r
55\r
56notaz\r
57GP2X port, Cyclone 68000 hacks, lots of additional coding (see changelog).\r
58\r
59Reesy & FluBBa\r
60DrZ80, the Z80 emulator written in ARM assembly.\r
61Homepage: http://reesy.gp32x.de/\r
62\r
63Tatsuyuki Satoh, Jarek Burczynski, MultiArcadeMachineEmulator development\r
64software implementation of Yamaha FM sound generator\r
65\r
66MultiArcadeMachineEmulator (MAME) development\r
67Texas Instruments SN76489 / SN76496 programmable tone /noise generator\r
68Homepage: http://www.mame.net/\r
69\r
70\r
71Additional thanks\r
72-----------------\r
73\r
74* Charles MacDonald (http://cgfm2.emuviews.com/) for old but still very useful\r
75 info about genesis hardware.\r
76