pcxt- fixed regression (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-06-07 09:56:41 +00:00
parent 5f57ffda76
commit cbbc062ff3

View File

@ -721,7 +721,7 @@ static MACHINE_RESET( filetto )
state->m_pc_spkrdata = 0; state->m_pc_spkrdata = 0;
state->m_pc_input = 0; state->m_pc_input = 0;
state->m_wss2_data = 0;
speaker_level_w( speaker, 0 ); speaker_level_w( speaker, 0 );
} }