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

Comparing BasiliskII/src/AmigaOS/main_amiga.cpp (file contents):
Revision 1.24 by gbeauche, 2008-01-01T09:40:31Z vs.
Revision 1.26 by asvitkine, 2009-10-18T16:21:19Z

# Line 202 | Line 202 | int main(int argc, char **argv)
202          CyberGfxBase = OpenLibrary((UBYTE *) "cybergraphics.library", 2);
203  
204          // Read preferences
205 <        PrefsInit(argc, argv);
205 >        PrefsInit(NULL, argc, argv);
206  
207          // Open AHI
208          ahi_port = CreateMsgPort();
# Line 311 | Line 311 | int main(int argc, char **argv)
311          FPUType = attn & AFF_68881 ? 1 : 0;
312  
313          // Initialize everything
314 <        if (!InitAll())
314 >        if (!InitAll(NULL))
315                  QuitEmulator();
316  
317          // Move VBR away from 0 if neccessary

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines