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

7
src/scsi_zip.h Normal file
View file

@ -0,0 +1,7 @@
#include "scsi.h"
extern scsi_device_t scsi_zip;
void zip_load(char *fn);
void zip_eject();
int zip_loaded();