1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 20:12:23 +00:00

TIMER: Add calibrated ROM memory access support

This commit is contained in:
Mark Pizzolato
2017-01-05 05:50:46 -08:00
parent 9c89b0e08b
commit b800587f34
3 changed files with 87 additions and 0 deletions

View File

@@ -151,6 +151,9 @@ t_bool sim_timer_idle_capable (uint32 *host_ms_sleep_1, uint32 *host_tick_ms);
#define PRIORITY_NORMAL 0
#define PRIORITY_ABOVE_NORMAL 1
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);
extern t_bool sim_idle_enab; /* idle enabled flag */
extern volatile t_bool sim_idle_wait; /* idle waiting flag */