G64
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 12: | Line 12: | ||
* [http://ist.uwaterloo.ca/~schepers/formats/G64.TXT G64 specs] from [http://ist.uwaterloo.ca/~schepers/formats.html] | * [http://ist.uwaterloo.ca/~schepers/formats/G64.TXT G64 specs] from [http://ist.uwaterloo.ca/~schepers/formats.html] | ||
* Documentation with some code snippets [http://unusedino.de/ec64/technical/formats/disk.html here] | * Documentation with some code snippets [http://unusedino.de/ec64/technical/formats/disk.html here] | ||
+ | |||
+ | [[Category:Commodore computers]] |
Revision as of 11:49, 18 October 2013
Overview
The G64 file format was intended to solve the difficulties with the "standard" Commodore 64 D64 disk images, namely that they could not contain some of the more elaborate copy protection schemes from the late eighties and early nineties. Instead of storing the disk sector by sector, the G64 format stores the "raw" GCR encoded data that the drive reads from the disk. In doing so, it was able to correctly image many protection schemes that relied on "long tracks", non-standard sector sizes or even non-standard densities on the disk.