ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/Emulator.mm
(Generate patch)

Comparing BasiliskII/src/MacOSX/Emulator.mm (file contents):
Revision 1.9 by nigel, 2004-05-25T05:26:41Z vs.
Revision 1.10 by nigel, 2004-05-25T07:37:52Z

# Line 36 | Line 36
36   #import "timer.h"
37  
38   #undef check                            // memory.h defines a check macro, clashes with an OS X one?
39 < #import <cpu_emulation.h>
39 > #import "cpu_emulation.h"
40  
41   #define DEBUG 0
42 < #import <debug.h>
42 > #import "debug.h"
43  
44   @implementation Emulator
45  
# Line 353 | Line 353 | uint8 lastXPRAM[XPRAM_SIZE];           // Copy of
353   #endif
354          emul   = [NNThread      new];
355          RTC    = [NNTimer       new];
356 <        redraw = [[NNTimer      alloc] initWithAutoReleasePool]
356 >        redraw = [[NNTimer      alloc] initWithAutoRelPool];
357          tick   = [NNTimer       new];
358          xPRAM  = [NNTimer       new];
359  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines