diff options
Diffstat (limited to 'games/gw-libretro/README')
-rw-r--r-- | games/gw-libretro/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/gw-libretro/README b/games/gw-libretro/README deleted file mode 100644 index b1a9d6b759d1b..0000000000000 --- a/games/gw-libretro/README +++ /dev/null @@ -1,12 +0,0 @@ -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 |