I have tried to use cartconv on VICE 3.10 to make CRT files out of BIN files for Magic Desk 16 (md16) cartridge, but every file generated by cartconv, if used with -cartcrt is met with:
Reading configuration file /home/monty/.config/vice/vicerc'.
CART: could not attach '/home/monty/Compile/Magic Cartridge Generator/compilationC64-16K.crt'.
Argument 'compilationC64-16K.crt' not valid for option-cartcrt'.
Error parsing command-line options, bailing out. For help use '-help'
I have also tried latest trunk version, same result. Cartridges work just fine in VICE if I run them as BIN file with -cartmd16.
In the archive are MD16 bin files for carts from 64k up to 2M that I used for testing. All of them work with -cartmd16 option. I have no idea if the problem is in cartconv or x64. If I can help in any way, please let me know.
it was cartconv - r45737 broke it. check r46224 :)
thanks for the report!