|
|
| version 1.3, 2004/08/02 13:38:46 | version 1.4, 2004/08/03 12:50:54 |
|---|---|
| Line 4 | Line 4 |
| #include "iocore.h" | #include "iocore.h" |
| enum { | |
| MOVE1TCK_MS = 30, | |
| MOVEMOTOR1_MS = 30, | |
| SEKSEC_MS = 20 | |
| }; | |
| typedef struct { | |
| // int busy; | |
| UINT8 head[4]; | |
| // UINT nextevent; | |
| // UINT8 curevent; | |
| } _FDDMTR, *FDDMTR; | |
| BYTE curevent = 0; | BYTE curevent = 0; |
| DWORD nextevent = 0; | DWORD nextevent = 0; |
| BYTE FDC_HEAD[4] = {0, 0, 0, 0}; | BYTE FDC_HEAD[4] = {0, 0, 0, 0}; |
| DWORD FDC_TIME[4] = {0, 0, 0, 0}; | DWORD FDC_TIME[4] = {0, 0, 0, 0}; |
| short curdrv = 0; | short curdrv = 0; |
| #define MOVE1TCK_MS 30 | |
| #define MOVEMOTOR1_MS 30 | |
| #define SEKSEC_MS 20 | |
| void fddmtr_event(void) { | void fddmtr_event(void) { |