diff options
Diffstat (limited to 'games/SameBoy-libretro/README')
-rw-r--r-- | games/SameBoy-libretro/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/SameBoy-libretro/README b/games/SameBoy-libretro/README new file mode 100644 index 0000000000..d8753e18ef --- /dev/null +++ b/games/SameBoy-libretro/README @@ -0,0 +1,14 @@ +SameBoy is an open source Game Boy (DMG) and Game Boy Color (CGB) video +game system emulator that can be used as a libretro core. + +SameBoy optionally supports using the following BIOS image files for operation: + +* dmg_boot.bin +* cgb_boot.bin + +Open Source DMG and DGB boot roms are provided in the source tree in the +BootROMS/prebuilt directory and can be placed in RetroArch's system/bios +directory. + +To build the debugging symbols use: + DEBUG=1 ./libretro-SameBoy.SlackBuild |