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.25 by asvitkine, 2009-09-21T03:33:20Z

# 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