The Iomega ZIP image loader is now aware of ZDI images.

This commit is contained in:
OBattler
2018-01-27 00:21:11 +01:00
parent 410ecb1f22
commit f1e5abcb54
2 changed files with 14 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
* Implementation of the Iomega ZIP drive with SCSI(-like)
* commands, for both ATAPI and SCSI usage.
*
* Version: @(#)zip.h 1.0.0 2018/01/22
* Version: @(#)zip.h 1.0.1 2018/01/26
*
* Author: Miran Grca, <mgrca8@gmail.com>
*
@@ -146,6 +146,8 @@ typedef struct {
int read_only;
int ui_writeprot;
uint32_t base;
FILE *f;
} zip_drive_t;