The TMC PAT54PV has a PS/2 controller but an AT port.

This commit is contained in:
OBattler
2025-08-25 00:48:05 +02:00
parent 2d36eaf19a
commit c48220aa9e
2 changed files with 3 additions and 1 deletions

View File

@@ -575,6 +575,8 @@ machine_at_pat54pv_init(const machine_t *model)
machine_at_common_init(model);
device_add(&opti5x7_device);
machine_force_ps2(1);
device_add_params(machine_get_kbc_device(machine), (void *) model->kbc_params);
if (fdc_current[0] == FDC_INTERNAL)

View File

@@ -12857,7 +12857,7 @@ const machine_t machines[] = {
.max_multi = 1.5
},
.bus_flags = MACHINE_VLB,
.flags = MACHINE_APM,
.flags = MACHINE_PS2_KBC | MACHINE_APM,
.ram = {
.min = 2048,
.max = 65536,