# | 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 | // Data types | |
46 | typedef unsigned char uint8; | |
47 | typedef signed char int8; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |