summaryrefslogtreecommitdiff
path: root/emulators/atari800/files/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emulators/atari800/files/config.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/atari800/files/config.h b/emulators/atari800/files/config.h
new file mode 100644
index 000000000000..65625dc40f97
--- /dev/null
+++ b/emulators/atari800/files/config.h
@@ -0,0 +1,19 @@
+/*
+ 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 UNALIGNED_LONG_OK
+#endif