minor adjustments
[picodrive.git] / Pico / cd / cd_sys.c
index c0001d2..61482e1 100644 (file)
@@ -1,6 +1,6 @@
 /***********************************************************\r
  *                                                         *\r
- * This source was taken from the Gens project             *\r
+ * This source file was taken from the Gens project        *\r
  * Written by Stéphane Dallongeville                       *\r
  * Copyright (c) 2002 by Stéphane Dallongeville            *\r
  * Modified/adapted for PicoDrive by notaz, 2007           *\r
@@ -660,7 +660,7 @@ PICO_INTERNAL int Close_Tray_CDD_cC(void)
 \r
        Pico_mcd->scd.Status_CDC &= ~1;                 // Stop CDC read\r
 \r
-       printf("tray close\n");\r
+       elprintf(EL_STATUS, "tray close\n");\r
 \r
        if (PicoMCDcloseTray != NULL)\r
                CD_Present = PicoMCDcloseTray();\r
@@ -685,7 +685,7 @@ PICO_INTERNAL int Open_Tray_CDD_cD(void)
 \r
        Pico_mcd->scd.Status_CDC &= ~1;                 // Stop CDC read\r
 \r
-       printf("tray open\n");\r
+       elprintf(EL_STATUS, "tray open\n");\r
 \r
        Unload_ISO();\r
        CD_Present = 0;\r