From e2eefc133377d2d213981c18ac23b8ff23a6cc1a Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Fri, 23 Apr 2010 19:48:03 +0000 Subject: [PATCH] Removed unnecessary warning. (no whatsnew) --- src/emu/memory.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/emu/memory.c b/src/emu/memory.c index 4317cac8b38..fc5aef0374b 100644 --- a/src/emu/memory.c +++ b/src/emu/memory.c @@ -980,8 +980,6 @@ int memory_set_direct_region(const address_space *space, offs_t *byteaddress) /* ensure future updates to land here as well until we get back into a bank */ spacerw->direct.byteend = 0; spacerw->direct.bytestart = 1; - if (!spacerw->debugger_access) - logerror("Device '%s': warning - attempt to direct-map address %s in %s space\n", space->cpu->tag(), core_i64_hex_format(overrideaddress, space->addrchars), space->name); return FALSE; }