1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-26 04:02:39 +00:00

Add display of the registered clock device

This commit is contained in:
Mark Pizzolato
2013-01-22 16:05:02 -08:00
parent b661f6c2bd
commit 517e1e2bd1
2 changed files with 7 additions and 2 deletions

View File

@@ -117,6 +117,7 @@ double sim_timer_inst_per_sec (void);
extern t_bool sim_idle_enab; /* idle enabled flag */
extern volatile t_bool sim_idle_wait; /* idle waiting flag */
extern t_bool sim_asynch_timer;
extern DEVICE sim_timer_dev;
#endif