diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index d720c717f..6594ea45f 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -63,7 +63,7 @@ class FloppyController { private: void reset() { decoder_.clear(); -// pic_.apply_edge<6>(true); + pic_.apply_edge<6>(true); } PIC &pic_;