mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
emu3: Removed unneeded fdc reset.
This commit is contained in:
parent
63dc4b41ed
commit
2d4f33350c
@ -136,7 +136,6 @@ void emu3_state::machine_start()
|
|||||||
|
|
||||||
void emu3_state::machine_reset()
|
void emu3_state::machine_reset()
|
||||||
{
|
{
|
||||||
m_fdc->reset();
|
|
||||||
m_fdc->set_floppy(m_fdd);
|
m_fdc->set_floppy(m_fdd);
|
||||||
m_fdc->dden_w(0);
|
m_fdc->dden_w(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user