1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

Added indication of idle/throttling capabilities and the OS clock tick size to the SHOW VERSION output

This commit is contained in:
Mark Pizzolato
2013-03-14 11:37:31 -07:00
parent 28f645aeab
commit b31dc88d0d
3 changed files with 15 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ t_stat sim_timer_activate_after (UNIT *uptr, int32 usec_delay);
t_stat sim_register_clock_unit (UNIT *uptr);
t_stat sim_clock_coschedule (UNIT *uptr, int32 interval);
double sim_timer_inst_per_sec (void);
uint32 sim_timer_idle_capable (uint32 *hoat_tick_ms);
extern t_bool sim_idle_enab; /* idle enabled flag */
extern volatile t_bool sim_idle_wait; /* idle waiting flag */