README 562 B

1234567891011121314151617181920
  1. Cannonball is a program which allows you to play an enhanced version of
  2. Yu Suzuki's seminal arcade racer, OutRun that can be used as a libretro
  3. core.
  4. Cannonball is not an emulator, it is a complete rewrite of the original
  5. game into portable C++.
  6. cannbonball-libretro requires OutRun Revision B ROMs and a dummy game
  7. file with the '.game' prefix which should be placed in the same
  8. directory.
  9. For example:
  10. touch cannonball.game
  11. The game can then be loaded with the dummy file.
  12. To build the debugging symbols use:
  13. DEBUG=1 ./cannonball-libretro.SlackBuild