1
0
mirror of https://github.com/simh/simh.git synced 2026-04-27 12:28:49 +00:00

Adding mode device help

This commit is contained in:
Mark Pizzolato
2013-02-05 06:49:39 -08:00
parent 453890f3d7
commit 610ecaaa93
5 changed files with 296 additions and 216 deletions

View File

@@ -1586,7 +1586,8 @@ fprintf (st, " sim> SHOW %s CONNECTIONS show current connections\n", dptr->n
fprintf (st, " sim> SHOW %s STATISTICS show statistics for active connections\n", dptr->name);
fprintf (st, " sim> SET %s DISCONNECT=linenumber disconnects the specified line.\n\n", dptr->name);
fprintf (st, "The %s does not support save and restore. All open connections are lost\n", devtype);
fprintf (st, "when the simulator shuts down or the %s is detached.\n", dptr->name);
fprintf (st, "when the simulator shuts down or the %s is detached.\n\n", dptr->name);
vh_help_attach (st, dptr, uptr, flag, cptr);
return SCPE_OK;
}