Add Iomega Zip drive emulation.
This commit is contained in:
parent
6ecdd2efd0
commit
5fd2fd40aa
22 changed files with 2954 additions and 1809 deletions
|
|
@ -26,7 +26,7 @@ extern int idecallback[2];
|
|||
|
||||
extern char ide_fn[4][512];
|
||||
|
||||
extern int cdrom_channel;
|
||||
extern int cdrom_channel, zip_channel;
|
||||
|
||||
uint32_t atapi_get_cd_channel(int channel);
|
||||
uint32_t atapi_get_cd_volume(int channel);
|
||||
|
|
|
|||
Loading…
Reference in a new issue