1
0
mirror of https://github.com/simh/simh.git synced 2026-02-22 07:08:21 +00:00

SCP: Add command argument passed into library unit test routines

This commit is contained in:
Mark Pizzolato
2022-02-07 04:21:16 -08:00
parent 9f3bd71e66
commit a4054f33b8
11 changed files with 16 additions and 16 deletions

View File

@@ -6408,7 +6408,7 @@ if (r == SCPE_OK) {
return r;
}
t_stat sim_disk_test (DEVICE *dptr)
t_stat sim_disk_test (DEVICE *dptr, const char *cptr)
{
const char *fmt[] = {"RAW", "VHD", "VHD", "SIMH", NULL};
uint32 sect_size[] = {576, 4096, 1024, 512, 256, 128, 64, 0};