SCSI now supports 7 devices.

Reworked hard drive / CD-ROM / Zip configuration functions a bit.
This commit is contained in:
SarahW 2018-03-02 21:54:20 +00:00
commit 0d36eeaabe
13 changed files with 4555 additions and 3951 deletions

View file

@ -87,11 +87,11 @@ typedef struct IDE
int cdrom_channel = 2;
int zip_channel = -1;
IDE ide_drives[4];
IDE ide_drives[7];
IDE *ext_ide;
char ide_fn[4][512];
char ide_fn[7][512];
int (*ide_bus_master_read_sector)(int channel, uint8_t *data);
int (*ide_bus_master_write_sector)(int channel, uint8_t *data);