mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
193 lines
13 KiB
C++
193 lines
13 KiB
C++
// license:BSD-3-Clause
|
|
// copyright-holders:Olivier Galibert
|
|
|
|
#include "emu.h"
|
|
#include "emumem_hedw.ipp"
|
|
|
|
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, 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, 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, -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, 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, -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, -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, 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, 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, -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, -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>;
|