X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2FGenaDrive%2Freadme.txt;h=de4678693cbfc1dad9b9de594f872b02ec8387df;hb=7b3f44c6b677a60b63b092f825a2b6c58166b70c;hp=4153273a68339fcaef42a578f72a7cdc287831a5;hpb=757f8dae1a2e71eb299cfb82269a1b1507da63bf;p=picodrive.git diff --git a/platform/win32/GenaDrive/readme.txt b/platform/win32/GenaDrive/readme.txt index 4153273..de46786 100644 --- a/platform/win32/GenaDrive/readme.txt +++ b/platform/win32/GenaDrive/readme.txt @@ -6,10 +6,10 @@ This is a quick windows port of PicoDrive, a Megadrive / Genesis emulator for handheld devices. It was originally coded having ARM CPU based devices in mind (most work was done on GP2X version), but there is also a PSP port. -The sole purpose of this port is to demonstrate my SVP emulation code. This -makes it one of the most minimal emulators out there. If you need more -features, you will have to wait until SVP support is integrated in Kega, Gens -and the likes, as this emu was not meant to compete with them. +The sole purpose of this port is to demonstrate my SVP and Sega Pico emulation +code. This makes it one of the most minimal emulators out there. If you need +more features, you will have to wait until support is integrated in Kega, +Gens and the likes, as this emu was not meant to compete with them. For more info, visit http://notaz.gp2x.de/svp.php @@ -20,6 +20,8 @@ Releases 1.40 - first release. 1.40a - Tasco Deluxe's dithering fix. 1.40b - Perspective fix thanks to Pierpaolo Prazzoli's info. +1.45 - Added preliminary Sega Pico emulation. +1.45a - Few bugfixes and additions. Controls @@ -27,13 +29,15 @@ Controls These are currently hardcoded, keyboard only: +PC Gen/MD Sega Pico +-------+-----------+--------- Enter: Start Z: A -X: B -C: C -TAB: (reset) -Esc: (load ROM) -Arrows: D-pad +X: B red button +C: C pen push +TAB: (reset) +Esc: (load ROM) +Arrows: D-pad Credits @@ -41,7 +45,7 @@ Credits A lot of work on making SVP emulation happen was done by Tasco Deluxe, my stuff is a continuation of his. Pierpaolo Prazzoli's information and his -SSP1610 disassebler in MAME code helped a lot too. +SSP1610 disassembler in MAME code helped a lot too. The original PicoDrive was written by fDave from finalburn.com @@ -51,5 +55,7 @@ This PicoDrive version uses bits and pieces of from other projects: z80: CZ80 by Stéphane Dallongeville and modified by NJ. YM2612 and SN76496 cores: MAME devs. +Special thanks to Rokas and Lordus for various ideas. + Greets to all the sceners and emu authors out there!