From bfa791dbc801fd5579a0e472a62484f00d2b964b Mon Sep 17 00:00:00 2001 From: flama12333 <143599905+flama12333@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:32:18 -0500 Subject: [PATCH] Change ibm cga to correct has v6355d-f which is emulated idk what origin of bios dump and which model is? since there are two different board. https://www.reddit.com/r/retrocomputing/comments/1i3k7p4/zenith_supersport_zwl18402_ram_failure/ https://retrocomputingforum.com/t/zenith-data-systems-80c88-laptop-from-circa-1985/1454 --- 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 c7585f5ba..081a84ee3 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -2167,7 +2167,7 @@ const machine_t machines[] = { .kbd_device = &keyboard_pc_xt_device, .fdc_device = NULL, .sio_device = NULL, - .vid_device = &cga_device, + .vid_device = &v6355d_device, .snd_device = NULL, .net_device = NULL },