summaryrefslogtreecommitdiffstats
path: root/games/cannonball-libretro/README
diff options
context:
space:
mode:
author Hunter Sezen2018-05-25 16:04:26 +0200
committer Willy Sudiarto Raharjo2018-05-25 17:13:41 +0200
commitc17f1628cc9894fdd554dfbd46888f05f3c76c5e (patch)
treee31eb04ea88cff4fd8ce6ebf301f06eeef8c75c7 /games/cannonball-libretro/README
parentea30e359f3ae6bcb40e6e5b930785afcfc787ec9 (diff)
downloadslackbuilds-c17f1628cc9894fdd554dfbd46888f05f3c76c5e.tar.gz
games/cannonball-libretro: Added (Enhanced OutRun Engine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/cannonball-libretro/README')
-rw-r--r--games/cannonball-libretro/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/cannonball-libretro/README b/games/cannonball-libretro/README
new file mode 100644
index 0000000000..d86ce0dbde
--- /dev/null
+++ b/games/cannonball-libretro/README
@@ -0,0 +1,19 @@
+Cannonball is a program which allows you to play an enhanced version of
+Yu Suzuki's seminal arcade racer, OutRun that can be used as a libretro
+core.
+
+Cannonball is not an emulator, it is a complete rewrite of the original
+game into portable C++.
+
+cannbonball-libretro requires OutRun Revision B ROMs and a dummy game
+file with the '.game' prefix which should be placed in the same
+directory.
+
+For example:
+
+ touch cannonball.game
+
+The game can then be loaded with the dummy file.
+
+To build the debugging symbols use:
+ DEBUG=1 ./cannonball-libretro.SlackBuild