diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:04 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | 9353c6705ed00e0be787dceb71af8a3fa20b86b9 (patch) | |
tree | 8bbbae057cc39936596c910da4ed952a83e5f467 /games/4do-libretro/README | |
parent | c4e3e812928a2f50ba0cac8dfb48364a007f2906 (diff) | |
download | slackbuilds-9353c6705ed00e0be787dceb71af8a3fa20b86b9.tar.gz |
games/4do-libretro: Added (Port of 4DO/libfreedo to libretro).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/4do-libretro/README')
-rw-r--r-- | games/4do-libretro/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/4do-libretro/README b/games/4do-libretro/README new file mode 100644 index 0000000000..d6ea9eecd5 --- /dev/null +++ b/games/4do-libretro/README @@ -0,0 +1,9 @@ +4DO is an open-source, low-level emulator for the 3DO Game Console based +on the FreeDO source code that can be used as a libretro core. + +4DO requires the following BIOS image file for operation + +* panafz10.bin (Panasonic FZ-10 BIOS) + +To build the debugging symbols use: + DEBUG=1 ./4do-libretro.SlackBuild |