mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
ibmpcjr: Replace the hard floppy reset by a soft_reset. (nw)
This commit is contained in:
parent
49594f73b7
commit
5b34e3283e
@ -400,7 +400,7 @@ WRITE8_MEMBER(pcjr_state::pcjr_fdc_dor_w)
|
||||
m_fdc->set_floppy(nullptr);
|
||||
|
||||
if((pdor^m_pcjr_dor) & 0x80)
|
||||
m_fdc->reset();
|
||||
m_fdc->soft_reset();
|
||||
|
||||
if(m_pcjr_dor & 0x20) {
|
||||
if((pdor & 0x40) && !(m_pcjr_dor & 0x40))
|
||||
|
Loading…
Reference in New Issue
Block a user