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
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ t_stat if_reset(DEVICE *dptr)
|
||||||
|
|
||||||
t_stat if_attach(UNIT *uptr, CONST char *cptr)
|
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)
|
t_stat if_detach(UNIT *uptr)
|
||||||
|
|
Loading…
Add table
Reference in a new issue