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