blob: 0ab14802df1a9f8df3aa6925c826b9dbf29035d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|