mirror of
https://github.com/simh/simh.git
synced 2026-02-01 06:13:34 +00:00
GRI, PDP1, S3, SDS: Forwardport of Bob Supnik's merge from the master branch (change to sim_printf)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user