mirror of
https://github.com/simh/simh.git
synced 2026-05-01 05:48:35 +00:00
SCP: Add support for BREAK/EXPECT/UNTIL/IF action steps in remote console
This commit is contained in:
1
scp.h
1
scp.h
@@ -274,6 +274,7 @@ uint32 sim_brk_test (t_addr bloc, uint32 btyp);
|
||||
void sim_brk_clrspc (uint32 spc, uint32 btyp);
|
||||
void sim_brk_npc (uint32 cnt);
|
||||
void sim_brk_setact (const char *action);
|
||||
char *sim_brk_replace_act (char *new_action);
|
||||
const char *sim_brk_message(void);
|
||||
t_stat sim_send_input (SEND *snd, uint8 *data, size_t size, uint32 after, uint32 delay);
|
||||
t_stat sim_show_send_input (FILE *st, const SEND *snd);
|
||||
|
||||
Reference in New Issue
Block a user