1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 23:35:57 +00:00

VAX780: Correct HELP CPU BOOT to remove TQ which isn't bootable.

Reported in #265
This commit is contained in:
Mark Pizzolato 2016-01-12 08:09:05 -08:00
parent 6210ba2059
commit 622c594e59

View File

@ -863,7 +863,6 @@ fprintf (st, " RLn to boot from rln\n");
fprintf (st, " RQn to boot from rqn\n");
fprintf (st, " RQBn to boot from rqbn\n");
fprintf (st, " RQCn to boot from rqcn\n");
fprintf (st, " RQDn to boot from rqdn\n");
fprintf (st, " TQn to boot from tqn\n\n");
fprintf (st, " RQDn to boot from rqdn\n\n");
return SCPE_OK;
}