1
0
mirror of https://github.com/simh/simh.git synced 2026-03-06 11:13:29 +00:00

Imlac: Add support for load -s.

This loads a "special tty" image file, just like a plain "load" will.
This commit is contained in:
Lars Brinkhoff
2025-06-01 12:44:27 +02:00
committed by Mark Pizzolato
parent 4f157b9318
commit 7e6e3ba50c

View File

@@ -156,7 +156,7 @@ sim_load (FILE *fileref, CONST char *cptr, CONST char *fnam, int flag)
if (sim_switches & SWMASK ('T'))
;
if (sim_switches & SWMASK ('S'))
;
return load_stty (fileref);
if (sim_switches & SWMASK ('M'))
;
if (sim_switches & SWMASK ('P'))