mirror of
https://github.com/simh/simh.git
synced 2026-05-03 14:38:45 +00:00
Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O.
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
*/
|
||||
|
||||
#include "vax_defs.h"
|
||||
|
||||
#include "sim_tmxr.h"
|
||||
|
||||
/* Terminal definitions */
|
||||
|
||||
@@ -484,6 +484,7 @@ return SCPE_OK;
|
||||
|
||||
t_stat tti_reset (DEVICE *dptr)
|
||||
{
|
||||
tmxr_set_console_units (&tti_unit, &tto_unit);
|
||||
tti_buf = 0;
|
||||
tti_csr = 0;
|
||||
tti_int = 0;
|
||||
|
||||
Reference in New Issue
Block a user