Removed unnecessary warning. (no whatsnew)

This commit is contained in:
Curt Coder 2010-04-23 19:48:03 +00:00
parent 4e547ebef5
commit e2eefc1333

View File

@ -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;
}