uae-wii/src/od-linux/memory.h
2009-05-05 15:36:48 +00:00

16 lines
228 B
C

/*
* UAE - The Un*x Amiga Emulator
*
* See if this OS has mmap.
*
* Copyright 1996 Bernd Schmidt
*/
#undef USE_MAPPED_MEMORY
#if USER_PROGRAMS_BEHAVE > 0
#define USE_MAPPED_MEMORY
#endif
#define CAN_MAP_MEMORY