X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fop.cpp;h=778bf7465bfec870e8deb8e0f48e60fdfc2995d1;hb=f30bf746981a99079e766b0d4e9de5391a4175ff;hp=62be06681901ac49a6f311e5298a3cb20bcc7645;hpb=7a936c870f76998bc682b7db307d7732e36fbeac;p=virtualjaguar diff --git a/src/op.cpp b/src/op.cpp index 62be066..778bf74 100644 --- a/src/op.cpp +++ b/src/op.cpp @@ -3,10 +3,10 @@ // // Original source by David Raingeard (Cal2) // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS) -// Extensive cleanups/fixes/rewrites by James L. Hammons +// Extensive cleanups/fixes/rewrites by James Hammons // (C) 2010 Underground Software // -// JLH = James L. Hammons +// JLH = James Hammons // // Who When What // --- ---------- ------------------------------------------------------------- @@ -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)", "?", "?", "?" };