Olivetti M290 has 98/86 gate array, not M290-30 with VLSI TOPCAT.

This commit is contained in:
borisvolk117
2025-08-02 20:40:29 +08:00
committed by GitHub
parent 43a4bd7903
commit a0ccc6c392

View File

@@ -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,