diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-30 16:32:35 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-30 16:32:35 +0000 |
commit | 6f79c9c567ba33f6a18d2d11c44a8f20c67a4325 (patch) | |
tree | 5b7098a000f6cb1a708b024c84b1f43302bce6a0 /emulators/atari800/files/config.h | |
parent | added CaribbeanStud (diff) |
Updated to version 0.8.6 after I modified several problems
PR: ports/7734
Submitted by: Joel Sutton (maintainer)
Notes
Notes:
svn path=/head/; revision=17454
Diffstat (limited to 'emulators/atari800/files/config.h')
-rw-r--r-- | emulators/atari800/files/config.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/emulators/atari800/files/config.h b/emulators/atari800/files/config.h index 65625dc40f97..085cc7e34a4b 100644 --- a/emulators/atari800/files/config.h +++ b/emulators/atari800/files/config.h @@ -1,19 +1,5 @@ -/* - FreeBSD ports collection version of config.h - by Joel Sutton 22nd April 1997 - - This file has been created to simplify installation of the Atari - Emulator. Voxware does work and if you wish to install it - uncomment the #define line below. Other options are not yet - supported. - - */ - #ifndef __CONFIG__ #define __CONFIG__ -/* #define LINUX_JOYSTICK */ -/* #define DIRECT_VIDEO */ -/* #define JOYMOUSE */ -/* #define VOXWARE */ +#define VOXWARE #define UNALIGNED_LONG_OK #endif |