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

# Line 30 | Line 30
30  
31   #include "user_strings_amiga.h"
32  
33 < // Are the Mac and the host address space the same?
33 > // Mac and host address space are the same
34   #define REAL_ADDRESSING 1
35  
36 < // Are we using a 68k emulator or the real thing?
36 > // Using 68k natively
37   #define EMULATED_68K 0
38  
39 < // Is the Mac ROM write protected?
39 > // Mac ROM is not write protected
40   #define ROM_IS_WRITE_PROTECTED 0
41  
42   // ExtFS is supported
43   #define SUPPORTS_EXTFS 1
44  
45   // mon is not supported
46 < #define ENABLE_MON 0
46 > #undef ENABLE_MON
47  
48   // Data types
49   typedef unsigned char uint8;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines