From 431758d0d855e55423ba07d94070fdea5a026682 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Mon, 1 Aug 2016 12:11:09 +0100 Subject: games/picodrive-libretro: Added (MegaDrive/MegaCD/32X emulator). Signed-off-by: David Spencer --- games/picodrive-libretro/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 games/picodrive-libretro/README (limited to 'games/picodrive-libretro/README') diff --git a/games/picodrive-libretro/README b/games/picodrive-libretro/README new file mode 100644 index 0000000000..4b3079b4cc --- /dev/null +++ b/games/picodrive-libretro/README @@ -0,0 +1,13 @@ +PicoDrive is a Sega 8/16 bit video game system emulator that can be used as a +libretro core. + +PicoDrive is an open-source Sega 8/16 bit and 32X emulator which was written +having ARM-based handheld devices in mind. The critical parts (renderer, 68K +and Z80 cpu interpreters) and some other random code is written in ARM asm, +other code is C. + +PicoDrive requires a real BIOS for Sega CD/Mega CD emulation to work. + +* bios_CD_E.bin (MegaCD EU BIOS) +* bios_CD_U.bin (SegaCD US BIOS) +* bios_CD_J.bin (MegaCD JP BIOS) -- cgit v1.2.3