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

Comparing SheepShaver/src/Windows/sysdeps.h (file contents):
Revision 1.3 by gbeauche, 2005-11-27T16:20:17Z vs.
Revision 1.4 by gbeauche, 2005-11-27T20:36:30Z

# Line 54 | Line 54
54   #define DIRECT_ADDRESSING 1
55   #define NATMEM_OFFSET 0x02000000
56  
57 + // Always use the complete (non-stubs based) Ethernet driver
58 + #if DIRECT_ADDRESSING
59 + #define USE_ETHER_FULL_DRIVER 1
60 + #endif
61 +
62   // Mac ROM is write protected when banked memory is used
63   #if REAL_ADDRESSING || DIRECT_ADDRESSING
64   # define ROM_IS_WRITE_PROTECTED 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines