i get a C64MEM: Warning - Unknown Kernal image. warning. but it all worked fine until [r46183] also, as mentioned, if TDE is enabled together with "handle TDE on autostart", it loads from a .d64 without TDE (even a 200 block file is loaded in no time). maybe it is supposed to do that, i don't know. but it was different until [r46183]
AutostartHandleTrueDriveEmulation not working properly anymore
r46138 seems to kinda break this again, from time to time it's now 18 cycles instead of 9
Setting the drive to CMD 4000, there is no CPU JAM, simple load/save also works. The LED issue is present.
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".
Does it really work properly with 1541? Because, yes, it loads with "trap idle", but after the loading process, the drive LED stays ON.
Using "Trap idle" and 1581, i get a CPU JAM if i do a simple load"$",8
Ah cool. But i noticed something: "trap idle" does not work as it did before, is that correct? because (from 1. post) watch 0800 9fff dev 8: watch 0600 0700 a 0300 sei .0301 sta $0600 .0304 jmp $0300 r pc = 0300 x does not trigger a watchpoint, it did before.