From a0ccc6c392e2b59ee6d823c4ae997174420112f0 Mon Sep 17 00:00:00 2001 From: borisvolk117 <141923951+borisvolk117@users.noreply.github.com> Date: Sat, 2 Aug 2025 20:40:29 +0800 Subject: [PATCH] Olivetti M290 has 98/86 gate array, not M290-30 with VLSI TOPCAT. --- 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 da5682a02..70f669f76 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -3219,7 +3219,7 @@ const machine_t machines[] = { .name = "[ISA] Olivetti M290/AT&T 6286 WGS", .internal_name = "m290", .type = MACHINE_TYPE_286, - .chipset = MACHINE_CHIPSET_PROPRIETARY, /* Machine has chipset: VLSI TOPCAT */ + .chipset = MACHINE_CHIPSET_PROPRIETARY, /* Yes, it's M290 with 98/86 gate array, not M290-30 with VLSI TOPCAT chipset. */ .init = machine_at_m290_init, .p1_handler = NULL, .gpio_handler = NULL,