README 846 B

1234567891011121314151617181920212223
  1. PicoDrive is a Sega 8/16 bit video game system emulator that can be
  2. used as a libretro core or with the standalone sdl frontend.
  3. This is yet another Megadrive / Genesis / Sega CD / Mega CD / 32X / SMS
  4. emulator, which was written having ARM-based handheld devices in mind
  5. (such as smartphones and handheld consoles like GP2X and Pandora),
  6. but also runs on non-ARM little-endian hardware too.
  7. RetroArch is an optional dependency to run the libretro core.
  8. PicoDrive requires a real BIOS for Sega CD/Mega CD emulation to work.
  9. * bios_CD_E.bin (MegaCD EU BIOS)
  10. * bios_CD_U.bin (SegaCD US BIOS)
  11. * bios_CD_J.bin (MegaCD JP BIOS)
  12. For the standalone emulator they can be placed in ~/.picodrive/ or for
  13. the libretro core they should be placed in RetroArch's system/bios
  14. directory.
  15. To build the debugging symbols use:
  16. DEBUG=1 ./picodrive.SlackBuild