The scsi_cdrom[], zip[], and scsi_disk[] arrays are now gone.

This commit is contained in:
OBattler
2018-10-26 04:47:21 +02:00
parent 5641519d5f
commit 473b71436d
12 changed files with 81 additions and 83 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.6 2018/04/30
* Version: @(#)zip.h 1.0.7 2018/10/26
*
* Author: Miran Grca, <mgrca8@gmail.com>
*
@@ -54,6 +54,7 @@ typedef struct {
uint32_t medium_size, base;
FILE *f;
void *priv;
} zip_drive_t;
typedef struct {