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