mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 01:30:03 +00:00
Windows fixes for "new" Ethernet API. The full driver is needed because of
DIRECT_ADDRESSING mode.
This commit is contained in:
parent
cd568e8bd3
commit
bc550cd3cd
@ -54,6 +54,11 @@
|
||||
#define DIRECT_ADDRESSING 1
|
||||
#define NATMEM_OFFSET 0x02000000
|
||||
|
||||
// Always use the complete (non-stubs based) Ethernet driver
|
||||
#if DIRECT_ADDRESSING
|
||||
#define USE_ETHER_FULL_DRIVER 1
|
||||
#endif
|
||||
|
||||
// Mac ROM is write protected when banked memory is used
|
||||
#if REAL_ADDRESSING || DIRECT_ADDRESSING
|
||||
# define ROM_IS_WRITE_PROTECTED 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user