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 | 2435c2101040a236e51b53f50135ddca13573937 (patch) | |
tree | 71e7475e954423fc7f7f77384156106b670785ac /games/gw-libretro/README | |
parent | c0ce0de283183fb4a3e951642db41f58a3028fc8 (diff) |
games/gw-libretro: Added (Game & Watch simulators).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/gw-libretro/README')
-rw-r--r-- | games/gw-libretro/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gw-libretro/README b/games/gw-libretro/README new file mode 100644 index 0000000000000..f2abab1b19282 --- /dev/null +++ b/games/gw-libretro/README @@ -0,0 +1,11 @@ +Game & Watch is a libretro core that runs Game & Watch simulators. + +It runs simulators converted from source code for the games available at +MADrigal. Each simulator is converted with pas2lua, which was written +specifically for this purpose, and uses bstree, which was also specifically +written to obfuscate the generated Lua source code as per MADrigal's request. + +Games for this emulator are downloadable from the RetroArch gui. + +To build the debugging symbols use: + DEBUG=1 ./gw-libretro.SlackBuild |