readme.txt 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. About
  2. -----
  3. This is a quick windows port of PicoDrive, a Megadrive / Genesis emulator for
  4. handheld devices. It was originally coded having ARM CPU based devices in mind
  5. (most work was done on GP2X version), but there is also a PSP port.
  6. The reason I'm sometimes doing windows versions is to show certain emulation
  7. possibilities, first release was to demonstrate SVP emulation (Virtua Racing),
  8. later Pico toy and X-Men 32X prototype. It is not to compete with other
  9. emulators like Kega Fusion and the likes.
  10. For more info, visit http://notaz.gp2x.de/svp.php
  11. Releases
  12. --------
  13. 1.70 - preliminary 32X emulation, runs X-Men proto.
  14. 1.45a - Few bugfixes and additions.
  15. 1.45 - Added preliminary Sega Pico emulation.
  16. 1.40b - Perspective fix thanks to Pierpaolo Prazzoli's info.
  17. 1.40a - Tasco Deluxe's dithering fix.
  18. 1.40 - first release.
  19. Controls
  20. --------
  21. These are currently hardcoded, keyboard only:
  22. PC Gen/MD Sega Pico
  23. -------+-----------+---------
  24. Enter: Start
  25. A: A
  26. S: B red button
  27. D: C pen push
  28. Q,W,E: X,Y,Z
  29. TAB: (reset)
  30. Esc: (load ROM)
  31. Arrows: D-pad
  32. It is possible to change some things in config.cfg (it is created on exit),
  33. but possibilities are limited.
  34. Credits
  35. -------
  36. Vast majority of code written by notaz (notasasatgmailcom).
  37. A lot of work on making SVP emulation happen was done by Tasco Deluxe, my
  38. stuff is a continuation of his. Pierpaolo Prazzoli's information and his
  39. SSP1610 disassembler in MAME code helped a lot too.
  40. The original PicoDrive was written by fDave from finalburn.com
  41. This PicoDrive version uses bits and pieces of from other projects:
  42. 68k: FAME/C core, by Chui and Stéphane Dallongeville (as C68K).
  43. z80: CZ80 by Stéphane Dallongeville and modified by NJ.
  44. YM2612, SN76496 and SH2 cores: MAME devs.
  45. Special thanks (ideas, valuable information and stuff):
  46. Charles MacDonald, Eke, Exophase, Haze, Lordus, Nemesis,
  47. Pierpaolo Prazzoli, Rokas, Steve Snake, Tasco Deluxe.
  48. Greets to all the sceners and emu authors out there!