From 0825ce4f3b8eaab42e3682f7d01d97ce6ea0416d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 25 Nov 2015 08:22:24 +0100 Subject: Cleanups and version bump --- src/emu/addrmap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/addrmap.cpp') diff --git a/src/emu/addrmap.cpp b/src/emu/addrmap.cpp index f989f43dc4a..0179dc0e7ac 100644 --- a/src/emu/addrmap.cpp +++ b/src/emu/addrmap.cpp @@ -29,8 +29,8 @@ address_map_entry::address_map_entry(device_t &device, address_map &map, offs_t m_addrmask(0), m_share(NULL), m_region(NULL), - m_rgnoffs(0), - m_submap_bits(0), + m_rgnoffs(0), + m_submap_bits(0), m_memory(NULL), m_bytestart(0), m_byteend(0), -- cgit v1.2.3