Merge pull request #1835 from grant2258/oops

missed the reset
This commit is contained in:
arcadez2003 2024-08-18 20:14:51 +01:00 committed by Grantonius maximus
parent 04af4c8ecb
commit 59ec9ae9a9

View File

@ -725,7 +725,7 @@ struct snd_interface sndintf[] =
namco_52xx_sh_start, namco_52xx_sh_start,
namco_52xx_sh_stop, namco_52xx_sh_stop,
0, 0,
0 namco_52xx_sh_reset
}, },
#endif #endif
#if (HAS_NAMCO_54XX) #if (HAS_NAMCO_54XX)
@ -737,7 +737,7 @@ struct snd_interface sndintf[] =
namco_54xx_sh_start, namco_54xx_sh_start,
namco_54xx_sh_stop, namco_54xx_sh_stop,
0, 0,
0 namco_54xx_sh_reset
}, },
#endif #endif
#if (HAS_NAMCONA) #if (HAS_NAMCONA)