mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
SCP: Added automatic saving of console WRU, DEL, BRK and PCHAR console variables and provided a way for a simulator to declare that is doesn't have a console port so automatic WRU detection can be performed.
This commit is contained in:
@@ -106,6 +106,7 @@ const char *sim_logfile_name (FILE *st, FILEREF *ref);
|
||||
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, char *cptr);
|
||||
t_stat sim_set_noconsole_port (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