summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_hep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emumem_hep.cpp')
-rw-r--r--src/emu/emumem_hep.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emu/emumem_hep.cpp b/src/emu/emumem_hep.cpp
index 25b54142d3e..38cf89b4ec3 100644
--- a/src/emu/emumem_hep.cpp
+++ b/src/emu/emumem_hep.cpp
@@ -60,6 +60,8 @@ template class handler_entry_read_passthrough<1, 0, ENDIANNESS_LITTLE>;
template class handler_entry_read_passthrough<1, 0, ENDIANNESS_BIG>;
template class handler_entry_read_passthrough<1, -1, ENDIANNESS_LITTLE>;
template class handler_entry_read_passthrough<1, -1, ENDIANNESS_BIG>;
+template class handler_entry_read_passthrough<2, 3, ENDIANNESS_LITTLE>;
+template class handler_entry_read_passthrough<2, 3, ENDIANNESS_BIG>;
template class handler_entry_read_passthrough<2, 0, ENDIANNESS_LITTLE>;
template class handler_entry_read_passthrough<2, 0, ENDIANNESS_BIG>;
template class handler_entry_read_passthrough<2, -1, ENDIANNESS_LITTLE>;
@@ -85,6 +87,8 @@ template class handler_entry_write_passthrough<1, 0, ENDIANNESS_LITTLE>;
template class handler_entry_write_passthrough<1, 0, ENDIANNESS_BIG>;
template class handler_entry_write_passthrough<1, -1, ENDIANNESS_LITTLE>;
template class handler_entry_write_passthrough<1, -1, ENDIANNESS_BIG>;
+template class handler_entry_write_passthrough<2, 3, ENDIANNESS_LITTLE>;
+template class handler_entry_write_passthrough<2, 3, ENDIANNESS_BIG>;
template class handler_entry_write_passthrough<2, 0, ENDIANNESS_LITTLE>;
template class handler_entry_write_passthrough<2, 0, ENDIANNESS_BIG>;
template class handler_entry_write_passthrough<2, -1, ENDIANNESS_LITTLE>;