diff --git a/BasiliskII/src/MacOSX/Emulator.mm b/BasiliskII/src/MacOSX/Emulator.mm index 80f2ae20..89510090 100644 --- a/BasiliskII/src/MacOSX/Emulator.mm +++ b/BasiliskII/src/MacOSX/Emulator.mm @@ -36,10 +36,10 @@ #import "timer.h" #undef check // memory.h defines a check macro, clashes with an OS X one? -#import +#import "cpu_emulation.h" #define DEBUG 0 -#import +#import "debug.h" @implementation Emulator @@ -353,7 +353,7 @@ uint8 lastXPRAM[XPRAM_SIZE]; // Copy of PRAM #endif emul = [NNThread new]; RTC = [NNTimer new]; - redraw = [[NNTimer alloc] initWithAutoReleasePool] + redraw = [[NNTimer alloc] initWithAutoRelPool]; tick = [NNTimer new]; xPRAM = [NNTimer new];