support for zipped ISOs
[picodrive.git] / Pico / cd / cd_sys.h
index f7be7d5..a71f5d2 100644 (file)
@@ -3,8 +3,6 @@
 \r
 #include "cd_file.h"\r
 \r
-#include <stdio.h> // FILE\r
-\r
 #ifdef __cplusplus\r
 extern "C" {\r
 #endif\r
@@ -37,7 +35,7 @@ typedef struct
        _msf MSF;\r
        //\r
        char ftype; // TYPE_ISO, TYPE_BIN, TYPE_MP3\r
-       FILE *F;\r
+       void *F;\r
        int Length;\r
        short KBtps; // kbytes per sec for mp3s (bitrate / 1000 / 8)\r
        short pad;\r
@@ -94,9 +92,6 @@ int Open_Tray_CDD_cD(void);
 \r
 int CDD_Def(void);\r
 \r
-//void Write_CD_Audio(short *Buf, int rate, int channel, int lenght);\r
-//void Update_CD_Audio(int **Buf, int lenght);\r
-\r
 \r
 #ifdef __cplusplus\r
 };\r