summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_hedw3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emumem_hedw3.cpp')
-rw-r--r--src/emu/emumem_hedw3.cpp297
1 files changed, 105 insertions, 192 deletions
diff --git a/src/emu/emumem_hedw3.cpp b/src/emu/emumem_hedw3.cpp
index 4a423133483..b0846d8198b 100644
--- a/src/emu/emumem_hedw3.cpp
+++ b/src/emu/emumem_hedw3.cpp
@@ -5,206 +5,119 @@
#include "emumem_hedw.ipp"
-template class handler_entry_write_dispatch<25, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 0, 1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 0, 1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 0, 1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 0, 1>;
+template class handler_entry_write_dispatch<26, 0, 1>;
+template class handler_entry_write_dispatch<27, 0, 1>;
+template class handler_entry_write_dispatch<28, 0, 1>;
+template class handler_entry_write_dispatch<29, 0, 1>;
+template class handler_entry_write_dispatch<30, 0, 1>;
+template class handler_entry_write_dispatch<31, 0, 1>;
+template class handler_entry_write_dispatch<32, 0, 1>;
-template class handler_entry_write_dispatch<25, 0, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 0, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 0, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 0, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 0, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 0, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 0, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 0, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 0, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 0, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 0, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 0, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 0, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 0, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 0, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 0, 0, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 0, 0>;
+template class handler_entry_write_dispatch<26, 0, 0>;
+template class handler_entry_write_dispatch<27, 0, 0>;
+template class handler_entry_write_dispatch<28, 0, 0>;
+template class handler_entry_write_dispatch<29, 0, 0>;
+template class handler_entry_write_dispatch<30, 0, 0>;
+template class handler_entry_write_dispatch<31, 0, 0>;
+template class handler_entry_write_dispatch<32, 0, 0>;
-template class handler_entry_write_dispatch<25, 1, 3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 1, 3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 1, 3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 1, 3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 1, 3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 1, 3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 1, 3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 1, 3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 1, 3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 1, 3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 1, 3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 1, 3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 1, 3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 1, 3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 1, 3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 1, 3, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 1, 3>;
+template class handler_entry_write_dispatch<26, 1, 3>;
+template class handler_entry_write_dispatch<27, 1, 3>;
+template class handler_entry_write_dispatch<28, 1, 3>;
+template class handler_entry_write_dispatch<29, 1, 3>;
+template class handler_entry_write_dispatch<30, 1, 3>;
+template class handler_entry_write_dispatch<31, 1, 3>;
+template class handler_entry_write_dispatch<32, 1, 3>;
-template class handler_entry_write_dispatch<25, 1, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 1, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 1, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 1, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 1, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 1, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 1, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 1, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 1, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 1, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 1, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 1, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 1, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 1, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 1, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 1, 0, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 1, 0>;
+template class handler_entry_write_dispatch<26, 1, 0>;
+template class handler_entry_write_dispatch<27, 1, 0>;
+template class handler_entry_write_dispatch<28, 1, 0>;
+template class handler_entry_write_dispatch<29, 1, 0>;
+template class handler_entry_write_dispatch<30, 1, 0>;
+template class handler_entry_write_dispatch<31, 1, 0>;
+template class handler_entry_write_dispatch<32, 1, 0>;
-template class handler_entry_write_dispatch<25, 1, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 1, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 1, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 1, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 1, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 1, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 1, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 1, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 1, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 1, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 1, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 1, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 1, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 1, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 1, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 1, -1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 1, -1>;
+template class handler_entry_write_dispatch<26, 1, -1>;
+template class handler_entry_write_dispatch<27, 1, -1>;
+template class handler_entry_write_dispatch<28, 1, -1>;
+template class handler_entry_write_dispatch<29, 1, -1>;
+template class handler_entry_write_dispatch<30, 1, -1>;
+template class handler_entry_write_dispatch<31, 1, -1>;
+template class handler_entry_write_dispatch<32, 1, -1>;
-template class handler_entry_write_dispatch<25, 2, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 2, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 2, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 2, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 2, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 2, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 2, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 2, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 2, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 2, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 2, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 2, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 2, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 2, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 2, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 2, 0, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 2, 3>;
+template class handler_entry_write_dispatch<26, 2, 3>;
+template class handler_entry_write_dispatch<27, 2, 3>;
+template class handler_entry_write_dispatch<28, 2, 3>;
+template class handler_entry_write_dispatch<29, 2, 3>;
+template class handler_entry_write_dispatch<30, 2, 3>;
+template class handler_entry_write_dispatch<31, 2, 3>;
+template class handler_entry_write_dispatch<32, 2, 3>;
-template class handler_entry_write_dispatch<25, 2, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 2, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 2, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 2, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 2, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 2, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 2, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 2, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 2, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 2, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 2, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 2, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 2, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 2, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 2, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 2, -1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 2, 0>;
+template class handler_entry_write_dispatch<26, 2, 0>;
+template class handler_entry_write_dispatch<27, 2, 0>;
+template class handler_entry_write_dispatch<28, 2, 0>;
+template class handler_entry_write_dispatch<29, 2, 0>;
+template class handler_entry_write_dispatch<30, 2, 0>;
+template class handler_entry_write_dispatch<31, 2, 0>;
+template class handler_entry_write_dispatch<32, 2, 0>;
-template class handler_entry_write_dispatch<25, 2, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 2, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 2, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 2, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 2, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 2, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 2, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 2, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 2, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 2, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 2, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 2, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 2, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 2, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 2, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 2, -2, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 2, -1>;
+template class handler_entry_write_dispatch<26, 2, -1>;
+template class handler_entry_write_dispatch<27, 2, -1>;
+template class handler_entry_write_dispatch<28, 2, -1>;
+template class handler_entry_write_dispatch<29, 2, -1>;
+template class handler_entry_write_dispatch<30, 2, -1>;
+template class handler_entry_write_dispatch<31, 2, -1>;
+template class handler_entry_write_dispatch<32, 2, -1>;
-template class handler_entry_write_dispatch<25, 3, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 3, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 3, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 3, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 3, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 3, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 3, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 3, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 3, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 3, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 3, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 3, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 3, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 3, 0, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 3, 0, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 3, 0, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 2, -2>;
+template class handler_entry_write_dispatch<26, 2, -2>;
+template class handler_entry_write_dispatch<27, 2, -2>;
+template class handler_entry_write_dispatch<28, 2, -2>;
+template class handler_entry_write_dispatch<29, 2, -2>;
+template class handler_entry_write_dispatch<30, 2, -2>;
+template class handler_entry_write_dispatch<31, 2, -2>;
+template class handler_entry_write_dispatch<32, 2, -2>;
-template class handler_entry_write_dispatch<25, 3, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 3, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 3, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 3, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 3, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 3, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 3, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 3, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 3, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 3, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 3, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 3, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 3, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 3, -1, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 3, -1, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 3, -1, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 3, 0>;
+template class handler_entry_write_dispatch<26, 3, 0>;
+template class handler_entry_write_dispatch<27, 3, 0>;
+template class handler_entry_write_dispatch<28, 3, 0>;
+template class handler_entry_write_dispatch<29, 3, 0>;
+template class handler_entry_write_dispatch<30, 3, 0>;
+template class handler_entry_write_dispatch<31, 3, 0>;
+template class handler_entry_write_dispatch<32, 3, 0>;
-template class handler_entry_write_dispatch<25, 3, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 3, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 3, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 3, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 3, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 3, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 3, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 3, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 3, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 3, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 3, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 3, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 3, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 3, -2, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 3, -2, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 3, -2, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 3, -1>;
+template class handler_entry_write_dispatch<26, 3, -1>;
+template class handler_entry_write_dispatch<27, 3, -1>;
+template class handler_entry_write_dispatch<28, 3, -1>;
+template class handler_entry_write_dispatch<29, 3, -1>;
+template class handler_entry_write_dispatch<30, 3, -1>;
+template class handler_entry_write_dispatch<31, 3, -1>;
+template class handler_entry_write_dispatch<32, 3, -1>;
-template class handler_entry_write_dispatch<25, 3, -3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<25, 3, -3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<26, 3, -3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<26, 3, -3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<27, 3, -3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<27, 3, -3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<28, 3, -3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<28, 3, -3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<29, 3, -3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<29, 3, -3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<31, 3, -3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<31, 3, -3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<30, 3, -3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<30, 3, -3, ENDIANNESS_BIG>;
-template class handler_entry_write_dispatch<32, 3, -3, ENDIANNESS_LITTLE>;
-template class handler_entry_write_dispatch<32, 3, -3, ENDIANNESS_BIG>;
+template class handler_entry_write_dispatch<25, 3, -2>;
+template class handler_entry_write_dispatch<26, 3, -2>;
+template class handler_entry_write_dispatch<27, 3, -2>;
+template class handler_entry_write_dispatch<28, 3, -2>;
+template class handler_entry_write_dispatch<29, 3, -2>;
+template class handler_entry_write_dispatch<30, 3, -2>;
+template class handler_entry_write_dispatch<31, 3, -2>;
+template class handler_entry_write_dispatch<32, 3, -2>;
+
+template class handler_entry_write_dispatch<25, 3, -3>;
+template class handler_entry_write_dispatch<26, 3, -3>;
+template class handler_entry_write_dispatch<27, 3, -3>;
+template class handler_entry_write_dispatch<28, 3, -3>;
+template class handler_entry_write_dispatch<29, 3, -3>;
+template class handler_entry_write_dispatch<30, 3, -3>;
+template class handler_entry_write_dispatch<31, 3, -3>;
+template class handler_entry_write_dispatch<32, 3, -3>;