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