diff options
Diffstat (limited to 'src/emu/emumem_hedw1.cpp')
-rw-r--r-- | src/emu/emumem_hedw1.cpp | 312 |
1 files changed, 104 insertions, 208 deletions
diff --git a/src/emu/emumem_hedw1.cpp b/src/emu/emumem_hedw1.cpp index 7626d522018..ea81f92663b 100644 --- a/src/emu/emumem_hedw1.cpp +++ b/src/emu/emumem_hedw1.cpp @@ -4,223 +4,119 @@ #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, 1>; +template class handler_entry_write_dispatch<10, 0, 1>; +template class handler_entry_write_dispatch<11, 0, 1>; +template class handler_entry_write_dispatch<12, 0, 1>; +template class handler_entry_write_dispatch<13, 0, 1>; +template class handler_entry_write_dispatch<14, 0, 1>; +template class handler_entry_write_dispatch<15, 0, 1>; +template class handler_entry_write_dispatch<16, 0, 1>; -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>; -template class handler_entry_write_dispatch<10, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 0, 0, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 0, 0>; +template class handler_entry_write_dispatch<10, 0, 0>; +template class handler_entry_write_dispatch<11, 0, 0>; +template class handler_entry_write_dispatch<12, 0, 0>; +template class handler_entry_write_dispatch<13, 0, 0>; +template class handler_entry_write_dispatch<14, 0, 0>; +template class handler_entry_write_dispatch<15, 0, 0>; +template class handler_entry_write_dispatch<16, 0, 0>; -template class handler_entry_write_dispatch< 9, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 1, 3, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 1, 3>; +template class handler_entry_write_dispatch<10, 1, 3>; +template class handler_entry_write_dispatch<11, 1, 3>; +template class handler_entry_write_dispatch<12, 1, 3>; +template class handler_entry_write_dispatch<13, 1, 3>; +template class handler_entry_write_dispatch<14, 1, 3>; +template class handler_entry_write_dispatch<15, 1, 3>; +template class handler_entry_write_dispatch<16, 1, 3>; -template class handler_entry_write_dispatch< 9, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 1, 0, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 1, 0>; +template class handler_entry_write_dispatch<10, 1, 0>; +template class handler_entry_write_dispatch<11, 1, 0>; +template class handler_entry_write_dispatch<12, 1, 0>; +template class handler_entry_write_dispatch<13, 1, 0>; +template class handler_entry_write_dispatch<14, 1, 0>; +template class handler_entry_write_dispatch<15, 1, 0>; +template class handler_entry_write_dispatch<16, 1, 0>; -template class handler_entry_write_dispatch< 9, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 1, -1, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 1, -1>; +template class handler_entry_write_dispatch<10, 1, -1>; +template class handler_entry_write_dispatch<11, 1, -1>; +template class handler_entry_write_dispatch<12, 1, -1>; +template class handler_entry_write_dispatch<13, 1, -1>; +template class handler_entry_write_dispatch<14, 1, -1>; +template class handler_entry_write_dispatch<15, 1, -1>; +template class handler_entry_write_dispatch<16, 1, -1>; -template class handler_entry_write_dispatch< 9, 2, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 2, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 2, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 2, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 2, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 2, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 2, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 2, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 2, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 2, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 2, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 2, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 2, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 2, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 2, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 2, 3, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 2, 3>; +template class handler_entry_write_dispatch<10, 2, 3>; +template class handler_entry_write_dispatch<11, 2, 3>; +template class handler_entry_write_dispatch<12, 2, 3>; +template class handler_entry_write_dispatch<13, 2, 3>; +template class handler_entry_write_dispatch<14, 2, 3>; +template class handler_entry_write_dispatch<15, 2, 3>; +template class handler_entry_write_dispatch<16, 2, 3>; -template class handler_entry_write_dispatch< 9, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 2, 0, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 2, 0>; +template class handler_entry_write_dispatch<10, 2, 0>; +template class handler_entry_write_dispatch<11, 2, 0>; +template class handler_entry_write_dispatch<12, 2, 0>; +template class handler_entry_write_dispatch<13, 2, 0>; +template class handler_entry_write_dispatch<14, 2, 0>; +template class handler_entry_write_dispatch<15, 2, 0>; +template class handler_entry_write_dispatch<16, 2, 0>; -template class handler_entry_write_dispatch< 9, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 2, -1, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 2, -1>; +template class handler_entry_write_dispatch<10, 2, -1>; +template class handler_entry_write_dispatch<11, 2, -1>; +template class handler_entry_write_dispatch<12, 2, -1>; +template class handler_entry_write_dispatch<13, 2, -1>; +template class handler_entry_write_dispatch<14, 2, -1>; +template class handler_entry_write_dispatch<15, 2, -1>; +template class handler_entry_write_dispatch<16, 2, -1>; -template class handler_entry_write_dispatch< 9, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 2, -2, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 2, -2>; +template class handler_entry_write_dispatch<10, 2, -2>; +template class handler_entry_write_dispatch<11, 2, -2>; +template class handler_entry_write_dispatch<12, 2, -2>; +template class handler_entry_write_dispatch<13, 2, -2>; +template class handler_entry_write_dispatch<14, 2, -2>; +template class handler_entry_write_dispatch<15, 2, -2>; +template class handler_entry_write_dispatch<16, 2, -2>; -template class handler_entry_write_dispatch< 9, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 3, 0, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 3, 0>; +template class handler_entry_write_dispatch<10, 3, 0>; +template class handler_entry_write_dispatch<11, 3, 0>; +template class handler_entry_write_dispatch<12, 3, 0>; +template class handler_entry_write_dispatch<13, 3, 0>; +template class handler_entry_write_dispatch<14, 3, 0>; +template class handler_entry_write_dispatch<15, 3, 0>; +template class handler_entry_write_dispatch<16, 3, 0>; -template class handler_entry_write_dispatch< 9, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 3, -1, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 3, -1>; +template class handler_entry_write_dispatch<10, 3, -1>; +template class handler_entry_write_dispatch<11, 3, -1>; +template class handler_entry_write_dispatch<12, 3, -1>; +template class handler_entry_write_dispatch<13, 3, -1>; +template class handler_entry_write_dispatch<14, 3, -1>; +template class handler_entry_write_dispatch<15, 3, -1>; +template class handler_entry_write_dispatch<16, 3, -1>; -template class handler_entry_write_dispatch< 9, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 3, -2, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 3, -2>; +template class handler_entry_write_dispatch<10, 3, -2>; +template class handler_entry_write_dispatch<11, 3, -2>; +template class handler_entry_write_dispatch<12, 3, -2>; +template class handler_entry_write_dispatch<13, 3, -2>; +template class handler_entry_write_dispatch<14, 3, -2>; +template class handler_entry_write_dispatch<15, 3, -2>; +template class handler_entry_write_dispatch<16, 3, -2>; -template class handler_entry_write_dispatch< 9, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch< 9, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<10, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<10, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<11, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<11, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<12, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<12, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<13, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<13, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<14, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<14, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<15, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<15, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<16, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<16, 3, -3, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch< 9, 3, -3>; +template class handler_entry_write_dispatch<10, 3, -3>; +template class handler_entry_write_dispatch<11, 3, -3>; +template class handler_entry_write_dispatch<12, 3, -3>; +template class handler_entry_write_dispatch<13, 3, -3>; +template class handler_entry_write_dispatch<14, 3, -3>; +template class handler_entry_write_dispatch<15, 3, -3>; +template class handler_entry_write_dispatch<16, 3, -3>; |