mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 19:57:36 +00:00
GRI, PDP1, S3, SDS: Forwardport of Bob Supnik's merge from the master branch (change to sim_printf)
This commit is contained in:
@@ -113,7 +113,7 @@ uint32 mux_tps = 100; /* polls/second */
|
||||
uint32 mux_scan = 0; /* scanner */
|
||||
uint32 mux_slck = 0; /* scanner locked */
|
||||
|
||||
TMLN mux_ldsc[MUX_LINES] = { {0} }; /* line descriptors */
|
||||
TMLN mux_ldsc[MUX_LINES] = { {0} }; /* line descriptors */
|
||||
TMXR mux_desc = { MUX_LINES, 0, 0, mux_ldsc }; /* mux descriptor */
|
||||
|
||||
t_stat mux (uint32 fnc, uint32 inst, uint32 *dat);
|
||||
|
||||
Reference in New Issue
Block a user