| 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 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 |
| 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.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 |
| 26 | \r |
| 27 | \r |
| 28 | Controls\r |
| 29 | --------\r |
| 30 | \r |
| 31 | These are currently hardcoded, keyboard only:\r |
| 32 | \r |
| 33 | PC Gen/MD Sega Pico\r |
| 34 | -------+-----------+---------\r |
| 35 | Enter: Start\r |
| 36 | A: A\r |
| 37 | S: B red button\r |
| 38 | D: C pen push\r |
| 39 | Q,W,E: X,Y,Z\r |
| 40 | TAB: (reset)\r |
| 41 | Esc: (load ROM)\r |
| 42 | Arrows: D-pad\r |
| 43 | \r |
| 44 | It is possible to change some things in config.cfg (it is created on exit),\r |
| 45 | but possibilities are limited.\r |
| 46 | \r |
| 47 | \r |
| 48 | Credits\r |
| 49 | -------\r |
| 50 | \r |
| 51 | Vast majority of code written by notaz (notasasatgmailcom).\r |
| 52 | \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 |
| 56 | \r |
| 57 | The original PicoDrive was written by fDave from finalburn.com\r |
| 58 | \r |
| 59 | This PicoDrive version uses bits and pieces of from other projects:\r |
| 60 | \r |
| 61 |