Deal with some magic numbers re hdc_current
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 <= 1)
|
||||
if (hdc_current <= HDC_INTERNAL)
|
||||
device_add(&st506_xt_victor_v86p_device);
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user