Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpcfs doesn't work anymore with real dsk #7

Closed
pulkomandy opened this issue May 25, 2014 · 2 comments
Closed

cpcfs doesn't work anymore with real dsk #7

pulkomandy opened this issue May 25, 2014 · 2 comments

Comments

@pulkomandy
Copy link
Member

From giot.romain on September 22, 2008 22:44:11

There is a problem with guessing geometry since modifications has been done
for the parados format.

Here is the output of the problem :
bart% cpcfs test.dsk f
cpcfs (c) Ramlaid (Sep 22 2008)

bart% cpcfs test.dsk i
cpcfs (c) Ramlaid (Sep 22 2008)

std::exceptionError opening dsk : unknown geometry

And here is the expected output :

bart% cpcfs test.dsk f
cpcfs (c) Ramlaid (Sep 14 2008)

bart% cpcfs test.dsk i
cpcfs (c) Ramlaid (Sep 14 2008)

DSK : test.dsk
NbTracks : 40
Sector base : 193
NbSectors :9
Sector size :512

Original issue: http://code.google.com/p/cpcsdk/issues/detail?id=7

@pulkomandy
Copy link
Member Author

From pulkoma...@gmail.com on September 23, 2008 09:10:50

Guessing geometry (and other operation) works.
Formating seems broken, however. Please create your imagefiles with iDSK :o)

@pulkomandy
Copy link
Member Author

From pulkoma...@gmail.com on September 23, 2008 12:35:05

Fixed in r42 . I forgot to add break; when changing an if/else to switch/case,
causing the wrong driver to be used :/

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant