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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user