mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 09:54:21 -07:00
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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user