mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
finished comment in previous commit (nw)
This commit is contained in:
parent
2ca07258e6
commit
826a93b8e5
@ -1623,7 +1623,7 @@ void memory_manager::initialize()
|
||||
for (address_space *space = m_spacelist.first(); space != NULL; space = space->next())
|
||||
space->locate_memory();
|
||||
|
||||
// disable logging of unmapped access when
|
||||
// disable logging of unmapped access when no one receives it
|
||||
for (address_space *space = m_spacelist.first(); space != NULL; space = space->next())
|
||||
{
|
||||
if (!machine().options().log() && !(machine().debug_flags & DEBUG_FLAG_ENABLED))
|
||||
|
Loading…
Reference in New Issue
Block a user