1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 07:19:26 +00:00

SCP: Remove printing of prompt for vm_read functions.

This commit is contained in:
Richard Cornwell 2024-03-29 10:29:25 -04:00
parent 13a8b4d301
commit d8d4701b9e

1
scp.c
View File

@ -3014,7 +3014,6 @@ while (stat != SCPE_EXIT) { /* in case exit */
} }
else { else {
if (sim_vm_read != NULL) { /* sim routine? */ if (sim_vm_read != NULL) { /* sim routine? */
printf ("%s", sim_prompt); /* prompt */
cptr = (*sim_vm_read) (cbuf, sizeof(cbuf), stdin); cptr = (*sim_vm_read) (cbuf, sizeof(cbuf), stdin);
} }
else else