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

Comparing BasiliskII/src/uae_cpu/cpu_emulation.h (file contents):
Revision 1.10 by cebix, 2002-01-15T14:58:43Z vs.
Revision 1.11 by gbeauche, 2002-09-17T16:05:39Z

# Line 82 | Line 82 | extern bool Init680x0(void);   // This rou
82   extern void Exit680x0(void);
83   extern void InitFrameBufferMapping(void);
84  
85 + // 680x0 dynamic recompilation activation flag
86 + #if USE_JIT
87 + extern bool UseJIT;
88 + #else
89 + const bool UseJIT = false;
90 + #endif
91 +
92   // 680x0 emulation functions
93   struct M68kRegisters;
94   extern void Start680x0(void);                                                                   // Reset and start 680x0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines