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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user