From df4d4467b3f178676935acac0a5c3d48768cb716 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 16 May 2017 20:53:06 -0400 Subject: [PATCH] Ensured GCR parser spins the disk. --- StaticAnalyser/Commodore/Disk.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/StaticAnalyser/Commodore/Disk.cpp b/StaticAnalyser/Commodore/Disk.cpp index 890289a07..fa54e613c 100644 --- a/StaticAnalyser/Commodore/Disk.cpp +++ b/StaticAnalyser/Commodore/Disk.cpp @@ -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 {