mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-22 10:31:12 +00:00
KA10: Increased timeout on Chaosnet so as to not hog as much cpu time.
This commit is contained in:
parent
51b93b2422
commit
b200ed0b60
@ -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 ();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user