added 12-in-1 mapper to carthw
[picodrive.git] / platform / win32 / GenaDrive / readme.txt
1 \r
2 About\r
3 -----\r
4 \r
5 This is a quick windows port of PicoDrive, a Megadrive / Genesis emulator for\r
6 handheld devices. It was originally coded having ARM CPU based devices in mind\r
7 (most work was done on GP2X version), but there is also a PSP port.\r
8 \r
9 The sole purpose of this port is to demonstrate my SVP emulation code. This\r
10 makes it one of the most minimal emulators out there. If you need more\r
11 features, you will have to wait until SVP support is integrated in Kega, Gens\r
12 and the likes, as this emu was not meant to compete with them.\r
13 \r
14 For more info, visit http://notaz.gp2x.de/svp.php\r
15 \r
16 \r
17 Releases\r
18 --------\r
19 \r
20 1.40  - first release.\r
21 1.40a - Tasco Deluxe's dithering fix.\r
22 1.40b - Perspective fix thanks to Pierpaolo Prazzoli's info.\r
23 \r
24 \r
25 Controls\r
26 --------\r
27 \r
28 These are currently hardcoded, keyboard only:\r
29 \r
30 Enter:  Start\r
31 Z:      A\r
32 X:      B\r
33 C:      C\r
34 TAB:    (reset)\r
35 Esc:    (load ROM)\r
36 Arrows: D-pad\r
37 \r
38 \r
39 Credits\r
40 -------\r
41 \r
42 A lot of work on making SVP emulation happen was done by Tasco Deluxe, my\r
43 stuff is a continuation of his. Pierpaolo Prazzoli's information and his\r
44 SSP1610 disassebler in MAME code helped a lot too.\r
45 \r
46 The original PicoDrive was written by fDave from finalburn.com\r
47 \r
48 This PicoDrive version uses bits and pieces of from other projects:\r
49 \r
50 68k: FAME/C core, by Chui and Stéphane Dallongeville (as C68K).\r
51 z80: CZ80 by Stéphane Dallongeville and modified by NJ.\r
52 YM2612 and SN76496 cores: MAME devs.\r
53 \r
54 Greets to all the sceners and emu authors out there!\r
55 \r