Standardize fdc_type into fdc_current
Also make it into an array
This commit is contained in:
@@ -815,7 +815,7 @@ machine_at_t3100e_init(const machine_t *model)
|
||||
|
||||
device_add(&keyboard_at_toshiba_device);
|
||||
|
||||
if (fdc_type == FDC_INTERNAL) {
|
||||
if (fdc_current[0] == FDC_INTERNAL) {
|
||||
device_add(&fdc_at_device);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user