aboutsummaryrefslogtreecommitdiff
path: root/games/cannonball-libretro/README
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-04-21 21:48:32 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-04-21 21:48:32 -0500
commitff3194b2cc770cba9a39e1310fd443e959f811db (patch)
treea018041b20f6aabbbbc0336e46cf9c5f737a157a /games/cannonball-libretro/README
parent2909f5f2769fae1dcb182a10e2a41e72a62920a1 (diff)
games/cannonball-libretro: Removed (no maintainer)
Diffstat (limited to 'games/cannonball-libretro/README')
-rw-r--r--games/cannonball-libretro/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/games/cannonball-libretro/README b/games/cannonball-libretro/README
deleted file mode 100644
index d86ce0dbdeec5..0000000000000
--- a/games/cannonball-libretro/README
+++ /dev/null
@@ -1,19 +0,0 @@
-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