summaryrefslogtreecommitdiff
path: root/emulators/atari800/files/config.h
blob: 65625dc40f972ed0877e950ae797a508d387d0f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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