X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcdrom.cpp;h=60522ca28fde3d78a92b66539d0b9a00f9905993;hb=685bb45b7766e8a12cd0de8ee486b9a61183c425;hp=3f419816b5272346abc57622d4ccd532b31db5b1;hpb=f30bf746981a99079e766b0d4e9de5391a4175ff;p=virtualjaguar diff --git a/src/cdrom.cpp b/src/cdrom.cpp index 3f41981..60522ca 100644 --- a/src/cdrom.cpp +++ b/src/cdrom.cpp @@ -17,7 +17,7 @@ #include // For memset, etc. //#include "jaguar.h" // For GET32/SET32 macros -#include "m68k.h" +//#include "m68k.h" //??? //#include "memory.h" #include "cdintf.h" // System agnostic CD interface functions #include "log.h" @@ -841,8 +841,9 @@ if (cdBufPtr % 32 == 30) bool ButchIsReadyToSend(void) { +#ifdef LOG_CDROM_VERBOSE WriteLog("Butch is%s ready to send...\n", cdRam[I2CNTRL + 3] & 0x02 ? "" : " not"); - +#endif return (cdRam[I2CNTRL + 3] & 0x02 ? true : false); }