mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
bbc_acorn1770: Use new mr_w handler to reset FDC (nw)
This commit is contained in:
parent
943b904171
commit
021e2c5332
@ -248,7 +248,7 @@ void bbc_acorn1770_device::write(offs_t offset, uint8_t data)
|
||||
m_fdc_ie = !BIT(data, 4);
|
||||
|
||||
// bit 5: reset
|
||||
if (!BIT(data, 5)) m_fdc->soft_reset();
|
||||
m_fdc->mr_w(BIT(data, 5));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user