1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/atari800/files/config.h
Thomas Gellekum d88cedc838 Import atari800 port. This is an emulator of the old 8bit computer.
PR:		3411
Submitted by:	Joel Sutton <sutton@aardvark.apana.org.au>
1997-10-29 09:07:09 +00:00

20 lines
499 B
C

/*
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