mirror of
https://github.com/rcornwell/sims.git
synced 2026-04-05 05:13:22 +00:00
KA10: Increased timeout on Chaosnet so as to not hog as much cpu time.
This commit is contained in:
@@ -408,7 +408,7 @@ t_stat ch10_devio(uint32 dev, uint64 *data)
|
||||
|
||||
t_stat ch10_svc(UNIT *uptr)
|
||||
{
|
||||
sim_clock_coschedule (uptr, 100);
|
||||
sim_clock_coschedule (uptr, 1000);
|
||||
(void)tmxr_poll_conn (&ch10_tmxr);
|
||||
if (ch10_lines[0].conn) {
|
||||
ch10_receive ();
|
||||
|
||||
Reference in New Issue
Block a user