1
0
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:
Mark Pizzolato
2018-01-07 12:09:35 -08:00
parent 35f214c937
commit 154320bf71
3 changed files with 19 additions and 2 deletions

1
scp.h
View File

@@ -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);