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
|
|
@ -454,7 +454,7 @@ typedef struct
|
|||
int tracks;
|
||||
} PcemHDC;
|
||||
|
||||
PcemHDC hdc[2];
|
||||
PcemHDC hdc[4];
|
||||
|
||||
/*Keyboard*/
|
||||
int keybsenddelay;
|
||||
|
|
|
|||
Loading…
Reference in a new issue