It is the M240 that has the internal HDC, not the M24.
This commit is contained in:
@@ -1137,8 +1137,6 @@ machine_xt_m24_init(const machine_t *model)
|
||||
m24_kbd_init(m24_kbd);
|
||||
device_add_ex(&m24_kbd_device, m24_kbd);
|
||||
|
||||
device_add(&st506_xt_wd1002a_wx1_nobios_device);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
@@ -1191,6 +1189,9 @@ machine_xt_m240_init(const machine_t *model)
|
||||
|
||||
mm58274_init(nvr, model->nvrmask + 1);
|
||||
|
||||
if (hdc_type == HDC_INTERNAL)
|
||||
device_add(&st506_xt_wd1002a_wx1_nobios_device);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user