diff options
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 0000000000000..cede87860ef77 --- /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 |