https://github.com/VICE-Team/svn-mirror/releases/tag/r46133
"refactor the drive-idle logic, all modes work as intended again,"
Seems to have broken the ability to use drives with xscpu64.
1541 locks up, 1581 immediately returns with device not present.
haha oops, guess i forgot the main loop drive CPU call
Out of curiosity: please check if switching to another idle mode makes it work (it should)
Using "Trap idle" and 1581, i get a CPU JAM if i do a simple load"$",8
Oh well - it works with 1541, so traps were likely always broken for 1581 (no idea if 1581 was even emulated when traps were still what was commonly used)
Does it really work properly with 1541? Because, yes, it loads with "trap idle", but after the loading process, the drive LED stays ON.
Ah, the same happens with "skip cycles".
Last edit: Querino 2026-06-10
The Drive LED behaves funky with those modes, indeed. It seems to work though (i tested in x64sc though)
Setting the drive to CMD 4000, there is no CPU JAM, simple load/save also works.
The LED issue is present.
try r46137 :)