atarist.cpp: YM2149 is also connected to RESET (nw)

This commit is contained in:
AJR 2020-03-26 14:07:25 -04:00
parent 77be69bf96
commit 705cc5f2c0

View File

@ -731,9 +731,10 @@ WRITE_LINE_MEMBER( st_state::write_monochrome )
WRITE_LINE_MEMBER( st_state::reset_w )
{
//glu_reset();
//glue_reset();
m_mfp->reset();
m_ikbd->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
m_ymsnd->reset();
m_fdc->soft_reset();
//m_acsi->reset();
}