summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_hedw2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emumem_hedw2.cpp')
-rw-r--r--src/emu/emumem_hedw2.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/emu/emumem_hedw2.cpp b/src/emu/emumem_hedw2.cpp
index b00eb38311d..8e6fc4c4dcf 100644
--- a/src/emu/emumem_hedw2.cpp
+++ b/src/emu/emumem_hedw2.cpp
@@ -4,6 +4,23 @@
#include "emu.h"
#include "emumem_hedw.ipp"
+template class handler_entry_write_dispatch<17, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch<17, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<18, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch<18, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<19, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch<19, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<20, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch<20, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<21, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch<21, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<22, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch<22, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<23, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch<23, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<24, 0, 1, ENDIANNESS_LITTLE>;
+template class handler_entry_write_dispatch<24, 0, 1, ENDIANNESS_BIG>;
+
template class handler_entry_write_dispatch<17, 0, 0, ENDIANNESS_LITTLE>;
template class handler_entry_write_dispatch<17, 0, 0, ENDIANNESS_BIG>;
template class handler_entry_write_dispatch<18, 0, 0, ENDIANNESS_LITTLE>;