diff options
Diffstat (limited to 'src/emu/emumem_hedw2.cpp')
-rw-r--r-- | src/emu/emumem_hedw2.cpp | 297 |
1 files changed, 105 insertions, 192 deletions
diff --git a/src/emu/emumem_hedw2.cpp b/src/emu/emumem_hedw2.cpp index 8e6fc4c4dcf..7ffb7603f01 100644 --- a/src/emu/emumem_hedw2.cpp +++ b/src/emu/emumem_hedw2.cpp @@ -4,206 +4,119 @@ #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, 1>; +template class handler_entry_write_dispatch<18, 0, 1>; +template class handler_entry_write_dispatch<19, 0, 1>; +template class handler_entry_write_dispatch<20, 0, 1>; +template class handler_entry_write_dispatch<21, 0, 1>; +template class handler_entry_write_dispatch<22, 0, 1>; +template class handler_entry_write_dispatch<23, 0, 1>; +template class handler_entry_write_dispatch<24, 0, 1>; -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>; -template class handler_entry_write_dispatch<18, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 0, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 0, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 0, 0, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 0, 0>; +template class handler_entry_write_dispatch<18, 0, 0>; +template class handler_entry_write_dispatch<19, 0, 0>; +template class handler_entry_write_dispatch<20, 0, 0>; +template class handler_entry_write_dispatch<21, 0, 0>; +template class handler_entry_write_dispatch<22, 0, 0>; +template class handler_entry_write_dispatch<23, 0, 0>; +template class handler_entry_write_dispatch<24, 0, 0>; -template class handler_entry_write_dispatch<17, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<17, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<18, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<18, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 1, 3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 1, 3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 1, 3, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 1, 3>; +template class handler_entry_write_dispatch<18, 1, 3>; +template class handler_entry_write_dispatch<19, 1, 3>; +template class handler_entry_write_dispatch<20, 1, 3>; +template class handler_entry_write_dispatch<21, 1, 3>; +template class handler_entry_write_dispatch<22, 1, 3>; +template class handler_entry_write_dispatch<23, 1, 3>; +template class handler_entry_write_dispatch<24, 1, 3>; -template class handler_entry_write_dispatch<17, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<17, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<18, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<18, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 1, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 1, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 1, 0, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 1, 0>; +template class handler_entry_write_dispatch<18, 1, 0>; +template class handler_entry_write_dispatch<19, 1, 0>; +template class handler_entry_write_dispatch<20, 1, 0>; +template class handler_entry_write_dispatch<21, 1, 0>; +template class handler_entry_write_dispatch<22, 1, 0>; +template class handler_entry_write_dispatch<23, 1, 0>; +template class handler_entry_write_dispatch<24, 1, 0>; -template class handler_entry_write_dispatch<17, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<17, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<18, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<18, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 1, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 1, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 1, -1, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 1, -1>; +template class handler_entry_write_dispatch<18, 1, -1>; +template class handler_entry_write_dispatch<19, 1, -1>; +template class handler_entry_write_dispatch<20, 1, -1>; +template class handler_entry_write_dispatch<21, 1, -1>; +template class handler_entry_write_dispatch<22, 1, -1>; +template class handler_entry_write_dispatch<23, 1, -1>; +template class handler_entry_write_dispatch<24, 1, -1>; -template class handler_entry_write_dispatch<17, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<17, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<18, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<18, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 2, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 2, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 2, 0, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 2, 3>; +template class handler_entry_write_dispatch<18, 2, 3>; +template class handler_entry_write_dispatch<19, 2, 3>; +template class handler_entry_write_dispatch<20, 2, 3>; +template class handler_entry_write_dispatch<21, 2, 3>; +template class handler_entry_write_dispatch<22, 2, 3>; +template class handler_entry_write_dispatch<23, 2, 3>; +template class handler_entry_write_dispatch<24, 2, 3>; -template class handler_entry_write_dispatch<17, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<17, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<18, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<18, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 2, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 2, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 2, -1, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 2, 0>; +template class handler_entry_write_dispatch<18, 2, 0>; +template class handler_entry_write_dispatch<19, 2, 0>; +template class handler_entry_write_dispatch<20, 2, 0>; +template class handler_entry_write_dispatch<21, 2, 0>; +template class handler_entry_write_dispatch<22, 2, 0>; +template class handler_entry_write_dispatch<23, 2, 0>; +template class handler_entry_write_dispatch<24, 2, 0>; -template class handler_entry_write_dispatch<17, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<17, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<18, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<18, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 2, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 2, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 2, -2, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 2, -1>; +template class handler_entry_write_dispatch<18, 2, -1>; +template class handler_entry_write_dispatch<19, 2, -1>; +template class handler_entry_write_dispatch<20, 2, -1>; +template class handler_entry_write_dispatch<21, 2, -1>; +template class handler_entry_write_dispatch<22, 2, -1>; +template class handler_entry_write_dispatch<23, 2, -1>; +template class handler_entry_write_dispatch<24, 2, -1>; -template class handler_entry_write_dispatch<17, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<17, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<18, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<18, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 3, 0, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 3, 0, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 3, 0, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 2, -2>; +template class handler_entry_write_dispatch<18, 2, -2>; +template class handler_entry_write_dispatch<19, 2, -2>; +template class handler_entry_write_dispatch<20, 2, -2>; +template class handler_entry_write_dispatch<21, 2, -2>; +template class handler_entry_write_dispatch<22, 2, -2>; +template class handler_entry_write_dispatch<23, 2, -2>; +template class handler_entry_write_dispatch<24, 2, -2>; -template class handler_entry_write_dispatch<17, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<17, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<18, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<18, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 3, -1, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 3, -1, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 3, -1, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 3, 0>; +template class handler_entry_write_dispatch<18, 3, 0>; +template class handler_entry_write_dispatch<19, 3, 0>; +template class handler_entry_write_dispatch<20, 3, 0>; +template class handler_entry_write_dispatch<21, 3, 0>; +template class handler_entry_write_dispatch<22, 3, 0>; +template class handler_entry_write_dispatch<23, 3, 0>; +template class handler_entry_write_dispatch<24, 3, 0>; -template class handler_entry_write_dispatch<17, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<17, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<18, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<18, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 3, -2, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 3, -2, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 3, -2, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 3, -1>; +template class handler_entry_write_dispatch<18, 3, -1>; +template class handler_entry_write_dispatch<19, 3, -1>; +template class handler_entry_write_dispatch<20, 3, -1>; +template class handler_entry_write_dispatch<21, 3, -1>; +template class handler_entry_write_dispatch<22, 3, -1>; +template class handler_entry_write_dispatch<23, 3, -1>; +template class handler_entry_write_dispatch<24, 3, -1>; -template class handler_entry_write_dispatch<17, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<17, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<18, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<18, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<19, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<19, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<20, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<20, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<21, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<21, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<22, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<22, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<23, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<23, 3, -3, ENDIANNESS_BIG>; -template class handler_entry_write_dispatch<24, 3, -3, ENDIANNESS_LITTLE>; -template class handler_entry_write_dispatch<24, 3, -3, ENDIANNESS_BIG>; +template class handler_entry_write_dispatch<17, 3, -2>; +template class handler_entry_write_dispatch<18, 3, -2>; +template class handler_entry_write_dispatch<19, 3, -2>; +template class handler_entry_write_dispatch<20, 3, -2>; +template class handler_entry_write_dispatch<21, 3, -2>; +template class handler_entry_write_dispatch<22, 3, -2>; +template class handler_entry_write_dispatch<23, 3, -2>; +template class handler_entry_write_dispatch<24, 3, -2>; + +template class handler_entry_write_dispatch<17, 3, -3>; +template class handler_entry_write_dispatch<18, 3, -3>; +template class handler_entry_write_dispatch<19, 3, -3>; +template class handler_entry_write_dispatch<20, 3, -3>; +template class handler_entry_write_dispatch<21, 3, -3>; +template class handler_entry_write_dispatch<22, 3, -3>; +template class handler_entry_write_dispatch<23, 3, -3>; +template class handler_entry_write_dispatch<24, 3, -3>; |