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.13 by gbeauche, 2008-01-01T09:40:32Z vs.
Revision 1.14 by nigel, 2009-10-08T09:20:51Z

# Line 35 | Line 35
35   #import "prefs.h"
36   #import "timer.h"
37  
38 < #undef check                            // memory.h defines a check macro, clashes with an OS X one?
38 > #undef check                            // memory.h defines a check macro,
39 >                                                        // which may clash with an OS X one on 10.1 or 10.2
40   #import "cpu_emulation.h"
41  
42   #define DEBUG 0
# Line 218 | Line 219
219                  int     argc = 0;
220                  char **argv;
221  
222 <                PrefsInit(argc, argv);
222 >                PrefsInit(NULL, argc, argv);
223                  SysInit();
224  
225                  emul = [NNThread new];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines