1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00

Merge pull request #126 from TomHarte/GCRAnalysis

Corrects infinite loop when performing GCR analysis
This commit is contained in:
Thomas Harte 2017-05-16 20:54:24 -04:00 committed by GitHub
commit 15394358df

View File

@ -24,6 +24,7 @@ class CommodoreGCRParser: public Storage::Disk::Controller {
CommodoreGCRParser() : Storage::Disk::Controller(4000000, 1, 300), shift_register_(0), track_(1) {
drive.reset(new Storage::Disk::Drive);
set_drive(drive);
set_motor_on(true);
}
struct Sector {