diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:07 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | 74c7526cc3b211661a103e488c0f1d98601806b1 (patch) | |
tree | 9bfe0fc28f8ce258673dc06f2942af69cb464eda /games/libretro-handy/README | |
parent | 63687cb26acd2c9421ee05d15d253c4b626b7572 (diff) | |
download | slackbuilds-74c7526cc3b211661a103e488c0f1d98601806b1.tar.gz |
games/libretro-handy: Added (Atari Lynx emulator Handy).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-handy/README')
-rw-r--r-- | games/libretro-handy/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/libretro-handy/README b/games/libretro-handy/README new file mode 100644 index 0000000000..79d9bfb4e3 --- /dev/null +++ b/games/libretro-handy/README @@ -0,0 +1,9 @@ +Handy is an Atari Lynx video game system emulator that can be used as a +libretro core. + +Handy optionally supports using the following BIOS image file for operation: + +* lynxboot.img (Lynx Boot Image) + +To build the debugging symbols use: + DEBUG=1 ./libretro-handy.SlackBuild |