mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
printf spam slowed MAME down to a halt in zeroteam
Warning: sort-DMA used with param 2200
This commit is contained in:
parent
52f3007982
commit
b2a5cc4a2a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user