I am still putting guides together, but for those that want to plow on ahead you will need the following programs
Drive Image
This is written by Pera Putnik, and can RAW READ and WRITE =D, on
his site there is also a link to a HDF file for use with the PPROM (not +3e ROM)
For use with the +3e ROM, I use the Target Spectrum to initialize the Harddisk Device and then I r
aw-image read using
Drive Image
I then place this image into FUSE - setup as a +3e (using the
SM8EN ROM)
From that I then partition and configure the drive as I wish, you should only use one SWAP partition per device, (between 1 and 4MB)
to create a swap partition of 3MB on Device 0
Once configured, I then use Drive Image to write the HDF back to the Device =)
Moving Snapshots / Files to the 8bit IDE Disk
now, this is a little convoluted at the moment, but bare with me, I have some code I am working on to aleviate all this issue...
Firstly you need to download
3eStrowSaw10
This is a PC program that allows you to drag and drop onto +3e DOS formatted disks.... unfortuantely there is a catch here.
3eStrowSaw10 only allows for 16bit devices (including HDF files) as it wont use half sectors (8bit hdf's and devices).
Instead, I use FUSE with the +3e ROMS (DivEN+3e) to create a 16bit formatted +3e DOS HDF file.
I then drag and drop all my Z80 snap shot files using 3eStrowSaw10, once this is done, I then use the emulator to create lots of spectrum 3" disk files, with lots of snapshots on them... then I switch over to the 8bit SM8 +3e ROMS and use my 8bit HDF file, and copy all the snapshots from the disks to the (HDF) harddisk
once I am happy with that I then use Drive Image to copy the HDF back (over) the IDE device I am using on the host spectrum
So its a little convoluted, but with a little work you can quickly build up a snapshot game library, I have been working on this from the WoS library, I hope to be able to have them host it when its complete.
In the mean time I am writing a PC program that allows you to create / manipulate +3e DOS partitions and files in both 8 and 16bits.