Add Iomega Zip drive emulation.
This commit is contained in:
parent
6ecdd2efd0
commit
5fd2fd40aa
22 changed files with 2954 additions and 1809 deletions
7
src/scsi_zip.h
Normal file
7
src/scsi_zip.h
Normal 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();
|
||||
Loading…
Reference in a new issue