diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:09 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | 6a0ecdb21cb62d9b2d67c1ac49ade384c7efab99 (patch) | |
tree | 0978dfc407d76d7a46af78e5c07c00398b069115 /games/prosystem-libretro/README | |
parent | 6cb1f8c3d0c94ff83b7d8efc904f8c2e7cb4f9e9 (diff) | |
download | slackbuilds-6a0ecdb21cb62d9b2d67c1ac49ade384c7efab99.tar.gz |
games/prosystem-libretro: Added (libretro port of ProSystem).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/prosystem-libretro/README')
-rw-r--r-- | games/prosystem-libretro/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/prosystem-libretro/README b/games/prosystem-libretro/README new file mode 100644 index 0000000000..477578d986 --- /dev/null +++ b/games/prosystem-libretro/README @@ -0,0 +1,9 @@ +ProSystem is an Atari 7800 video game system emulator that can be used as a +libretro core. + +ProSystem optionally supports using the following BIOS image file for operation: + +* 7800 BIOS (U).rom (Atari 7800 BIOS) + +To build the debugging symbols use: + DEBUG=1 ./prosystem-libretro.SlackBuild |