TriGem Hawk: Set bit 3 of KBC P1, now it correctly says TriGem and not Epson.

This commit is contained in:
OBattler
2025-09-30 05:44:54 +02:00
parent 55af553ac4
commit 4525a356ef

View File

@@ -12510,7 +12510,7 @@ const machine_t machines[] = {
.default_jumpered_ecp_dma = -1,
.kbc_device = &kbc_at_device,
.kbc_params = KBC_VEN_AMI_TRIGEM | KBC_FLAG_IS_GREEN | 0x00005a00,
.kbc_p1 = 0x000004f0,
.kbc_p1 = 0x00000cf0,
.gpio = 0xffffffff,
.gpio_acpi = 0xffffffff,
.device = NULL,