diff options
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 000000000000..f2abab1b1928 --- /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 |