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

Comparing SheepShaver/src/Unix/sysdeps.h (file contents):
Revision 1.29 by gbeauche, 2004-05-19T21:23:15Z vs.
Revision 1.30 by gbeauche, 2004-05-20T12:33:57Z

# Line 72 | Line 72
72   #define POWERPC_ROM 1
73  
74   #if EMULATED_PPC
75 // Handle interrupts asynchronously?
76 #define ASYNC_IRQ 0
75   // Mac ROM is write protected when banked memory is used
76   #if REAL_ADDRESSING || DIRECT_ADDRESSING
77   # define ROM_IS_WRITE_PROTECTED 0
# Line 83 | Line 81
81   #endif
82   // Configure PowerPC emulator
83   #define PPC_REENTRANT_JIT 1
84 < #define PPC_CHECK_INTERRUPTS (ASYNC_IRQ ? 0 : 1)
84 > #define PPC_CHECK_INTERRUPTS 1
85   #define PPC_DECODE_CACHE 1
86   #define PPC_FLIGHT_RECORDER 1
87   #define PPC_PROFILE_COMPILE_TIME 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines