system23: Log less (nw)

This commit is contained in:
Olivier Galibert 2020-04-08 23:06:01 +02:00
parent 6455bedb9c
commit b0424b29a8

View File

@ -2881,7 +2881,9 @@ WRITE16_MEMBER(namcos23_state::mcuen_w)
break;
default:
logerror("mcuen_w: mask %04x, data %04x @ %x\n", mem_mask, data, offset);
// For some reason, the main program write the high 16bits of the
// 32 bits words of itself there...
// logerror("mcuen_w: mask %04x, data %04x @ %x\n", mem_mask, data, offset);
break;
}
}