Fixed the fix 3 (grr).

This commit is contained in:
TC1995
2020-06-16 16:44:25 +02:00
parent aeae97fafc
commit 465789bd5c
2 changed files with 4 additions and 3 deletions

View File

@@ -174,9 +174,9 @@ fdc_ext_get_id(char *s)
{
int c = 0;
while (strlen((char *) fdc_devices[c].name))
while (strlen((char *) fdc_devices[c].internal_name))
{
if (!strcmp((char *) fdc_devices[c].name, s))
if (!strcmp((char *) fdc_devices[c].internal_name, s))
return c;
c++;
}

View File

@@ -598,7 +598,8 @@ SIOOBJ := sio_acc3221.o \
sio_w83877f.o sio_w83977f.o \
sio_um8669f.o
FDDOBJ := fdd.o fdc.o fdi2raw.o \
FDDOBJ := fdd.o fdc.o fdc_pii15xb.o \
fdi2raw.o \
fdd_common.o fdd_86f.o \
fdd_fdi.o fdd_imd.o fdd_img.o fdd_json.o \
fdd_mfm.o fdd_td0.o