From 47e61b5bddea10eea3642364441b378dce9e5181 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 22 May 2015 07:48:04 -0700 Subject: [PATCH] PDP11: Adjust I/O wait time so that reasonable behavior occurs under heavy I/O load. --- PDP11/pdp11_ts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP11/pdp11_ts.c b/PDP11/pdp11_ts.c index 1108863a..3e6fa758 100644 --- a/PDP11/pdp11_ts.c +++ b/PDP11/pdp11_ts.c @@ -282,7 +282,7 @@ int32 ts_ownc = 0; /* tape owns cmd */ int32 ts_ownm = 0; /* tape owns msg */ int32 ts_qatn = 0; /* queued attn */ int32 ts_bcmd = 0; /* boot cmd */ -int32 ts_time = 10; /* record latency */ +int32 ts_time = 2000; /* record latency */ static uint16 cpy_buf[MAX_PLNT]; /* copy buffer */ t_stat ts_rd (int32 *data, int32 PA, int32 access);