Merge branch '86Box:master' into nec-v20

This commit is contained in:
Jasmine Iwanek
2022-05-04 18:10:28 -04:00
committed by GitHub
3 changed files with 2 additions and 4 deletions

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;
}