summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_mud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emumem_mud.h')
-rw-r--r--src/emu/emumem_mud.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emumem_mud.h b/src/emu/emumem_mud.h
index e1299ed7fcc..eff76575c72 100644
--- a/src/emu/emumem_mud.h
+++ b/src/emu/emumem_mud.h
@@ -5,7 +5,7 @@
template<int Width, int AddrShift, int Endian> class memory_units_descriptor {
public:
- using uX = typename handler_entry_size<Width>::uX;
+ using uX = typename emu::detail::handler_entry_size<Width>::uX;
struct entry {
uX m_amask;