printf spam slowed MAME down to a halt in zeroteam

Warning: sort-DMA used with param 2200
This commit is contained in:
Michaël Banaan Ananas 2013-06-06 13:04:13 +00:00
parent 52f3007982
commit b2a5cc4a2a

View File

@ -1367,7 +1367,7 @@ WRITE16_MEMBER(raiden2_state::cop_sort_dma_trig_w)
{
case 2: xchg_flag = (vali > valj); break;
case 1: xchg_flag = (vali < valj); break;
default: xchg_flag = 0; printf("Warning: sort-DMA used with param %02x\n",cop_sort_param); break;
default: xchg_flag = 0; /* printf("Warning: sort-DMA used with param %02x\n",cop_sort_param); */ break;
}
if(xchg_flag)