mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +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);
|
||||
}
|
||||
|
||||
if((main_state == IDLE && !drq) || status_type_1) {
|
||||
if(status_type_1) {
|
||||
if(floppy && floppy->idx_r())
|
||||
status |= S_IP;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user