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

Comparing BasiliskII/src/BeOS/sysdeps.h (file contents):
Revision 1.2 by cebix, 1999-10-12T20:00:51Z vs.
Revision 1.6 by cebix, 1999-10-27T17:50:06Z

# Line 40 | Line 40
40   // Is the Mac ROM write protected?
41   #define ROM_IS_WRITE_PROTECTED 1
42  
43 + // ExtFS is supported
44 + #define SUPPORTS_EXTFS 1
45 +
46 + // mon is not supported
47 + #define ENABLE_MON 0
48 +
49   // Time data type for Time Manager emulation
50   typedef bigtime_t tm_time_t;
51  
52 + // Offset Mac->BeOS time in seconds
53 + #define TIME_OFFSET 0x7c25b080
54 +
55   // 64 bit file offsets
56   typedef off_t loff_t;
57  
# Line 53 | Line 62 | typedef off_t loff_t;
62   #define uae_u16 uint16
63   #define uae_s32 int32
64   #define uae_u32 uint32
65 + #define uae_s64 int64
66 + #define uae_u64 uint64
67   typedef uae_u32 uaecptr;
68 + #define VAL64(a) (a ## LL)
69 + #define UVAL64(a) (a ## uLL)
70  
71   // UAE CPU defines
72   #ifdef __i386__

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines