mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
atarist.cpp: YM2149 is also connected to RESET (nw)
This commit is contained in:
parent
77be69bf96
commit
705cc5f2c0
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user