📄 ide.h
字号:
#ifndef _IDE_H_
#define _DIE_H_
#include "port.h"
#ifdef IDE_GLOBAL
#define IDE_EXN
#else
#define IDE_EXN extern
#endif
#define FILE0 (0x10)
#define FILE1 (FILE0 + 1)
#define FILE2 (FILE0 + 2)
#define FILE3 (FILE0 + 3)
#define FILE4 (FILE0 + 4)
#define FILE5 (FILE0 + 5)
#define FILE6 (FILE0 + 6)
#define FILE7 (FILE0 + 7)
void ide_vIdeInit(void);
void ide_ReadSector(INT32U addr, INT8U *pBuffer);
void ide_ReadReady(INT32U addr, INT8U *pBuffer);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -