Diff for /np2/io/fdc.h between versions 1.6 and 1.8
|
version 1.6, 2004/01/30 01:29:13
|
version 1.8, 2005/02/07 14:46:11
|
|
Line 52 enum {
|
Line 52 enum {
|
| FDCRLT_DD = 0x200000, |
FDCRLT_DD = 0x200000, |
| FDCRLT_CM = 0x400000, |
FDCRLT_CM = 0x400000, |
| |
|
| FDCRLT_EXT = 0x80000000, |
FDCRLT_NT = 0x80000000, |
| |
FDCRLT_AT = 0x00000040, |
| |
FDCRLT_IC = 0x00000080, |
| |
FDCRLT_AI = 0x000000c0, |
| |
|
| FDCSTAT_CB = 0x10, |
FDCSTAT_CB = 0x10, |
| FDCSTAT_NDM = 0x20, |
FDCSTAT_NDM = 0x20, |
|
Line 96 typedef struct {
|
Line 99 typedef struct {
|
| int bufcnt; |
int bufcnt; |
| |
|
| UINT8 cmd; |
UINT8 cmd; |
| BYTE cmds[15]; |
UINT8 cmds[15]; |
| BYTE data[16]; |
UINT8 data[16]; |
| |
|
| BYTE buf[0x8000]; |
UINT8 buf[0x8000]; |
| } _FDC, *FDC; |
} _FDC, *FDC; |
| |
|
| |
|
RetroPC.NET-CVS <cvs@retropc.net>