fix Display Type does not correctly apply to Video #2

This commit is contained in:
Bozo Scum
2025-10-21 13:25:42 +08:00
parent fd9a5fb289
commit bd8310f5e7

View File

@@ -327,8 +327,10 @@ video_prepare(void)
for (int i = 0; i < MONITORS_NUM; i++) {
/* Reset the CGA palette. */
#if 0
if (monitors[i].mon_cga_palette)
*monitors[i].mon_cga_palette = 0;
#endif
cgapal_rebuild_monitor(i);
/* Do an inform on the default values, so that that there's some sane values initialized