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 */

View File

@@ -32,7 +32,7 @@
#define HDC_NONE 0
#define HDC_INTERNAL 1
extern int hdc_current;
extern int hdc_current[2];
extern const device_t st506_xt_xebec_device; /* st506_xt_xebec */
extern const device_t st506_xt_wdxt_gen_device; /* st506_xt_wdxt_gen */