diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:06 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | 56af37cbf5573e9886a5c0c4522a9c06fb1ceaa8 (patch) | |
tree | 73b13adcb7742b4d2a19183d6bfb5373ddd453fe /games/blueMSX-libretro/README | |
parent | 6eb7e9d667ce6c9804bce01fb8e03cc63dd8ed01 (diff) | |
download | slackbuilds-56af37cbf5573e9886a5c0c4522a9c06fb1ceaa8.tar.gz |
games/blueMSX-libretro: Added (libretro port of blueMSX).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/blueMSX-libretro/README')
-rw-r--r-- | games/blueMSX-libretro/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/blueMSX-libretro/README b/games/blueMSX-libretro/README new file mode 100644 index 0000000000..eb66a25dab --- /dev/null +++ b/games/blueMSX-libretro/README @@ -0,0 +1,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 |