s100guy <
rzh_...@yahoo.com> wrote in
news:69134a31-e0ec-499d...@kn4g2000pbc.googlegroups.com:
> On Feb 12, 4:50 am, Prime <
a...@666aurigae.demon.co.uk> wrote:
>> Hi all,
>> .... <snip> .....
>> Now the oddball thing about theese CP/M disks is that the first
>> couple of tracks are FM / Single density whilst the rest of the disk
>> is MFM / Double density.
>>
>
> Phil --
Phill :)
> Definitely possible to write a 22disk definition of those diskettes.
> Take a look at the Cromemco definitions supplied with the original
> 22disk software. Cromemco used the same dual-density layout on their
> diskettes in order to maintain compatibility between their older, and
> newer, floppy controller hardware.
Yep managed to do it in the end (I'll paste the definition at the end of
this email).
> The trick comes in finding a
> floppy controller that supports reading the single density part. Not
> many of the newer controllers can handle that. Also, it doesn't
> matter (as someone else said) that there is nothing interesting in the
> single density tracks ("just the system"), because lots of the old
Yep have an old Athlon XP machine that I use for this sort of thing, I
chose it specificaslly because it's the most modern motherboard I have
that supports single density *AND* two floppy drives, based on the NForce
4 chipset IIRC. Also has IDE & SATA & SCSI (on an Adaptec card) plus card
reader for MMC/SD/CF etc, so deffo a media exchange PC :) :) :)
Anyway thanks for the usefull comments everyone.....
Here's the definitions incase they are usefull to anyone else....
BEGIN ACN1 Acorn CP/M on Acorn Z80 second processor.
DENSITY FM, LOW
CYLINDERS 80 SIDES 2 SECTORS 10,256
SIDE1 0 0,1,4,5,8,9,2,3,6,7
SIDE2 128 0,1,4,5,8,9,2,3,6,7
ORDER CYLINDERS
OFS 3
AL0 0C0H AL1 0
BSH 4 EXM 1 DSM 195 DRM 127 BLM 15
END
BEGIN ACN2 Acorn CP/M on Acorn Z80 second processor (Alternate).
DENSITY FM, LOW
CYLINDERS 80 SIDES 2 SECTORS 10,256
SIDE1 128 0,1,4,5,8,9,2,3,6,7
SIDE2 129 0,1,4,5,8,9,2,3,6,7
ORDER CYLINDERS
OFS 3
AL0 0C0H AL1 0
BSH 4 EXM 1 DSM 195 DRM 127 BLM 15
END
BEGIN ACN3 Sloger DDCPM on Acorn Z80 second processor.
DENSITY MFM, LOW
CYLINDERS 80 SIDES 2 SECTORS 10,512
SIDE1 128 0,2,4,6,8,1,3,5,7,9
SIDE2 129 0,2,4,6,8,1,3,5,7,9
ORDER CYLINDERS
OFS 3
AL0 0C0H AL1 0
BSH 5 EXM 3 DSM 195 DRM 255 BLM 31
END
BEGIN ACN4 Sloger DDCPM on Acorn Z80 second processor (alternate).
DENSITY MFM, LOW
CYLINDERS 80 SIDES 2 SECTORS 10,512
SIDE1 0 0,2,4,6,8,1,3,5,7,9
SIDE2 128 0,2,4,6,8,1,3,5,7,9
ORDER CYLINDERS
OFS 3
AL0 0C0H AL1 0
BSH 5 EXM 3 DSM 195 DRM 255 BLM 31
END
Cheers.
Phill.