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:
committed by
Mark Pizzolato
parent
4f157b9318
commit
7e6e3ba50c
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user