MSI MS-4145 has a PS/2 KBC with an AT port, fixes keyboard in WfW 3.11

This commit is contained in:
win2kgamer
2025-08-30 15:10:26 -05:00
parent 35b107ca1d
commit 834c745459
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ machine_at_ms4145_init(const machine_t *model)
pci_register_slot(0x06, PCI_CARD_NORMAL, 4, 1, 2, 3);
device_add(&ali1489_device);
device_add_params(&w837x7_device, (void *) (W83787F | W837X7_KEY_89));
device_add_params(&w837x7_device, (void *) (W83787F | W837X7_KEY_88));
device_add_params(machine_get_kbc_device(machine), (void *) model->kbc_params);

View File

@@ -9371,7 +9371,7 @@ const machine_t machines[] = {
.max_multi = 0
},
.bus_flags = MACHINE_PCI,
.flags = MACHINE_IDE_DUAL | MACHINE_APM,
.flags = MACHINE_PS2_KBC | MACHINE_IDE_DUAL | MACHINE_APM,
.ram = {
.min = 1024,
.max = 65536,