Merge pull request #1248 from tiseno100/master

Mass rewrite of the WD76C10
This commit is contained in:
Miran Grča
2021-01-25 19:34:29 +01:00
committed by GitHub
3 changed files with 488 additions and 226 deletions

View File

@@ -474,7 +474,7 @@ machine_at_wd76c10_init(const machine_t *model)
if (bios_only || !ret)
return ret;
machine_at_common_ide_init(model);
machine_at_common_init(model);
device_add(&keyboard_ps2_quadtel_device);