Silence unnecessary printfs (no whatsnew)

This commit is contained in:
R. Belmont 2011-02-12 23:13:40 +00:00
parent 06041a31f5
commit e1541008ad

View File

@ -1325,6 +1325,7 @@ void spu_device::update_vol(const unsigned int addr)
if (newval&0x8000) if (newval&0x8000)
{ {
#if 0
printf("cur=%04x on=%d",voice[v].vol[ch],(spureg.chon>>ch)&1); printf("cur=%04x on=%d",voice[v].vol[ch],(spureg.chon>>ch)&1);
switch ((newval>>13)&3) switch ((newval>>13)&3)
{ {
@ -1333,6 +1334,7 @@ void spu_device::update_vol(const unsigned int addr)
case 2: printf("exp inc: phase=%d val=%02x\n",(newval>>12)&1,newval&0x7f); break; case 2: printf("exp inc: phase=%d val=%02x\n",(newval>>12)&1,newval&0x7f); break;
case 3: printf("exp dec: phase=%d val=%02x\n",(newval>>12)&1,newval&0x7f); break; case 3: printf("exp dec: phase=%d val=%02x\n",(newval>>12)&1,newval&0x7f); break;
} }
#endif
} }
else else
{ {