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 a25ec7051a5..5a95af1a49f 100644
--- a/src/emu/emumem_mud.h
+++ b/src/emu/emumem_mud.h
@@ -3,7 +3,7 @@
// Descriptors for subunit support
-template<int Width, int AddrShift, endianness_t Endian> class memory_units_descriptor {
+template<int Width, int AddrShift> class memory_units_descriptor {
public:
using uX = typename emu::detail::handler_entry_size<Width>::uX;