mirror of
https://github.com/holub/mame
synced 2025-06-16 17:29:27 +03:00
Grrrrr (nw)
This commit is contained in:
parent
557ac4fdb9
commit
3967304b4b
@ -1550,7 +1550,7 @@ void memory_manager::initialize()
|
|||||||
// disable logging of unmapped access when no one receives it
|
// disable logging of unmapped access when no one receives it
|
||||||
for (address_space *space = m_spacelist.first(); space != NULL; space = space->next())
|
for (address_space *space = m_spacelist.first(); space != NULL; space = space->next())
|
||||||
{
|
{
|
||||||
if (!machine().options().log() && !(machine().debug_flags & DEBUG_FLAG_ENABLED))
|
if (!machine().options().log() && !machine().options().oslog() && !(machine().debug_flags & DEBUG_FLAG_ENABLED))
|
||||||
space->set_log_unmap(false);
|
space->set_log_unmap(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user