4.23MB DSDD Atart FAT12 image
4.23MB DSDD Atart FAT12 image
How do they work? I was able tocreate them, but I couldn't read them on ST (TOS 1.06), on Falcon I could read directory but not the file on image.
Re: 4.23MB DSDD Atart FAT12 image
Falcon xbios functions doesn't support floppy with more than 80 tracks.AdamK wrote:How do they work? I was able tocreate them, but I couldn't read them on ST (TOS 1.06), on Falcon I could read directory but not the file on image.
Re: 4.23MB DSDD Atart FAT12 image
This is not totally true as we can format floppy with 82 tracks, 20 sector per track with Fastcopy pro and they work fine.
The track register of the WD1772 is a 8 bit register and will accept track from 0 to 240, the limit of 80 tracks (82) is mostly a physical limit on the floppy drives. Same for the sectors.
Here is what the datasheet of the wd1772 says :
"The number of sectors per track for the WD1772 range from 1 to 240. The number of tracks for the WD1772 range from 0 to 240."
it's page 8/20 in this document : http://info-coach.fr/atari/documents/my ... LG-V11.pdf
The Falcon xbios function to format floppies also accept more than 80 tracks and 18 sectors for HD format (tested). The GEM dialog to format floppies is what limits the formatting to 80/18
Regards, Rodolphe
The track register of the WD1772 is a 8 bit register and will accept track from 0 to 240, the limit of 80 tracks (82) is mostly a physical limit on the floppy drives. Same for the sectors.
Here is what the datasheet of the wd1772 says :
"The number of sectors per track for the WD1772 range from 1 to 240. The number of tracks for the WD1772 range from 0 to 240."
it's page 8/20 in this document : http://info-coach.fr/atari/documents/my ... LG-V11.pdf
The Falcon xbios function to format floppies also accept more than 80 tracks and 18 sectors for HD format (tested). The GEM dialog to format floppies is what limits the formatting to 80/18
Regards, Rodolphe
Re: 4.23MB DSDD Atart FAT12 image
The datasheet say this but it is not fully true! The 240 limit only valid if the WD1772 used to format the disk. Because at the Write Track command some values in the track data bytes used as control codes, write CRC, header, etc These values can not used elsewhere, for example as track or sector number. Then you can not format disk with more than 240 track with WD1772. But if other controller (at the current situation the HxC) do the formating then at the sector read/write operations can use track numbers up to 255!rpineau wrote: The track register of the WD1772 is a 8 bit register and will accept track from 0 to 240
When the HxC manager running on the host computer and use HxC Direct Access Mode, then the communication use sector read/write at the track 255.
On Enterprise 128 which are also use WD1772 I successfully using 254 track images, up to 28 sectors.
Re: 4.23MB DSDD Atart FAT12 image
Believe me when i said that the TOS 2.XX limit the possible track to something <=82 tracks.rpineau wrote:This is not totally true as we can format floppy with 82 tracks, 20 sector per track with Fastcopy pro and they work fine.
This is why we had to use custom low level functions to access the track 255 for the file selector software.
The xbios call worked well with tos 1.00 <> 1.62 but doesn't with the TOS 2.XX...
Fastcopy pro probably use some custom functions to access the FDC.
Re: 4.23MB DSDD Atart FAT12 image
Yes Fastcopy Pro has its own routines to talk to the FDC.
I didn't know about the TOS 2.xx issue.
I wonder if the TOS 4.0x has similar issues.
I didn't know about the TOS 2.xx issue.
I wonder if the TOS 4.0x has similar issues.
Re: 4.23MB DSDD Atart FAT12 image
For sure this is the same.rpineau wrote: I wonder if the TOS 4.0x has similar issues.
Re: 4.23MB DSDD Atart FAT12 image
Do the 3.42MB DD images that can be created from the emulator software are expected to work on a stock STe TOS 1.6 ?
I see the directory / list of files but when the ST reads a file content (running a PRG for instance), it fails.
I see the directory / list of files but when the ST reads a file content (running a PRG for instance), it fails.
Re: 4.23MB DSDD Atart FAT12 image
Which emulator & firmware are you using ?metalages wrote: Tue Jan 14, 2025 7:46 pm Do the 3.42MB DD images that can be created from the emulator software are expected to work on a stock STe TOS 1.6 ?
I see the directory / list of files but when the ST reads a file content (running a PRG for instance), it fails.
Re: 4.23MB DSDD Atart FAT12 image
It is a hxc sd firmware 1.8.6.20a. Ste tos 1.62 i suppose as saving favorite desktop can start medium resolution.Jeff wrote: Sat Jan 18, 2025 6:18 pmWhich emulator & firmware are you using ?metalages wrote: Tue Jan 14, 2025 7:46 pm Do the 3.42MB DD images that can be created from the emulator software are expected to work on a stock STe TOS 1.6 ?
I see the directory / list of files but when the ST reads a file content (running a PRG for instance), it fails.
I have also answered on atari forum meanwhile

I have also a hxc sd slim mounted as external drive on another ste but not tested on it.
Re: 4.23MB DSDD Atart FAT12 image
In the meantime I have tried to write the image stored here :
https://github.com/phjanderson/flashflo ... 295_xl.img
https://github.com/phjanderson/flashflo ... 060_xl.img
with RPM set to 300 and 225 and it works
img generation script says :
https://github.com/phjanderson/flashflo ... 295_xl.img
https://github.com/phjanderson/flashflo ... 060_xl.img
with RPM set to 300 and 225 and it works
img generation script says :
Code: Select all
# name cyls heads secs rate rpm
create_image_and_config xl 255 2 9 500 600
create_image_and_config xl 255 2 12 500 450