Made sure several machine types call video_reset() before initializing their internal video, fixes #1423.

This commit is contained in:
OBattler
2021-07-15 03:00:16 +02:00
parent fd1f741db9
commit 7cdaaf5fd7
5 changed files with 18 additions and 5 deletions

View File

@@ -824,6 +824,7 @@ machine_pcjr_init(const machine_t *model)
cpu_set();
/* Initialize the video controller. */
video_reset(gfxcard);
loadfont("roms/video/mda/mda.rom", 0);
mem_mapping_add(&pcjr->mapping, 0xb8000, 0x08000,
vid_read, NULL, NULL,