X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fop.cpp;fp=src%2Fop.cpp;h=ba8a1b4312d17d3f94992eb28cca908550786e97;hb=ec46f1b3c40cf464d833e360346b4f6f8379b9ae;hp=62be06681901ac49a6f311e5298a3cb20bcc7645;hpb=7a936c870f76998bc682b7db307d7732e36fbeac;p=virtualjaguar diff --git a/src/op.cpp b/src/op.cpp index 62be066..ba8a1b4 100644 --- a/src/op.cpp +++ b/src/op.cpp @@ -429,6 +429,10 @@ void DumpBitmapCore(uint64 p0, uint64 p1) #warning "Need to fix this so that when an GPU object IRQ happens, we can pick up OP processing where we left off. !!! FIX !!!" void OPProcessList(int halfline, bool render) { +#warning "!!! NEED TO HANDLE MULTIPLE FIELDS PROPERLY !!! +// We ignore them, for now; not good + halfline &= 0x7FF; + extern int op_start_log; // char * condition_to_str[8] = // { "==", "<", ">", "(opflag set)", "(second half line)", "?", "?", "?" };