diff options
Diffstat (limited to 'src/devices/sound/tms5110.c')
| -rw-r--r-- | src/devices/sound/tms5110.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/tms5110.c b/src/devices/sound/tms5110.c index 2b09037ab51..17c52f2146c 100644 --- a/src/devices/sound/tms5110.c +++ b/src/devices/sound/tms5110.c @@ -525,9 +525,9 @@ void tms5110_device::process(INT16 *buffer, unsigned int size) fprintf(stderr,"K%d:%04d ", i+1, m_current_k[i]); fprintf(stderr,"Out:%06d ", this_sample); //#ifdef PERFECT_INTERPOLATION_HACK -// fprintf(stderr,"%d%d%d%d",m_old_zpar,m_zpar,m_old_uv_zpar,m_uv_zpar); +// fprintf(stderr,"%d%d%d%d",m_old_zpar,m_zpar,m_old_uv_zpar,m_uv_zpar); //#else -// fprintf(stderr,"x%dx%d",m_zpar,m_uv_zpar); +// fprintf(stderr,"x%dx%d",m_zpar,m_uv_zpar); //#endif fprintf(stderr,"\n"); #endif |
