1.45a Pico win32, code move
[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 and Sega Pico emulation\r
10 code. This makes it one of the most minimal emulators out there. If you need\r
11 more features, you will have to wait until support is integrated in Kega,\r
12 Gens 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 1.45  - Added preliminary Sega Pico emulation.\r
24 1.45a - Few bugfixes and additions.\r
25 \r
26 \r
27 Controls\r
28 --------\r
29 \r
30 These are currently hardcoded, keyboard only:\r
31 \r
32 PC      Gen/MD      Sega Pico\r
33 -------+-----------+---------\r
34 Enter:  Start\r
35 Z:      A\r
36 X:      B           red button\r
37 C:      C           pen push\r
38 TAB:            (reset)\r
39 Esc:           (load ROM)\r
40 Arrows:          D-pad\r
41 \r
42 \r
43 Credits\r
44 -------\r
45 \r
46 A lot of work on making SVP emulation happen was done by Tasco Deluxe, my\r
47 stuff is a continuation of his. Pierpaolo Prazzoli's information and his\r
48 SSP1610 disassembler in MAME code helped a lot too.\r
49 \r
50 The original PicoDrive was written by fDave from finalburn.com\r
51 \r
52 This PicoDrive version uses bits and pieces of from other projects:\r
53 \r
54 68k: FAME/C core, by Chui and Stéphane Dallongeville (as C68K).\r
55 z80: CZ80 by Stéphane Dallongeville and modified by NJ.\r
56 YM2612 and SN76496 cores: MAME devs.\r
57 \r
58 Special thanks to Rokas and Lordus for various ideas.\r
59 \r
60 Greets to all the sceners and emu authors out there!\r
61 \r