X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fop.cpp;h=8ae2eb5a437ac33dee0f417b0bee42aef77bb067;hb=4ae28f82ab456ddc236e9c7ca5c5b539abb9b62d;hp=f9264c50a69d34e65a0f38bb70dae90731c4c452;hpb=d9abe1a157bbd35e8b282927489b687f56048ce6;p=virtualjaguar diff --git a/src/op.cpp b/src/op.cpp index f9264c5..8ae2eb5 100644 --- a/src/op.cpp +++ b/src/op.cpp @@ -20,7 +20,7 @@ #include "gpu.h" #include "jaguar.h" #include "log.h" -#include "m68k.h" +#include "m68000/m68kinterface.h" #include "memory.h" #include "tom.h" @@ -180,6 +180,9 @@ void OPDone(void) WriteLog("\n"); #else +//temp, to keep the following function from locking up on bad/weird OLs +return; + numberOfObjects = 0; OPDiscoverObjects(olp); OPDumpObjectList();