* A few of disks incluede Track 40 or 41 with FM type.
# Decode at 300 KBit/s (for FM) (Double Side) (320KB / 360KB / 400KB) *2D
pfi track00.0.raw -p double-step -r 300000 -p decode pri disk1-fm.pri
# and extract track 40
pri disk1-fm.pri -c 0-39 -p delete -c 41-99 -p delete disk1-fm.pri
# Decode at 300 KBit/s (for FM) (Single Side) (160KB / 180KB / 200KB) *1D
pfi track00.0.raw -p double-step -r 300000 -h 1 -p delete -p decode pri disk1-fm.pri
# and extract track 40
pri disk1-fm.pri -c 0-39 -p delete -c 41-99 -p delete disk1-fm.pri
# Merge the two images
pri disk1-mfm.pri -m disk1-fm.pri disk1.pri
If you can't understand this, you had better contact to hampa@hampa.ch
# Decode at 300 KBit/s (for FM) (Double Side) (320KB / 360KB / 400KB) *2D
pfi track00.0.raw -p double-step -r 300000 -p decode pri disk1-fm.pri
# and extract track 40
pri disk1-fm.pri -c 0-39 -p delete -c 41-99 -p delete disk1-fm.pri
# Decode at 300 KBit/s (for FM) (Single Side) (160KB / 180KB / 200KB) *1D
pfi track00.0.raw -p double-step -r 300000 -h 1 -p delete -p decode pri disk1-fm.pri
# and extract track 40
pri disk1-fm.pri -c 0-39 -p delete -c 41-99 -p delete disk1-fm.pri
# Merge the two images
pri disk1-mfm.pri -m disk1-fm.pri disk1.pri
If you can't understand this, you had better contact to hampa@hampa.ch