missed the reset

This commit is contained in:
Grantonius maximus 2024-08-18 19:30:51 +01:00
parent 2f6b79b8cd
commit 555c824944

View File

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