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.8 by cebix, 2000-04-10T18:52:56Z vs.
Revision 1.9 by cebix, 2000-07-22T16:00:35Z

# Line 36 | Line 36
36   #define WORDS_BIGENDIAN 1
37   #endif
38  
39 < // Are we using a 68k emulator or the real thing?
39 > // Using 68k emulator
40   #define EMULATED_68K 1
41  
42 < // Is the Mac ROM write protected?
42 > // Mac ROM is write protected
43   #define ROM_IS_WRITE_PROTECTED 1
44  
45   // ExtFS is supported
46   #define SUPPORTS_EXTFS 1
47  
48   // mon is not supported
49 < #define ENABLE_MON 0
49 > #undef ENABLE_MON
50  
51   // Time data type for Time Manager emulation
52   typedef bigtime_t tm_time_t;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines