The issue of being able to write to the disk images has been on the queue for a fair while, but is currently stuck behind these two big items that I am working on:
1. Get 6502 illegal opcodes working, as it seems a lot of crunchers use them, and this makes lots of stuff not work.
2. Get C65 bitplane mode working.
Writing to D81s actually *almost* works. The F011 disk controller emulation tries to do it, at least with the older versions of the C65 ROM. The main problem is that it wrote the 256 bytes incorrectly in the 512 byte sector (the C65 ROM does some strange gymnastics with the 512 byte sector buffer to do this).
So if someone would like to make a blank D81 image, and then try to write something, and see what mess it makes of the disk, and figure out how the sector write buffering is being mishandled, this will allow me to fix it much more quickly.
Paul.