summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_hedw0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emumem_hedw0.cpp')
-rw-r--r--src/emu/emumem_hedw0.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/emu/emumem_hedw0.cpp b/src/emu/emumem_hedw0.cpp
index 6a1d0b99699..acfbd3362c3 100644
--- a/src/emu/emumem_hedw0.cpp
+++ b/src/emu/emumem_hedw0.cpp
@@ -5,6 +5,23 @@
#include "emumem_hedw.ipp"
+template class handler_entry_write_dispatch< 1, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch< 1, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch< 2, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch< 2, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch< 3, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch< 3, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch< 4, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch< 4, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch< 5, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch< 5, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch< 6, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch< 6, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch< 7, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch< 7, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch< 8, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch< 8, 0, 1, ENDIANNESS_BIG>;
+
template class handler_entry_write_dispatch< 1, 0, 0, ENDIANNESS_LITTLE>;
template class handler_entry_write_dispatch< 1, 0, 0, ENDIANNESS_BIG>;
template class handler_entry_write_dispatch< 2, 0, 0, ENDIANNESS_LITTLE>;