blob: 0de9f92e8f6e257c878a8d1693a187b409eb7dfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
blueMSX is a MSX video game system emulator that can be used as a
libretro core.
blueMSX is a cycle accurate emulator that emulates all generations of
MSX computers as well as SVI, ColecoVision and Sega SG-1000.
The required bios images are included with the standalone blueMSX
source package, the 'Machines' directory can be copied into the
RetroArch system/bios directory.
To build the debugging symbols use:
DEBUG=1 ./blueMSX-libretro.SlackBuild
|