the old-new win32 port
[libpicofe.git] / win32 / readme.txt
diff --git a/win32/readme.txt b/win32/readme.txt
new file mode 100644 (file)
index 0000000..ba9ebff
--- /dev/null
@@ -0,0 +1,69 @@
+\r
+About\r
+-----\r
+\r
+This is a quick windows port of PicoDrive, a Megadrive / Genesis emulator for\r
+handheld devices. It was originally coded having ARM CPU based devices in mind\r
+(most work was done on GP2X version), but there is also a PSP port.\r
+\r
+The reason I'm sometimes doing windows versions is to show certain emulation\r
+possibilities, first release was to demonstrate SVP emulation (Virtua Racing),\r
+later Pico toy and X-Men 32X prototype. It is not to compete with other\r
+emulators like Kega Fusion and the likes.\r
+\r
+For more info, visit http://notaz.gp2x.de/svp.php\r
+\r
+\r
+Releases\r
+--------\r
+\r
+1.70  - preliminary 32X emulation, runs X-Men proto.\r
+1.45a - Few bugfixes and additions.\r
+1.45  - Added preliminary Sega Pico emulation.\r
+1.40b - Perspective fix thanks to Pierpaolo Prazzoli's info.\r
+1.40a - Tasco Deluxe's dithering fix.\r
+1.40  - first release.\r
+\r
+\r
+Controls\r
+--------\r
+\r
+These are currently hardcoded, keyboard only:\r
+\r
+PC      Gen/MD      Sega Pico\r
+-------+-----------+---------\r
+Enter:  Start\r
+A:      A\r
+S:      B           red button\r
+D:      C           pen push\r
+TAB:            (reset)\r
+Esc:           (load ROM)\r
+Arrows:          D-pad\r
+\r
+It is possible to change some things in config.cfg (it is created on exit),\r
+but possibilities are limited.\r
+\r
+\r
+Credits\r
+-------\r
+\r
+Vast majority of code written by notaz (notasasatgmailcom).\r
+\r
+A lot of work on making SVP emulation happen was done by Tasco Deluxe, my\r
+stuff is a continuation of his. Pierpaolo Prazzoli's information and his\r
+SSP1610 disassembler in MAME code helped a lot too.\r
+\r
+The original PicoDrive was written by fDave from finalburn.com\r
+\r
+This PicoDrive version uses bits and pieces of from other projects:\r
+\r
+68k: FAME/C core, by Chui and Stéphane Dallongeville (as C68K).\r
+z80: CZ80 by Stéphane Dallongeville and modified by NJ.\r
+YM2612, SN76496 and SH2 cores: MAME devs.\r
+\r
+Special thanks (ideas, valuable information and stuff):\r
+Charles MacDonald, Eke, Exophase, Haze, Lordus, Nemesis,\r
+Pierpaolo Prazzoli, Rokas, Steve Snake, Tasco Deluxe.\r
+\r
+Greets to all the sceners and emu authors out there!\r
+\r