SCSI Bugfix, HDC, and FDC.

This commit is contained in:
OBattler
2022-04-04 18:19:14 +02:00
parent 1a99a7cc6a
commit b455d8f64d
3 changed files with 3 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ hdc_has_config(int hdc)
if (dev == NULL) return(0);
if (dev->config == NULL) return(0);
if (!device_has_config(dev)) return(0);
return(1);
}