# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |