mirror of
https://github.com/holub/mame
synced 2025-06-25 05:44:23 +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()
|
void taito_zoom_device::device_reset()
|
||||||
{
|
{
|
||||||
m_reg_address = 0;
|
m_reg_address = 0;
|
||||||
|
|
||||||
|
m_zsg2->reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -430,6 +430,8 @@ WRITE8_MEMBER(taitogn_state::control_w)
|
|||||||
{
|
{
|
||||||
logerror("control_w Zoom reset\n");
|
logerror("control_w Zoom reset\n");
|
||||||
|
|
||||||
|
m_zoom->reset();
|
||||||
|
|
||||||
// assume that this also readys the sound flash chips
|
// assume that this also readys the sound flash chips
|
||||||
m_pgmflash->write(0, 0xff);
|
m_pgmflash->write(0, 0xff);
|
||||||
m_sndflash0->write(0, 0xff);
|
m_sndflash0->write(0, 0xff);
|
||||||
|
Loading…
Reference in New Issue
Block a user