mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fix stupid typo, doesn't fix the cvs.c goldbug sound inconsistency yet (nw)
This commit is contained in:
parent
6dd8a4ef30
commit
3a09ca0888
@ -610,7 +610,7 @@ void tms5110_device::process(INT16 *buffer, unsigned int size)
|
||||
* convenient and should make no difference in output.
|
||||
*/
|
||||
if ((m_IP == 7)&&(m_inhibit==1)) m_pitch_zero = 1;
|
||||
if ((m_IP == 0)&&(m_pitch_zero = 1)) m_pitch_zero = 0;
|
||||
if ((m_IP == 0)&&(m_pitch_zero==1)) m_pitch_zero = 0;
|
||||
#ifdef PERFECT_INTERPOLATION_HACK
|
||||
m_old_zpar = m_zpar;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user