Add software turbo control to Laser Turbo XT. Patch from Greatpsycho.
This commit is contained in:
parent
081701a3c8
commit
4851a2fa9b
2 changed files with 15 additions and 2 deletions
2
src/pc.c
2
src/pc.c
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue