Merge pull request #5872 from borisvolk117/master

Olivetti M290 has 98/86 gate array, not M290-30 with VLSI TOPCAT.
This commit is contained in:
Miran Grča
2025-08-02 21:25:39 +02:00
committed by GitHub

View File

@@ -3219,7 +3219,7 @@ const machine_t machines[] = {
.name = "[ISA] Olivetti M290/AT&T 6286 WGS", .name = "[ISA] Olivetti M290/AT&T 6286 WGS",
.internal_name = "m290", .internal_name = "m290",
.type = MACHINE_TYPE_286, .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, .init = machine_at_m290_init,
.p1_handler = NULL, .p1_handler = NULL,
.gpio_handler = NULL, .gpio_handler = NULL,