Added the Acer V30 and a number of IDE and AT keyboard changes needed to make it work, closes #367.

This commit is contained in:
OBattler
2020-06-19 12:02:17 +02:00
parent 3373ea056a
commit d326017233
13 changed files with 169 additions and 120 deletions

View File

@@ -241,7 +241,7 @@ machine_at_acerm3a_init(const machine_t *model)
device_add(&fdc37c932fr_device);
device_add(&acerm3a_device);
device_add(&intel_flash_bxb_device);
device_add(&sst_flash_29ee010_device);
return ret;
}
@@ -274,7 +274,7 @@ machine_at_acerv35n_init(const machine_t *model)
device_add(&fdc37c932fr_device);
device_add(&acerm3a_device);
device_add(&intel_flash_bxb_device);
device_add(&sst_flash_29ee010_device);
return ret;
}