more current params

IDE support for primary and secondary channels.

video support.

improved floppy and ide support.
This commit is contained in:
Ronald G. Minnich 2002-12-16 17:57:49 +00:00
commit 14342bf376
11 changed files with 192 additions and 29 deletions

View file

@ -47,7 +47,7 @@ typedef struct {
unsigned char drive_exists;
} harddisk_info_t;
#define NUM_HD (2)
#define NUM_HD (4)
extern harddisk_info_t harddisk_info[NUM_HD];