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
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Reference in a new issue