mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
FRONTPANEL: sim_frontpanel API version 3 release
Adds:
1) Simulator side execution of register update activities at an interval
specified in usecs. Rates in excess of 1000Hz should be achievable
for locally connected frontpanel applications.
2) New API for simulators to describe the register state available in
the simulator. If all of a the state which is potentially interesting
to front panel applications is always present in the variables
described by simh REG structures, then frontpanel API access to
that data can be more efficiently provided.
This commit is contained in:
@@ -113,6 +113,7 @@ SEND *sim_cons_get_send (void);
|
||||
EXPECT *sim_cons_get_expect (void);
|
||||
t_stat sim_show_cons_send_input (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
|
||||
t_stat sim_set_noconsole_port (void);
|
||||
t_stat sim_set_stable_registers_state (void);
|
||||
t_stat sim_poll_kbd (void);
|
||||
t_stat sim_putchar (int32 c);
|
||||
t_stat sim_putchar_s (int32 c);
|
||||
|
||||
Reference in New Issue
Block a user