reset soundchip too on controlled reset

This commit is contained in:
Michaël Banaan Ananas 2014-02-21 21:56:04 +00:00
parent 8f93a2bd4c
commit 48bce760ee
2 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@ void taito_zoom_device::device_start()
void taito_zoom_device::device_reset()
{
m_reg_address = 0;
m_zsg2->reset();
}

View File

@ -429,6 +429,8 @@ WRITE8_MEMBER(taitogn_state::control_w)
if (~data & m_control & 0x10)
{
logerror("control_w Zoom reset\n");
m_zoom->reset();
// assume that this also readys the sound flash chips
m_pgmflash->write(0, 0xff);