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

@@ -8,7 +8,7 @@
*
* Definitions for the hard disk image handler.
*
* Version: @(#)hdd.h 1.0.6 2018/06/09
* Version: @(#)hdd.h 1.0.7 2018/10/26
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Fred N. van Kempen, <decwiz@yahoo.com>
@@ -92,6 +92,8 @@ typedef struct {
at_spt, /* [Translation] parameters */
at_hpc;
void *priv;
FILE *f; /* current file handle to image */
wchar_t fn[260]; /* name of current image file */