# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |