ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/AmigaOS/sysdeps.h (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.3 by cebix, 1999-10-19T17:41:23Z

# Line 28 | Line 28
28   #include <stdlib.h>
29   #include <string.h>
30  
31 + #include "user_strings_amiga.h"
32 +
33   // Are the Mac and the host address space the same?
34   #define REAL_ADDRESSING 1
35  
# Line 52 | Line 54 | typedef LONG loff_t;
54   // Time data type for Time Manager emulation
55   typedef struct timeval tm_time_t;
56  
57 + // Offset Mac->AmigaOS time in seconds
58 + #define TIME_OFFSET 0x8b31ef80
59 +
60   // Endianess conversion (not needed)
61   #define ntohs(x) (x)
62   #define ntohl(x) (x)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines