# | 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 | // Time data type for Time Manager emulation | |
47 | typedef bigtime_t tm_time_t; | |
48 | ||
49 | + | // Offset Mac->BeOS time in seconds |
50 | + | #define TIME_OFFSET 0x7c25b080 |
51 | + | |
52 | // 64 bit file offsets | |
53 | typedef off_t loff_t; | |
54 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |