Fixed the Samsung SPC-6000A.

This commit is contained in:
OBattler
2022-05-20 01:35:32 +02:00
parent 721ce001e7
commit fb2658bfec
2 changed files with 2 additions and 1 deletions

View File

@@ -236,7 +236,7 @@ machine_at_spc6000a_init(const machine_t *model)
if (fdc_type == FDC_INTERNAL)
device_add(&fdc_at_device);
device_add(&keyboard_at_ami_device);
device_add(&keyboard_at_samsung_device);
return ret;
}