Payton Byrd <
plb...@gmail.com> writes:
> Create a small program in BASIC.
>
> Using Jiffy or some other wedge, type @X2 to put into x00 mode
>
> Type save "a/test",11 or whatever your SD2IEC drive is.
>
> The error light blinks.
>
> Read the error channel, you will get "39,FILE NOT FOUND,03,00"
Now that's a much better problem report than "I get a file not found
error".
If you really used "@X2" then it's not a problem in the firmware -
sending X2 as a command does nothing and does not generate an error
message either. The command you meant is XE2, which changes the
extension mode.
Even if it was just a typo in the message there is still one more caveat
that I have absolutely no influence over: JiffyDOS will interpret @XE2
locally on the C64 as a command to set the destination drive and does
not send anything to the drive. To force JiffyDOS to send a command that
starts with an X you need to put a quote in front of it, i.e.
@"XE2
Similar issues apply with the time command starting with T - JiffyDOS
will try to open a file on the disk to type its contents to the
screen. Users of the Action Replay have the same problem with the C
command to copy files, the AR just starts its internal file copier.
-ik