Paladin of the Pegasos
Posts: 1193 from 2003/2/24
From: Helsinki, Finland
Kronos,
Quote:
Creating a listview with the image's content and allowing basic editing including drag and drop should be no problem. Wether those are than used in a classic 2 lister Dopus4 style or in mutiple windows is a matter of taste.
Remember that C64 uses its own font which has lots of custom graphical elements. Not saying this couldn't be done, just that things will look rather wrong with random font, especially if it isn't monospace
Quote:
>RR-Net support is available and allows to transfer programs and even
>disk images directly to your real C64.
That might be a bit harder (no experience on network coding)
Network support & WarpCopy etc. are features mainly used on outdated hardware (like Retro Replay and MMC Replay by Individual Computers). Since then we got 1541 Ultimate, which emulates floppy drive (which Jens didn't want to do for his older hardware for some reason, but quickly added it to his Chameleon C64 emulator, when the feature became incredibly popular)
So: How to run random multi-file demo / game that uses non-standard loader (nearly all do) you got as a disk image. Using easiest approach available.
MMC64: Either copy the file to its SD card, OR send the image via network, then write it to an actual floppy disk in an actual floppy drive with provided software. Then run the program from the physical disk, with or without the module.
1541 Ultimate: Copy file to SD card / USB stick. Plug it into C64, select image from menu, and run it.
Should be obvious why WarpCopy & MMC Replay usage has been in decline lately

Also, the latest version (1541 Ultimate 2) doesn't even have Ethernet connector anymore, so WarpCopy cannot even be used with it at all.
Of course it has USB port instead (which I consider much better), and the idea is to support USB Ethernet / Wireless adapters at some point. But as long as it's not done, it cannot be used at all. In my opinion, it's better to dedicate the network functionality for few random C64 online games

Also, if it would be easier, check c1541 from vice package. It does most of the things that DiskImagery64 does (or those that people actually use, so doesn't support f.ex. WarpCopy I think)
And if someone is thinking "why not just mount the image?" - let's put it simply. With many single file programs it would probably work just fine, but you might get in trouble with f.ex. C64 filetypes (prg, seq...), file ordering in directory and many programs use disks in completely non-standard way (in which case, copying files with disk image manager wouldn't help either). Also, wouldn't display filenames properly. In short, could be done (has been done on classic, I have copied files to 1541 attached via parallel port interface by dragging files to the drive), but usability is rather limited.