From 44e1e0455e06ee0f442e228727ada6008b7e1f5c Mon Sep 17 00:00:00 2001 From: nigel <> Date: Tue, 25 May 2004 07:37:52 +0000 Subject: [PATCH] Some confusion about method name in NNTimer. Renamed it. --- BasiliskII/src/MacOSX/Emulator.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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];