]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/tom.cpp
Attempting to add sanity to memory access: Added mmu.cpp/h
[virtualjaguar] / src / tom.cpp
index 36f3d8bbe6c3f1ec6767a60cf66e193e854b5d26..e33201ccd818e6fe9884adc79b62cecfa40fbd05 100644 (file)
@@ -1441,7 +1441,7 @@ if (offset >= 0xF02000 && offset <= 0xF020FF)
        offset &= 0x3FFF;
        if (offset == 0x28)                     // VMODE (Why? Why not OBF?)
 //Actually, we should check to see if the Enable bit of VMODE is set before doing this... !!! FIX !!!
-#warning Actually, we should check to see if the Enable bit of VMODE is set before doing this... !!! FIX !!!
+#warning "Actually, we should check to see if the Enable bit of VMODE is set before doing this... !!! FIX !!!"
                objectp_running = 1;
 
        if (offset >= 0x30 && offset <= 0x4E)