summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/memory.c')
-rw-r--r--src/emu/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/memory.c b/src/emu/memory.c
index 521eb09d871..292f6b71149 100644
--- a/src/emu/memory.c
+++ b/src/emu/memory.c
@@ -2233,7 +2233,7 @@ void address_space::prepare_map()
// determine full tag
astring fulltag;
device().siblingtag(fulltag, entry->m_region);
-
+
// set the memory address
entry->m_memory = machine().region(fulltag.cstr())->base() + entry->m_rgnoffs;
}