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

Comparing BasiliskII/src/uae_cpu/basilisk_glue.cpp (file contents):
Revision 1.8 by cebix, 2001-02-02T20:53:00Z vs.
Revision 1.9 by gbeauche, 2001-03-20T17:35:45Z

# Line 28 | Line 28
28   #include "memory.h"
29   #include "readcpu.h"
30   #include "newcpu.h"
31 #include "compiler.h"
31  
32  
33   // RAM and ROM pointers
# Line 88 | Line 87 | bool Init680x0(void)
87   #endif
88  
89          init_m68k();
91 #ifdef USE_COMPILER
92        compiler_init();
93 #endif
90          return true;
91   }
92  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines