--- BasiliskII/src/AmigaOS/sysdeps.h 1999/11/01 16:24:13 1.7 +++ BasiliskII/src/AmigaOS/sysdeps.h 2001/10/14 18:00:44 1.13 @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for AmigaOS * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,23 +27,25 @@ #include #include #include +#include #include "user_strings_amiga.h" -// Are the Mac and the host address space the same? +// Mac and host address space are the same #define REAL_ADDRESSING 1 -// Are we using a 68k emulator or the real thing? +// Using 68k natively #define EMULATED_68K 0 -// Is the Mac ROM write protected? +// Mac ROM is not write protected #define ROM_IS_WRITE_PROTECTED 0 +#define USE_SCRATCHMEM_SUBTERFUGE 1 // ExtFS is supported #define SUPPORTS_EXTFS 1 // mon is not supported -#define ENABLE_MON 0 +#undef ENABLE_MON // Data types typedef unsigned char uint8; @@ -60,9 +62,6 @@ typedef unsigned long long loff_t; // Time data type for Time Manager emulation typedef struct timeval tm_time_t; -// Offset Mac->AmigaOS time in seconds -#define TIME_OFFSET 0x8b31ef80 - // Endianess conversion (not needed) #define ntohs(x) (x) #define ntohl(x) (x)