mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Merge pull request #1881 from system11b/S11darkw
cvs.cpp: popmessage in some games only appears with VERBOSE=1 now
This commit is contained in:
commit
d0c044320d
@ -347,7 +347,7 @@ WRITE8_MEMBER(cvs_state::cvs_unknown_w)
|
||||
|
||||
if (data != m_dac3_state[offset])
|
||||
{
|
||||
if (offset != 2)
|
||||
if (VERBOSE && offset != 2)
|
||||
popmessage("Unknown: %02x %02x\n", offset, data);
|
||||
m_dac3_state[offset] = data;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user