Disable memory > 640kb on XT systems when EGA/VGA cards in use. Patch from Greatpsycho.

This commit is contained in:
SarahW 2019-04-17 18:17:35 +01:00
commit 077304fb83

View file

@ -417,7 +417,7 @@ void resetpchard()
disc_load(1, discfns[1]);
model_init();
if (!AT)
if (!AT && models[model].max_ram > 640 && models[model].max_ram <= 768 && !video_is_ega_vga())
mem_set_704kb();
mouse_emu_init();
video_init();