ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/Unix/sysdeps.h (file contents):
Revision 1.13 by gbeauche, 2000-09-22T17:14:46Z vs.
Revision 1.14 by cebix, 2000-10-09T17:05:17Z

# Line 69 | Line 69
69  
70   /* Mac ROM is not write protected */
71   #define ROM_IS_WRITE_PROTECTED 0
72 + #define USE_SCRATCHMEM_SUBTERFUGE 1
73  
74   #else
75  
# Line 83 | Line 84
84   /* The m68k emulator uses a prefetch buffer ? */
85   #define USE_PREFETCH_BUFFER 0
86  
87 < /* Mac ROM is write protected */
87 > /* Mac ROM is write protected when banked memory is used */
88   #if REAL_ADDRESSING || DIRECT_ADDRESSING
89   # define ROM_IS_WRITE_PROTECTED 0
90   # define USE_SCRATCHMEM_SUBTERFUGE 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines