summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/addrmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/addrmap.c')
-rw-r--r--src/emu/addrmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/addrmap.c b/src/emu/addrmap.c
index 517d9d71184..7239901bd48 100644
--- a/src/emu/addrmap.c
+++ b/src/emu/addrmap.c
@@ -890,7 +890,7 @@ void address_map::uplift_submaps(running_machine &machine, device_t &device)
for (int slot=0; slot < max_slot_count; slot++)
if (global_mask & (1ULL << (slot * entry_bits)))
slot_offset[slot_count++] = slot * entry_bits;
-
+
// Merge in all the map contents in order
while (submap.m_entrylist.count())
{
@@ -963,7 +963,7 @@ void address_map::uplift_submaps(running_machine &machine, device_t &device)
address_map_entry *to_delete = entry;
entry = entry->next();
- m_entrylist.remove(*to_delete);
+ m_entrylist.remove(*to_delete);
}
else
{