1
0
mirror of https://github.com/simh/simh.git synced 2026-05-02 14:20:05 +00:00

Bob Supnik's state as of 5/9/2015 after backporting some things from the master branch

This commit is contained in:
Mark Pizzolato
2015-05-10 05:48:11 -07:00
parent 3a279c013a
commit 4d48f44857
313 changed files with 80976 additions and 38242 deletions

View File

@@ -203,7 +203,7 @@ int32 lpt (int32 op, int32 m, int32 n, int32 data)
default:
break;
}
printf (">>LPT non-existent function %d\n", op);
sim_printf (">>LPT non-existent function %d\n", op);
return SCPE_OK;
}