mirror of
https://github.com/holub/mame
synced 2025-06-26 22:29:10 +03:00
system23: Log less (nw)
This commit is contained in:
parent
6455bedb9c
commit
b0424b29a8
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user