The Quadtel variant of the 8042 (used by the Amstrad MegaPC) is now correctly PS/2 type.

This commit is contained in:
OBattler
2018-01-04 07:56:37 +01:00
parent ea0b9c6b38
commit 519ab94945
3 changed files with 17 additions and 17 deletions

View File

@@ -142,7 +142,7 @@ void
machine_at_wd76c10_init(machine_t *model)
{
machine_at_common_ide_init(model);
device_add(&keyboard_at_quadtel_device);
device_add(&keyboard_ps2_quadtel_device);
wd76c10_init();