diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:07 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | c48be5d248dda4c9fa284468c5e72439b94fcff5 (patch) | |
tree | 598592d20ce146ec54f58bd2a4772d2900a86dfa /games/fmsx-libretro/README | |
parent | 0a18f809db7c497ff46b266b264840b928b3ced9 (diff) |
games/fmsx-libretro: Added (libretro port of fMSX).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/fmsx-libretro/README')
-rw-r--r-- | games/fmsx-libretro/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/fmsx-libretro/README b/games/fmsx-libretro/README new file mode 100644 index 000000000000..afd3fb897e9f --- /dev/null +++ b/games/fmsx-libretro/README @@ -0,0 +1,15 @@ +fMSX is a program that emulates MSX, MSX2, and MSX2+ 8bit home computers. + +fMSX optionally supports using the following BIOS image file for operation: + +* MSX.ROM (MSX BIOS) +* MSX2.ROM (MSX2 BIOS) +* MSX2EXT.ROM (MSX2 ExtROM) +* MSX2P.ROM (MSX2+ BIOS) +* MSX2PEXT.ROM (MSX2+ ExtROM) + +The BIOS images are included with the fsmx-libretro source tree in the +fMSX/ROMs directory. + +To build the debugging symbols use: + DEBUG=1 ./fmsx-libretro.SlackBuild |