]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/cdrom.cpp
Preliminary support for passing in filenames from the command line.
[virtualjaguar] / src / cdrom.cpp
index 3f419816b5272346abc57622d4ccd532b31db5b1..93087ac4039c88afe2cef7b5f73ed8f2420b6d38 100644 (file)
@@ -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);
 }