summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dimemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/dimemory.h')
-rw-r--r--src/emu/dimemory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/dimemory.h b/src/emu/dimemory.h
index 30223eedabe..013f813dcac 100644
--- a/src/emu/dimemory.h
+++ b/src/emu/dimemory.h
@@ -127,7 +127,7 @@ public:
m_internal_map(internal),
m_default_map(defmap) { }
- address_space_config(const char *name, endianness_t endian, UINT8 datawidth, UINT8 addrwidth, INT8 addrshift, UINT8 logwidth, UINT8 pageshift = 0, const addrmap_token *internal = NULL, const addrmap_token *defmap = NULL)
+ address_space_config(const char *name, endianness_t endian, UINT8 datawidth, UINT8 addrwidth, INT8 addrshift, UINT8 logwidth, UINT8 pageshift, const addrmap_token *internal = NULL, const addrmap_token *defmap = NULL)
: m_name(name),
m_endianness(endian),
m_databus_width(datawidth),