dirkwhoffmann / virtualc64

VirtualC64 is a cycle-accurate C64 emulator for macOS
https://dirkwhoffmann.github.io/virtualc64
Other
356 stars 33 forks source link

"Dual Drive Utility" doesn't show the directory of the FloppyDisk in Drive#2 #382

Closed Alessandro1970 closed 6 years ago

Alessandro1970 commented 6 years ago

Using the "Dual Drive Utility" with the "1" option and selecting the unit "1" I would have to display the drive directory in the DRIVE2, but instead getting an error message. Selecting unit "0" instead correctly obtains the directory of the disk inserted in DRIVE1. Is it possible that there is a bug or am I wrong about using this utility?

Dual Drive Utility Program (1984)(J.Rhodes).d64.zip

schermata 2018-08-08 alle 23 52 41
dirkwhoffmann commented 6 years ago

To me, it looks like a bug in the dual drive utility. I do get the same result in VICE (don't forget to activate the second drive in VICE, it's not connected automatically when a disk is inserted in device with device number 9). Using LOAD "$",9 works well in VICE (dito in VirtualC64), but the dual drive util reports a "DRIVE NOT READY" error (dito in VirtualC64).

Alessandro1970 commented 6 years ago

Ok, it is a problem in the dual drive utility