Standardize hdc_current into an array

This commit is contained in:
Jasmine Iwanek
2024-07-20 03:08:04 -04:00
parent 539dccdcd1
commit 680f65cf19
13 changed files with 28 additions and 28 deletions

View File

@@ -114,7 +114,7 @@ typedef struct config_t {
/* Other peripherals category */
int fdc_current[2]; /* Floppy disk controller type */
int hdc_current; /* Hard disk controller type */
int hdc_current[2]; /* Hard disk controller type */
int hdc; /* Hard disk controller */
int scsi_card; /* SCSI controller */
int ide_ter_enabled; /* Tertiary IDE controller enabled */