[Coco] CoCoSDC question

Darren A mechacoco at gmail.com
Sat Jul 18 20:53:20 EDT 2015


On Sat, Jul 18, 2015 at 5:58 PM, tonym wrote:

>
> Having an issue.
>
> Can't seem to get the button for floppy-switching to work. I'm trying a
> blue-pcb version, and a purple pcb version.
> As an example, on the SD Card I have:
>
> /Demos
> /Demos/RSDEMO
> /DEMOS/RSDEMO/RSDEMO1.DSK
> /DEMOS/RSDEMO/RSDEMO2.DSK
>
> I do a dir "/DEMOS/RSDEMO/"
> and I get the 2 files listed above.
>
> I do DRIVE 0, "/DEMOS/RSDEMO/RSDEMO1.DSK"
>
> and that mounts OK. I load and run *.BAS and it asks for the 2nd disk.
> I press the button, and nothing on the LED. Press enter on the demo, and I
> get gibberish.
>


To use a multi-disk set you have to specify the directory name (folder
name) as the mount-point instead of a specific disk image file:

DRIVE 0, "/DEMOS/RSDEMO"


- Darren


More information about the Coco mailing list