Add Iomega Zip drive emulation.

This commit is contained in:
SarahW 2018-01-21 16:05:39 +00:00
commit 5fd2fd40aa
22 changed files with 2954 additions and 1809 deletions

View file

@ -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);