| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to fdc.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / io | 
| version 1.14, 2008/06/02 20:07:31 | version 1.15, 2009/03/23 15:02:25 | 
|---|---|
| Line 72 typedef struct { | Line 72 typedef struct { | 
| #endif | #endif | 
| } FDCSTAT; | } FDCSTAT; | 
| #if defined(CONST_DISKIMAGE) | |
| typedef struct { | typedef struct { | 
| UINT8 diskstat[4]; | |
| #if defined(CONST_DISKIMAGE) | |
| UINT8 *buffer; | UINT8 *buffer; | 
| } FDCEXT; | |
| #endif | #endif | 
| } FDCEXT; | |
| typedef struct { | typedef struct { | 
| FDCSTAT s; | FDCSTAT s; | 
| #if defined(CONST_DISKIMAGE) | |
| FDCEXT e; | FDCEXT e; | 
| #endif | |
| } FDC; | } FDC; |