diff options
author | David Ferrone <zapwai@gmail.com> | 2022-05-04 10:12:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:33 +0700 |
commit | 2b4b99f7f50365d7e896797f3b710206d3985ca4 (patch) | |
tree | cae6b57bfae89b3a8babfb82d1660a4e7ee44a3d /games/wolfmame/README | |
parent | 01c736b3cf20be1e8f5a130c93925e2940f5ea75 (diff) |
games/wolfmame: Added (A secure fork of MAME)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/wolfmame/README')
-rw-r--r-- | games/wolfmame/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/wolfmame/README b/games/wolfmame/README new file mode 100644 index 0000000000000..4064d6daf15d9 --- /dev/null +++ b/games/wolfmame/README @@ -0,0 +1,12 @@ +WolfMAME is a fork of MAME that does not allow pausing, and has other +security features which facilitate the recording of achievements in +arcade games. + +Users recorded .inp files will be placed in /opt/wolfmame/inp + +use "export MAKEFLAGS=-j4" before building, +e.g. where 4 = # of cores, to speed up compilation. + +Note that ccache is used by default. To turn off ccache support, use: + + USE_CCACHE=no ./wolfmame.SlackBuild |