diff options
author | wiz <wiz> | 2002-02-01 15:10:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-02-01 15:10:56 +0000 |
commit | 486d1475a999c23af09438484da1c3e55d1d9748 (patch) | |
tree | 74890d0a1456d8a89fbdc282873a69411b4aea85 /emulators/xmame | |
parent | 4cbdeeaa203e5d3d169090d73ca0308b10e970a9 (diff) | |
download | pkgsrc-486d1475a999c23af09438484da1c3e55d1d9748.tar.gz |
Add a note explaining that you may have to do 'ulimit -d unlimited'
before running xmame for some games' graphics to be displayed correctly.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/MESSAGE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/xmame/MESSAGE b/emulators/xmame/MESSAGE new file mode 100644 index 00000000000..56892fff1e6 --- /dev/null +++ b/emulators/xmame/MESSAGE @@ -0,0 +1,10 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2002/02/01 15:10:56 wiz Exp $ + +Some games, especially encrypted newer Neo-Geo games, require lots +of memory to decrypt the graphic ROMs. In case the graphics look +garbled, try doing + ulimit -d unlimited +before running xmame. + +====================================================================== |