mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +03:00
Removed unnecessary warning. (no whatsnew)
This commit is contained in:
parent
4e547ebef5
commit
e2eefc1333
@ -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 */
|
/* ensure future updates to land here as well until we get back into a bank */
|
||||||
spacerw->direct.byteend = 0;
|
spacerw->direct.byteend = 0;
|
||||||
spacerw->direct.bytestart = 1;
|
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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user