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
This commit is contained in:
flama12333
2026-02-24 16:32:18 -05:00
committed by GitHub
parent fdc900f8e3
commit bfa791dbc8

View File

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