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

@ -43,6 +43,6 @@ extern int ideboard;
extern int idecallback[2];
extern char ide_fn[2][512];
extern char ide_fn[4][512];
#endif //__IDE__