Added support for up to 4 IDE hard drives.

This commit is contained in:
TomW 2015-07-12 11:43:12 +01:00
commit e10ee63a10
7 changed files with 325 additions and 18 deletions

View file

@ -454,7 +454,7 @@ typedef struct
int tracks;
} PcemHDC;
PcemHDC hdc[2];
PcemHDC hdc[4];
/*Keyboard*/
int keybsenddelay;