1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-05 07:25:00 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell
2021-09-29 08:55:13 -04:00
parent b26460bf01
commit a12cf7f5bc
6 changed files with 74 additions and 35 deletions

View File

@@ -179,6 +179,7 @@ typedef void (*TAPE_PCALLBACK)(UNIT *unit, t_stat status);
/* Prototypes */
t_stat sim_tape_init (void);
t_stat sim_tape_attach_ex (UNIT *uptr, const char *cptr, uint32 dbit, int completion_delay);
t_stat sim_tape_attach (UNIT *uptr, CONST char *cptr);
t_stat sim_tape_detach (UNIT *uptr);