Closed pulkomandy closed 8 years ago
From pulkoma...@gmail.com on July 15, 2011 10:22:26
I've seen cpcfs erase other files on the dsk, so be careful with it. Can you provide more info ? Something like this would help :
xxd file1.bin > file1.hex xxd file2.bin > file2.hex
diff file?.hex
From giot.romain on July 15, 2011 11:54:23
Sadly I cannot send you the files. It is secret project and the file contains to many interesting things;)
Here are the expected values (xxd):
0000250: 2901 6203 ed43 0501 2605 2211 01ed 7bc3 ).b..C..&."...{. 0000260: 02c9 0000 0000 0000 0000 0000 0000 0000 ................ 0000270: 0000 0000 0000 0000 18cd 0000 0000 0000 ................ ...
Here are the obtained values (hexdump -C): 00000250 29 01 62 03 ed 43 05 01 26 05 22 11 01 ed 7b c3 |).b..C..&."...{.| 00000260 10 c5 bc 4e ff 7f 00 00 c0 cc bc 4e ff 7f 00 00 |...N.......N....| 00000270 90 c8 bc 4e ff 7f 00 00 ce 58 40 00 00 00 00 00 |...N.....X@.....| ...
I think the rest of the file is wrong
I think this is fixed by ronaldo's changes.
From giot.romain on July 15, 2011 18:23:58
What steps will reproduce the problem? 1. Launch iDSK -i
What is the expected output? The file in the dsk must be the same than the file on the pc (modulo the header)
What do you see instead? The files may have been corrupted.
On what operating system? Linux Please provide any additional information below. cpcfs seems better ;)
Original issue: http://code.google.com/p/cpcsdk/issues/detail?id=61