mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-24 12:30:17 +00:00
Ensured GCR parser spins the disk.
This commit is contained in:
parent
67ec0b9e6c
commit
df4d4467b3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user