Reverting change back since not sure if it's proper one (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-10-12 11:12:52 +00:00
parent 032561a755
commit 70b32f26ff
2 changed files with 1 additions and 5 deletions

View File

@ -255,8 +255,6 @@ void wd177x_t::seek_continue()
break;
case SEEK_DONE:
if (!has_motor()) status |= S_HLD;
if(command & 0x04) {
sub_state = SCAN_ID;
counter = 0;

View File

@ -209,11 +209,9 @@ private:
S_CRC = 0x08,
S_RNF = 0x10,
S_SPIN = 0x20,
S_HLD = 0x20,
S_DDM = 0x20,
S_WP = 0x40,
S_MON = 0x80,
S_NRDY = 0x80
S_MON = 0x80
};
floppy_image_device *floppy;