Add software turbo control to Laser Turbo XT. Patch from Greatpsycho.

This commit is contained in:
SarahW 2019-04-17 18:36:02 +01:00
commit 4851a2fa9b
2 changed files with 15 additions and 2 deletions

View file

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