1
0
mirror of https://github.com/simh/simh.git synced 2026-04-28 20:57:26 +00:00

FRONTPANEL: Added mount and dismount commands for removable media

This commit is contained in:
Mark Pizzolato
2015-04-04 16:37:43 -07:00
parent a7da3c6f54
commit 325e369bfd
7 changed files with 144 additions and 6 deletions

View File

@@ -120,6 +120,8 @@ int32 sim_tt_outcvt (int32 c, uint32 mode);
t_stat sim_tt_settabs (UNIT *uptr, int32 val, char *cptr, void *desc);
t_stat sim_tt_showtabs (FILE *st, UNIT *uptr, int32 val, void *desc);
extern int32 sim_rem_cmd_active_line; /* command in progress on line # */
extern int32 sim_int_char; /* interrupt character */
extern int32 sim_brk_char; /* break character */
extern int32 sim_tt_pchar; /* printable character mask */