Standardize fdc_type into fdc_current
Also make it into an array
This commit is contained in:
@@ -88,7 +88,7 @@ machine_v86p_init(const machine_t *model)
|
||||
|
||||
device_add(&keyboard_xt_device);
|
||||
|
||||
if (fdc_type == FDC_INTERNAL)
|
||||
if (fdc_current[0] == FDC_INTERNAL)
|
||||
device_add(&fdc_xt_device);
|
||||
|
||||
if (gfxcard[0] == VID_INTERNAL)
|
||||
|
||||
Reference in New Issue
Block a user