The resulting configurations allow the file extraction from the RAW dumps of the disk images but are not enough to recreate the correct skew factor and sector numbering.
Vortex CP/M .
IMDU shows non-linear sector sequence, [1 6 2 7 3 8 4 9 5]
Code: Select all
diskdef cpc_vortex
seclen 512
tracks 80
heads 2
sectrk 9
blocksize 4096
maxdir 256
boottrk 2
os 2.2
end
Dk'Tronics 61K CP/M and Amstrad's 41K CPM 2.2 (eg 464 DDI disk interface)
Already supported by appmake as "CPC SYSTEM"
IMD shows the sector sequence of [65 70 66 71 67 72 68 73 69] (skew=2?)
Code: Select all
diskdef cpc_cpm22
seclen 512
tracks 40
heads 1
sectrk 9
blocksize 1024
maxdir 64
boottrk 2
os 2.2
end
Amstrad PCW models
The Pro-DOS for the SAM Coupè has the same disk format of the Amstrad PCW-8256 (80 tracks).
Code: Select all
diskdef pcw
seclen 512
tracks 40
sectrk 9
blocksize 1024
maxdir 64
skew 1
boottrk 1
os 3
end
# SAM Coupe ProDOS (= PCW 80T)
diskdef sam
seclen 512
tracks 80
heads 2
sectrk 9
blocksize 2048
maxdir 256
boottrk 1
os 3
end