Skip to content

Writing Olivetti Prodest PC1 disks? #302

Answered by keirf
ZioGuido asked this question in Q&A
Discussion options

You must be logged in to vote

Greaseweazle interprets DSK files as CPC DSK image format. However, many systems actually use DSK for plain sector image files (which GW calls IMA or IMG). So first you should rename the file to have the .img suffix. And then you will need to know the sector layout. Probably it is ibm.720. So:

gw write --format=ibm.720 my_image.img

It's possible that the format isn't ibm.720 though? To be sure you would need a raw dump of a disk formatted on the PC1.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by ZioGuido
Comment options

You must be logged in to vote
1 reply
@keirf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants