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 | be3d2d55f41954fbfef48b52860e1a5957445327 (patch) | |
tree | bf2fdcb3f03c65165b8d4d397f76b152ff392f10 /games/beetle-supergrafx-libretro/README | |
parent | 6acc14f5b65a6052c34d1b0f5b6dcc8878217f93 (diff) |
games/beetle-supergrafx-libretro: Added (fork of Mednafen PCE Fast).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/beetle-supergrafx-libretro/README')
-rw-r--r-- | games/beetle-supergrafx-libretro/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/beetle-supergrafx-libretro/README b/games/beetle-supergrafx-libretro/README new file mode 100644 index 000000000000..4bb58c49cf7c --- /dev/null +++ b/games/beetle-supergrafx-libretro/README @@ -0,0 +1,13 @@ +PC Engine SuperGrafx is a NEC PC Engine SuperGrafx video game system emulator +that can be used as a libretro core. + +Beetle/Mednafen SGX requires the following BIOS image file for CD emulation to +work: + +* syscard3.pce + +Any CD-ROM System BIOS will work, but some them are known to be incompatible +with certain games. + +To build the debugging symbols use: + DEBUG=1 ./beetle-supergrafx-libretro.SlackBuild |