wd_fdc: Only return index pulse status in status type 1 mode. Fixes

Nascom formatting.
This commit is contained in:
Dirk Best 2015-05-19 16:45:58 +02:00
parent 978819f6ab
commit 9da5b008e3

View File

@ -1052,7 +1052,7 @@ UINT8 wd_fdc_t::status_r()
intrq_cb(intrq);
}
if((main_state == IDLE && !drq) || status_type_1) {
if(status_type_1) {
if(floppy && floppy->idx_r())
status |= S_IP;
else