cd: switch to CD drive emu code from genplus
[picodrive.git] / pico / cd / LC89510.h
diff --git a/pico/cd/LC89510.h b/pico/cd/LC89510.h
deleted file mode 100644 (file)
index d641ebb..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-/***********************************************************\r
- *                                                         *\r
- * This source 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
- *                                                         *\r
- ***********************************************************/\r
-\r
-#ifndef _LC89510_H\r
-#define _LC89510_H\r
-\r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-typedef struct\r
-{\r
-//     unsigned short Fader;   // 34\r
-//     unsigned short Control; // 36\r
-//     unsigned short Cur_Comm;// unused\r
-\r
-       // "Receive status"\r
-       unsigned short Status;\r
-       unsigned short Minute;\r
-       unsigned short Seconde;\r
-       unsigned short Frame;\r
-       unsigned char  Ext;\r
-       unsigned char  pad[3];\r
-} CDD;\r
-\r
-\r
-PICO_INTERNAL void CDD_Export_Status(void);\r
-PICO_INTERNAL void CDD_Import_Command(void);\r
-\r
-void CDD_Reset(void);\r
-\r
-#ifdef __cplusplus\r
-};\r
-#endif\r
-\r
-#endif\r
-\r