diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:08 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | 16240aede3902a858b39167ba977a33c9f770b2b (patch) | |
tree | 3e38f2c79e49c0f79d24089f911cdc91c9bb9207 /games/libretro-reicast/README | |
parent | 2503630b336ad6c78484ed0f2953ec5efe072e59 (diff) |
games/libretro-reicast: Added (Port of reicast to libretro).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-reicast/README')
-rw-r--r-- | games/libretro-reicast/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/libretro-reicast/README b/games/libretro-reicast/README new file mode 100644 index 000000000000..cede87860ef7 --- /dev/null +++ b/games/libretro-reicast/README @@ -0,0 +1,10 @@ +Reicast is an Sega Dreamcast video game system emulator that can be used as a +libretro core. + +The Dreamcast BIOS files are required to run Reicast. + +* dc/dc_boot.bin +* dc/dc_flash.bin + +To build the debugging symbols use: + DEBUG=1 ./libretro-reicast.SlackBuild |