Namco 52/54 done

This commit is contained in:
arcadez2003 2024-08-17 19:26:52 +01:00 committed by GitHub
parent 4e4a80bf07
commit 1e1aee8b01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)