1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-01 13:57:34 +00:00

SCP: Updated top level to current.

This commit is contained in:
Richard Cornwell
2019-01-05 23:09:45 -05:00
parent 6c70831fee
commit afa2c90071
25 changed files with 1375 additions and 1667 deletions

View File

@@ -94,6 +94,7 @@ t_offset sim_disk_size (UNIT *uptr);
t_bool sim_disk_vhd_support (void);
t_bool sim_disk_raw_support (void);
void sim_disk_data_trace (UNIT *uptr, const uint8 *data, size_t lba, size_t len, const char* txt, int detail, uint32 reason);
t_stat sim_disk_test (DEVICE *dptr);
#ifdef __cplusplus
}