diff --git a/Ibm1130/ibm1130_cpu.c b/Ibm1130/ibm1130_cpu.c index 186e8422..b667851a 100644 --- a/Ibm1130/ibm1130_cpu.c +++ b/Ibm1130/ibm1130_cpu.c @@ -1941,6 +1941,7 @@ static t_stat view_cmd (int32 flag, CONST char *cptr) sprintf(cmdline, "notepad %s", cptr); WinExec(cmdline, SW_SHOWNORMAL); + Sleep(1000); /* wait a bit to allow notepad to open the file */ #endif return SCPE_OK; }