mirror of
https://github.com/holub/mame
synced 2025-06-04 03:46:29 +03:00
Silence unnecessary printfs (no whatsnew)
This commit is contained in:
parent
06041a31f5
commit
e1541008ad
@ -1325,6 +1325,7 @@ void spu_device::update_vol(const unsigned int addr)
|
||||
|
||||
if (newval&0x8000)
|
||||
{
|
||||
#if 0
|
||||
printf("cur=%04x on=%d",voice[v].vol[ch],(spureg.chon>>ch)&1);
|
||||
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 3: printf("exp dec: phase=%d val=%02x\n",(newval>>12)&1,newval&0x7f); break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user