Previous 199869 Revisions Next

r18484 Friday 12th October, 2012 at 11:12:52 UTC by Miodrag Milanović
Reverting change back since not sure if it's proper one (no whatsnew)
[src/mess/machine]wd1772.c wd1772.h

trunk/src/mess/machine/wd1772.c
r18483r18484
255255         break;
256256
257257      case SEEK_DONE:
258         if (!has_motor()) status |= S_HLD;
259
260258         if(command & 0x04) {
261259            sub_state = SCAN_ID;
262260            counter = 0;
trunk/src/mess/machine/wd1772.h
r18483r18484
209209      S_CRC  = 0x08,
210210      S_RNF  = 0x10,
211211      S_SPIN = 0x20,
212      S_HLD  = 0x20,
213212      S_DDM  = 0x20,
214213      S_WP   = 0x40,
215      S_MON  = 0x80,
216      S_NRDY = 0x80
214      S_MON  = 0x80
217215   };
218216
219217   floppy_image_device *floppy;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team