Difference between revisions of "Burstnibbler Protection"

From Software Archive
Jump to navigation Jump to search
Line 29: Line 29:
 
===== Filemaster =====
 
===== Filemaster =====
  
Filemaster has the same copy protection as Turbonibbler 4.0.
+
Filemaster uses the same copy protection method as Turbonibbler 4.0.
  
 
== Notes ==
 
== Notes ==

Revision as of 17:39, 5 August 2019

Burstnibbler Disk Protection

Disk layout

In tracks 2 to 10 the sectors 0, 5 and 10 are written with a different (for these tracks wrong) speed $00 and use up more space. Thus the sectors 1, 6 and 11 are missing. All sectors except 0, 5 and 10 are filled with zero.

Burstnibbler

A autostart routine is used. After program start the drive seeks to

  • BurstNibbler 1.5 : track 2 sector 0
  • BurstNibbler 1.9 : track 2 sector 0
  • BurstNibbler other version : location not verified

After the detection of the block header the read speed is set to $00 and the block is read. It is checked if the Sync length is sufficiently long and if no read error is present. If both checks succeed the protection assumes a original disk.

The test for a too long sync happens implicitly: If the sync length measurement has an overflow and the resulting value is too small the internal result is a too short sync.

Since these tracks are rather empty compared to normal written ones it could happen that a copy has too large gaps between the sectors (if they are not evenly distributed). In this case the regular DOS routine that waits for the next sync times out (20 ms).


Turbonibbler 4.0

In Turbonibbler 4.0 the protection is similar but different implemented. The file itself is just 1 block in size and using autostart starts a Mini-Loader. The Mini-Loader executes block track 18 sector 4 (and 18/3) using command "B-E". This code is a contains the actual loader that transfers Turbonibbler 4.0 to the C64. It starts at a fixed encoded block number. If following the block chain the loader reaches track 10 the same algorithm as for loading the blocks of Burstnibbler 1.5/1.9 is used: data block in speed $00, sync length check (without explicit upper limit) while the transfer to C64 is running.

Thus, Turbonibbler 4.0 appears in the memory of the C64 without any code related to copy protection.

Compared to the Burstnibbler protection the sector on track 10 with the different speed is part of the loaders block chain and thus part of the Turbonibbler program data.

Filemaster

Filemaster uses the same copy protection method as Turbonibbler 4.0.

Notes

  • Turbonibbler 2.2 has no copy protection.

A copy may file due to three things:

  • multiple speeds used per track
  • sync length check
  • distribution of sector gaps

How To create a working copy of Burstnibbler (german)

Description contributed by markusC64 from Forum-64, translated by enigma.