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