Use a define for max FDC's

This commit is contained in:
Jasmine Iwanek
2024-07-20 20:02:34 -04:00
parent 680f65cf19
commit 7817336567
4 changed files with 5 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ typedef struct config_t {
# endif
/* Other peripherals category */
int fdc_current[2]; /* Floppy disk controller type */
int fdc_current[FDC_MAX]; /* Floppy disk controller type */
int hdc_current[2]; /* Hard disk controller type */
int hdc; /* Hard disk controller */
int scsi_card; /* SCSI controller */