Merge pull request #2328 from jriwanek-forks/vendex-fdc

Dont add the fdc twice to the vendex
This commit is contained in:
Miran Grča
2022-05-04 23:45:41 +02:00
committed by GitHub

View File

@@ -451,9 +451,6 @@ machine_xt_vendex_init(const machine_t *model)
machine_xt_clone_init(model);
/* On-board FDC cannot be disabled */
device_add(&fdc_xt_device);
return ret;
}