README 591 B

1234567891011121314151617
  1. PicoDrive is a Sega 8/16 bit video game system emulator that can be used as a
  2. libretro core.
  3. PicoDrive is an open-source Sega 8/16 bit and 32X emulator which was written
  4. having ARM-based handheld devices in mind. The critical parts (renderer, 68K
  5. and Z80 cpu interpreters) and some other random code is written in ARM asm,
  6. other code is C.
  7. PicoDrive requires a real BIOS for Sega CD/Mega CD emulation to work.
  8. * bios_CD_E.bin (MegaCD EU BIOS)
  9. * bios_CD_U.bin (SegaCD US BIOS)
  10. * bios_CD_J.bin (MegaCD JP BIOS)
  11. To build the debugging symbols use:
  12. DEBUG=1 ./picodrive-libretro.SlackBuild