mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
Reverting change back since not sure if it's proper one (no whatsnew)
This commit is contained in:
parent
032561a755
commit
70b32f26ff
@ -255,8 +255,6 @@ void wd177x_t::seek_continue()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case SEEK_DONE:
|
case SEEK_DONE:
|
||||||
if (!has_motor()) status |= S_HLD;
|
|
||||||
|
|
||||||
if(command & 0x04) {
|
if(command & 0x04) {
|
||||||
sub_state = SCAN_ID;
|
sub_state = SCAN_ID;
|
||||||
counter = 0;
|
counter = 0;
|
||||||
|
@ -209,11 +209,9 @@ private:
|
|||||||
S_CRC = 0x08,
|
S_CRC = 0x08,
|
||||||
S_RNF = 0x10,
|
S_RNF = 0x10,
|
||||||
S_SPIN = 0x20,
|
S_SPIN = 0x20,
|
||||||
S_HLD = 0x20,
|
|
||||||
S_DDM = 0x20,
|
S_DDM = 0x20,
|
||||||
S_WP = 0x40,
|
S_WP = 0x40,
|
||||||
S_MON = 0x80,
|
S_MON = 0x80
|
||||||
S_NRDY = 0x80
|
|
||||||
};
|
};
|
||||||
|
|
||||||
floppy_image_device *floppy;
|
floppy_image_device *floppy;
|
||||||
|
Loading…
Reference in New Issue
Block a user