C&T 69000: Fix PCI slot assignment and internal name

This commit is contained in:
RichardG867
2024-07-13 19:14:12 -03:00
parent c6a3b701d6
commit 44be6a0dbf
2 changed files with 17 additions and 13 deletions

View File

@@ -431,6 +431,10 @@ load_video(void)
strcpy(p, "none");
}
free_p = 1;
} else if (!strcmp(p, "c&t_69000")) {
p = (char *) malloc((strlen("chips_69000") + 1) * sizeof(char));
strcpy(p, "chips_69000");
free_p = 1;
}
gfxcard[0] = video_get_video_from_internal_name(p);
if (free_p) {