From 4525a356efebbee8f357db323a021fcee1f1f089 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 30 Sep 2025 05:44:54 +0200 Subject: [PATCH] TriGem Hawk: Set bit 3 of KBC P1, now it correctly says TriGem and not Epson. --- src/machine/machine_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index 9fa4ab81b..ea61c97ef 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -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,