PDP8: Avoid delaying the initial check for connecctions to mux port after attach. Fix for #85
This commit is contained in:
parent
abfae3ca88
commit
86e2e6bd42
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ t_stat r;
|
||||||
r = tmxr_attach (&ttx_desc, uptr, cptr); /* attach */
|
r = tmxr_attach (&ttx_desc, uptr, cptr); /* attach */
|
||||||
if (r != SCPE_OK) /* error */
|
if (r != SCPE_OK) /* error */
|
||||||
return r;
|
return r;
|
||||||
sim_activate (uptr, tmxr_poll); /* start poll */
|
sim_activate (uptr, 0); /* start poll */
|
||||||
return SCPE_OK;
|
return SCPE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue