And a small update.
M4 Firm V2.0.1 online (use |upgrade command or download from here:
http://www.cpcwiki.eu/index.php/M4_Board#Firmware- Fix (
again) for |era and |ren (thanks
@SOS).
- Added |FCP command to copy between microSD and floppies.
|FCP,"src","dest"
Examples to copy all files from a 3" floppy in drive A.
|mkdir,"myfloppy" <- create a directory (not needed of course)
|cd,"myfloppy"
|fcp,"A:*", "C:" <- copies all files from A to myfloppy directory. Only wildcard supported is one * for all files.
You can also just copy single files and even change the destname.
|fcp,"A:myfile.bin", "C:myfile.new"
To copy a DSK file contents to floppy A:
|cd,"somedisk.dsk"
|fcp,"*","A:"
Drive B can be used too (untested), tape is not properly supported yet, but single filecopy to/from
may work. (Tape is referenced with letter T:).
See screenshots for examples aswell.
Oh and of course to use this, you must have M4 rom below AMSDOS (ie. rom6) and do not enable the modified lowerrom.
Also note that the copy function uses a bit of ram (&8000 to &9AB6).