mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 06:25:43 +00:00
SCP: Add command argument passed into library unit test routines
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user