Esempio n. 1
0
        public void DetachImage()
        {
            _attachedImage = null;

            _headTrackPos  = 0;
            _headSectorPos = 0;

            _spinning          = false;
            _lastHeadDirection = _cycleCount = _lastData = 0;

            _density = GCRImage.DEN[0];
        }
Esempio n. 2
0
        public void DetachImage()
        {
            _attachedImage = null;

            _headTrackPos = 0;
            _headSectorPos = 0;

            _spinning = false;
            _lastHeadDirection = _cycleCount = _lastData = 0;

            _density = GCRImage.DEN[0];
        }
Esempio n. 3
0
 public void Attach(C64Interfaces.IFile diskImage)
 {
     DetachImage();
     _attachedImage = new GCRImage(diskImage);
 }
Esempio n. 4
0
 public void Attach(C64Interfaces.IFile diskImage)
 {
     DetachImage();
     _attachedImage = new GCRImage(diskImage);
 }