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