📄 drive42.h
字号:
// drive42.h
#define directionTo3042 0
#define directionToHost 1
int init3042(int comemID);
int close3042(int comemID);
int run3042(
unsigned long PhyAddress, //FXN
int direction,
int pktSize,
int endToEnd,
int comemID,
HANDLE IntEvt = NULL //FXN
);
// Stuff to communicate with the 860 through the HLDATA (mailbox) register...
#define GOT_IT 0xFEDC // Some data pattern that is not likely to occur at random. Must be the same as in 860 code.
#define NORMAL 0
#define QUIT -1
#define LOCALDEAD -2
DWORD putWORD (DWORD theWORD, DWORD comemID);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -