mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
reset soundchip too on controlled reset
This commit is contained in:
parent
8f93a2bd4c
commit
48bce760ee
@ -70,6 +70,8 @@ void taito_zoom_device::device_start()
|
||||
void taito_zoom_device::device_reset()
|
||||
{
|
||||
m_reg_address = 0;
|
||||
|
||||
m_zsg2->reset();
|
||||
}
|
||||
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user