mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
3B2: Avoid adding disk information details to IFLOPPY disk images.
Floppy disk images are potentially used as a medium of data exchange between some hosts and simulators and the disk information can confuse this process. As discussed in #847
This commit is contained in:
parent
5bec9d58dd
commit
b121950aba
@ -162,7 +162,7 @@ t_stat if_reset(DEVICE *dptr)
|
||||
|
||||
t_stat if_attach(UNIT *uptr, CONST char *cptr)
|
||||
{
|
||||
return sim_disk_attach(uptr, cptr, 512, 1, TRUE, 0, "IF", 0, 0);
|
||||
return sim_disk_attach(uptr, cptr, 512, 1, TRUE, 0, NULL, 0, 0);
|
||||
}
|
||||
|
||||
t_stat if_detach(UNIT *uptr)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user