1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

FRONTPANEL: Avoid issues restarting test application soon after prior runs of test application

This commit is contained in:
Mark Pizzolato 2015-02-25 13:35:41 -08:00
parent 413ab4b9a6
commit ab402130b1

View File

@ -143,7 +143,7 @@ if ((f = fopen (sim_config, "w"))) {
fprintf (f, "set cpu autoboot\n");
fprintf (f, "set cpu 64\n");
fprintf (f, "set console telnet=buffered\n");
fprintf (f, "set console telnet=1927\n");
fprintf (f, "set console -u telnet=1927\n");
/* Start a terminal emulator for the console port */
#if defined(_WIN32)
fprintf (f, "set env PATH=%%PATH%%;%%ProgramFiles%%\\PuTTY;%%ProgramFiles(x86)%%\\PuTTY\n");