summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_hedw1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emumem_hedw1.cpp')
-rw-r--r--src/emu/emumem_hedw1.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/emu/emumem_hedw1.cpp b/src/emu/emumem_hedw1.cpp
index d3d3b9e5f81..4f62d45de4d 100644
--- a/src/emu/emumem_hedw1.cpp
+++ b/src/emu/emumem_hedw1.cpp
@@ -4,23 +4,6 @@
#include "emu.h"
#include "emumem_hedw.ipp"
-template class handler_entry_write_dispatch< 9, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch< 9, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<10, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<10, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<11, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<11, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<12, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<12, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<13, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<13, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<14, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<14, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<15, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<15, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<16, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<16, 0, 1, ENDIANNESS_BIG>;
-
template class handler_entry_write_dispatch< 9, 0, 0, ENDIANNESS_LITTLE>;
template class handler_entry_write_dispatch< 9, 0, 0, ENDIANNESS_BIG>;
template class handler_entry_write_dispatch<10, 0, 0, ENDIANNESS_LITTLE>;