mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 19:57:36 +00:00
SCP: Adjust RUNLIMIT time values on slow host systems
As reported and discussed in #819
This commit is contained in:
@@ -158,6 +158,7 @@ t_stat sim_os_set_thread_priority (int below_normal_above);
|
||||
uint32 sim_get_rom_delay_factor (void);
|
||||
void sim_set_rom_delay_factor (uint32 delay);
|
||||
int32 sim_rom_read_with_delay (int32 val);
|
||||
double sim_host_speed_factor (void);
|
||||
|
||||
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