Added support for up to 4 IDE hard drives.
This commit is contained in:
parent
c84cf05dc2
commit
e10ee63a10
7 changed files with 325 additions and 18 deletions
|
|
@ -58,6 +58,14 @@
|
|||
#define IDC_DNEW 1055
|
||||
#define IDC_EJECTC 1056
|
||||
#define IDC_EJECTD 1057
|
||||
#define IDC_EDITE 1058
|
||||
#define IDC_EFILE 1059
|
||||
#define IDC_ENEW 1060
|
||||
#define IDC_EDITF 1061
|
||||
#define IDC_FFILE 1062
|
||||
#define IDC_FNEW 1063
|
||||
#define IDC_EJECTE 1064
|
||||
#define IDC_EJECTF 1065
|
||||
#define IDC_MEMSPIN 1070
|
||||
#define IDC_MEMTEXT 1071
|
||||
#define IDC_STEXT1 1100
|
||||
|
|
@ -76,10 +84,20 @@
|
|||
#define IDC_EDIT_D_SPT 1203
|
||||
#define IDC_EDIT_D_HPC 1204
|
||||
#define IDC_EDIT_D_CYL 1205
|
||||
#define IDC_TEXT_C_SIZE 1210
|
||||
#define IDC_TEXT_D_SIZE 1211
|
||||
#define IDC_EDIT_C_FN 1220
|
||||
#define IDC_EDIT_D_FN 1221
|
||||
#define IDC_EDIT_E_SPT 1206
|
||||
#define IDC_EDIT_E_HPC 1207
|
||||
#define IDC_EDIT_E_CYL 1208
|
||||
#define IDC_EDIT_F_SPT 1209
|
||||
#define IDC_EDIT_F_HPC 1210
|
||||
#define IDC_EDIT_F_CYL 1211
|
||||
#define IDC_TEXT_C_SIZE 1220
|
||||
#define IDC_TEXT_D_SIZE 1221
|
||||
#define IDC_TEXT_E_SIZE 1222
|
||||
#define IDC_TEXT_F_SIZE 1223
|
||||
#define IDC_EDIT_C_FN 1230
|
||||
#define IDC_EDIT_D_FN 1231
|
||||
#define IDC_EDIT_E_FN 1232
|
||||
#define IDC_EDIT_F_FN 1233
|
||||
|
||||
#define IDC_CONFIGUREVID 1200
|
||||
#define IDC_CONFIGURESND 1201
|
||||
|
|
|
|||
Loading…
Reference in a new issue