SCSI now supports 7 devices.
Reworked hard drive / CD-ROM / Zip configuration functions a bit.
This commit is contained in:
parent
c298e706a4
commit
0d36eeaabe
13 changed files with 4555 additions and 3951 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue