1 |
|
/* |
2 |
|
* sysdeps.h - System dependent definitions for AmigaOS |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2000 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2001 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
38 |
|
|
39 |
|
// Mac ROM is not write protected |
40 |
|
#define ROM_IS_WRITE_PROTECTED 0 |
41 |
+ |
#define USE_SCRATCHMEM_SUBTERFUGE 1 |
42 |
|
|
43 |
|
// ExtFS is supported |
44 |
|
#define SUPPORTS_EXTFS 1 |
61 |
|
// Time data type for Time Manager emulation |
62 |
|
typedef struct timeval tm_time_t; |
63 |
|
|
63 |
– |
// Offset Mac->AmigaOS time in seconds |
64 |
– |
#define TIME_OFFSET 0x8b31ef80 |
65 |
– |
|
64 |
|
// Endianess conversion (not needed) |
65 |
|
#define ntohs(x) (x) |
66 |
|
#define ntohl(x) (x) |