mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
wd_fdc: Only return index pulse status in status type 1 mode. Fixes
Nascom formatting.
This commit is contained in:
parent
978819f6ab
commit
9da5b008e3
@ -1052,7 +1052,7 @@ UINT8 wd_fdc_t::status_r()
|
|||||||
intrq_cb(intrq);
|
intrq_cb(intrq);
|
||||||
}
|
}
|
||||||
|
|
||||||
if((main_state == IDLE && !drq) || status_type_1) {
|
if(status_type_1) {
|
||||||
if(floppy && floppy->idx_r())
|
if(floppy && floppy->idx_r())
|
||||||
status |= S_IP;
|
status |= S_IP;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user