# | Line 69 | Line 69 | |
---|---|---|
69 | /* Is the Mac ROM write protected? */ | |
70 | #define ROM_IS_WRITE_PROTECTED 1 | |
71 | ||
72 | + | /* ExtFS is supported */ |
73 | + | #define SUPPORTS_EXTFS 1 |
74 | + | |
75 | /* Data types */ | |
76 | typedef unsigned char uint8; | |
77 | typedef signed char int8; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |