mirror of
https://github.com/simh/simh.git
synced 2026-01-29 13:11:26 +00:00
TAPES: Attempt to validate the record structure of TPC formatted tapes when they are attached.
Stubs to validate SIMH and E11 format tapes as well. Once all validation routines are available, logic to auto detect tape format will be implemented.
This commit is contained in:
@@ -198,6 +198,5 @@ t_stat sim_tape_set_dens (UNIT *uptr, int32 val, char *cptr, void *desc);
|
||||
t_stat sim_tape_show_dens (FILE *st, UNIT *uptr, int32 val, void *desc);
|
||||
t_stat sim_tape_set_asynch (UNIT *uptr, int latency);
|
||||
t_stat sim_tape_clr_asynch (UNIT *uptr);
|
||||
void sim_tape_data_trace (UNIT *uptr, const uint8 *data, size_t len, const char* txt, int detail, uint32 reason);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user