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.4 by cebix, 1999-10-19T19:28:19Z vs.
Revision 1.6 by cebix, 1999-10-25T08:07:49Z

# Line 39 | Line 39
39   // Is the Mac ROM 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
47 +
48   // Data types
49   typedef unsigned char uint8;
50   typedef signed char int8;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines