We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858d8cd commit 8fd902eCopy full SHA for 8fd902e
machineprocess.cpp
@@ -631,8 +631,8 @@ void MachineProcess::changeFloppy()
631
{
632
//handle differing version syntax...
633
//if ((versionMajor >= 0 && versionMinor >= 9 && versionBugfix >= 1)|(kvmVersion>=60))
634
- write("eject -f floppy\n");//might need to be fda , not floppy
635
- write("change floppy " + property("floppy").toByteArray() + '\n');
+ write("eject -f floppy0\n");//might need to be fda , not floppy
+ write("change floppy " + property("floppy0").toByteArray() + '\n');
636
}
637
638
void MachineProcess::loadCdrom()
0 commit comments