Standardize hdc_current into an array
This commit is contained in:
@@ -94,7 +94,7 @@ machine_v86p_init(const machine_t *model)
|
||||
if (gfxcard[0] == VID_INTERNAL)
|
||||
device_add(&f82c425_video_device);
|
||||
|
||||
if (hdc_current <= HDC_INTERNAL)
|
||||
if (hdc_current[0] <= HDC_INTERNAL)
|
||||
device_add(&st506_xt_victor_v86p_device);
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user