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
9 The reason I'm sometimes doing windows versions is to show certain emulation
\r
10 possibilities, first release was to demonstrate SVP emulation (Virtua Racing),
\r
11 later Pico toy and X-Men 32X prototype. It is not to compete with other
\r
12 emulators like Kega Fusion and the likes.
\r
14 For more info, visit http://notaz.gp2x.de/svp.php
\r
20 1.70 - preliminary 32X emulation, runs X-Men proto.
\r
21 1.45a - Few bugfixes and additions.
\r
22 1.45 - Added preliminary Sega Pico emulation.
\r
23 1.40b - Perspective fix thanks to Pierpaolo Prazzoli's info.
\r
24 1.40a - Tasco Deluxe's dithering fix.
\r
25 1.40 - first release.
\r
31 These are currently hardcoded, keyboard only:
\r
34 -------+-----------+---------
\r
44 It is possible to change some things in config.cfg (it is created on exit),
\r
45 but possibilities are limited.
\r
51 Vast majority of code written by notaz (notasasatgmailcom).
\r
53 A lot of work on making SVP emulation happen was done by Tasco Deluxe, my
\r
54 stuff is a continuation of his. Pierpaolo Prazzoli's information and his
\r
55 SSP1610 disassembler in MAME code helped a lot too.
\r
57 The original PicoDrive was written by fDave from finalburn.com
\r
59 This PicoDrive version uses bits and pieces of from other projects:
\r
61 68k: FAME/C core, by Chui and Stéphane Dallongeville (as C68K).
\r
62 z80: CZ80 by Stéphane Dallongeville and modified by NJ.
\r
63 YM2612, SN76496 and SH2 cores: MAME devs.
\r
65 Special thanks (ideas, valuable information and stuff):
\r
66 Charles MacDonald, Eke, Exophase, Haze, Lordus, Nemesis,
\r
67 Pierpaolo Prazzoli, Rokas, Steve Snake, Tasco Deluxe.
\r
69 Greets to all the sceners and emu authors out there!
\r