diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:09 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | 431758d0d855e55423ba07d94070fdea5a026682 (patch) | |
tree | 6fe8db68c5a189a53e308f6cb53f984ad00c8a4a /games/picodrive-libretro/README | |
parent | 71efa72e4c833f53d5a4a53176ffc767d7260015 (diff) | |
download | slackbuilds-431758d0d855e55423ba07d94070fdea5a026682.tar.gz |
games/picodrive-libretro: Added (MegaDrive/MegaCD/32X emulator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/picodrive-libretro/README')
-rw-r--r-- | games/picodrive-libretro/README | 13 |
1 files changed, 13 insertions, 0 deletions
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) |