summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_hedr2.cpp
blob: 6a665b148276f0d47bed30df5af53e4066780a83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert

#include "emu.h"
#include "emumem_hedr.ipp"

template class handler_entry_read_dispatch<17, 0,  1>;
template class handler_entry_read_dispatch<18, 0,  1>;
template class handler_entry_read_dispatch<19, 0,  1>;
template class handler_entry_read_dispatch<20, 0,  1>;
template class handler_entry_read_dispatch<21, 0,  1>;
template class handler_entry_read_dispatch<22, 0,  1>;
template class handler_entry_read_dispatch<23, 0,  1>;
template class handler_entry_read_dispatch<24, 0,  1>;

template class handler_entry_read_dispatch<17, 0,  0>;
template class handler_entry_read_dispatch<18, 0,  0>;
template class handler_entry_read_dispatch<19, 0,  0>;
template class handler_entry_read_dispatch<20, 0,  0>;
template class handler_entry_read_dispatch<21, 0,  0>;
template class handler_entry_read_dispatch<22, 0,  0>;
template class handler_entry_read_dispatch<23, 0,  0>;
template class handler_entry_read_dispatch<24, 0,  0>;

template class handler_entry_read_dispatch<17, 1,  3>;
template class handler_entry_read_dispatch<18, 1,  3>;
template class handler_entry_read_dispatch<19, 1,  3>;
template class handler_entry_read_dispatch<20, 1,  3>;
template class handler_entry_read_dispatch<21, 1,  3>;
template class handler_entry_read_dispatch<22, 1,  3>;
template class handler_entry_read_dispatch<23, 1,  3>;
template class handler_entry_read_dispatch<24, 1,  3>;

template class handler_entry_read_dispatch<17, 1,  0>;
template class handler_entry_read_dispatch<18, 1,  0>;
template class handler_entry_read_dispatch<19, 1,  0>;
template class handler_entry_read_dispatch<20, 1,  0>;
template class handler_entry_read_dispatch<21, 1,  0>;
template class handler_entry_read_dispatch<22, 1,  0>;
template class handler_entry_read_dispatch<23, 1,  0>;
template class handler_entry_read_dispatch<24, 1,  0>;

template class handler_entry_read_dispatch<17, 1, -1>;
template class handler_entry_read_dispatch<18, 1, -1>;
template class handler_entry_read_dispatch<19, 1, -1>;
template class handler_entry_read_dispatch<20, 1, -1>;
template class handler_entry_read_dispatch<21, 1, -1>;
template class handler_entry_read_dispatch<22, 1, -1>;
template class handler_entry_read_dispatch<23, 1, -1>;
template class handler_entry_read_dispatch<24, 1, -1>;

template class handler_entry_read_dispatch<17, 2,  3>;
template class handler_entry_read_dispatch<18, 2,  3>;
template class handler_entry_read_dispatch<19, 2,  3>;
template class handler_entry_read_dispatch<20, 2,  3>;
template class handler_entry_read_dispatch<21, 2,  3>;
template class handler_entry_read_dispatch<22, 2,  3>;
template class handler_entry_read_dispatch<23, 2,  3>;
template class handler_entry_read_dispatch<24, 2,  3>;

template class handler_entry_read_dispatch<17, 2,  0>;
template class handler_entry_read_dispatch<18, 2,  0>;
template class handler_entry_read_dispatch<19, 2,  0>;
template class handler_entry_read_dispatch<20, 2,  0>;
template class handler_entry_read_dispatch<21, 2,  0>;
template class handler_entry_read_dispatch<22, 2,  0>;
template class handler_entry_read_dispatch<23, 2,  0>;
template class handler_entry_read_dispatch<24, 2,  0>;

template class handler_entry_read_dispatch<17, 2, -1>;
template class handler_entry_read_dispatch<18, 2, -1>;
template class handler_entry_read_dispatch<19, 2, -1>;
template class handler_entry_read_dispatch<20, 2, -1>;
template class handler_entry_read_dispatch<21, 2, -1>;
template class handler_entry_read_dispatch<22, 2, -1>;
template class handler_entry_read_dispatch<23, 2, -1>;
template class handler_entry_read_dispatch<24, 2, -1>;

template class handler_entry_read_dispatch<17, 2, -2>;
template class handler_entry_read_dispatch<18, 2, -2>;
template class handler_entry_read_dispatch<19, 2, -2>;
template class handler_entry_read_dispatch<20, 2, -2>;
template class handler_entry_read_dispatch<21, 2, -2>;
template class handler_entry_read_dispatch<22, 2, -2>;
template class handler_entry_read_dispatch<23, 2, -2>;
template class handler_entry_read_dispatch<24, 2, -2>;

template class handler_entry_read_dispatch<17, 3,  0>;
template class handler_entry_read_dispatch<18, 3,  0>;
template class handler_entry_read_dispatch<19, 3,  0>;
template class handler_entry_read_dispatch<20, 3,  0>;
template class handler_entry_read_dispatch<21, 3,  0>;
template class handler_entry_read_dispatch<22, 3,  0>;
template class handler_entry_read_dispatch<23, 3,  0>;
template class handler_entry_read_dispatch<24, 3,  0>;

template class handler_entry_read_dispatch<17, 3, -1>;
template class handler_entry_read_dispatch<18, 3, -1>;
template class handler_entry_read_dispatch<19, 3, -1>;
template class handler_entry_read_dispatch<20, 3, -1>;
template class handler_entry_read_dispatch<21, 3, -1>;
template class handler_entry_read_dispatch<22, 3, -1>;
template class handler_entry_read_dispatch<23, 3, -1>;
template class handler_entry_read_dispatch<24, 3, -1>;

template class handler_entry_read_dispatch<17, 3, -2>;
template class handler_entry_read_dispatch<18, 3, -2>;
template class handler_entry_read_dispatch<19, 3, -2>;
template class handler_entry_read_dispatch<20, 3, -2>;
template class handler_entry_read_dispatch<21, 3, -2>;
template class handler_entry_read_dispatch<22, 3, -2>;
template class handler_entry_read_dispatch<23, 3, -2>;
template class handler_entry_read_dispatch<24, 3, -2>;

template class handler_entry_read_dispatch<17, 3, -3>;
template class handler_entry_read_dispatch<18, 3, -3>;
template class handler_entry_read_dispatch<19, 3, -3>;
template class handler_entry_read_dispatch<20, 3, -3>;
template class handler_entry_read_dispatch<21, 3, -3>;
template class handler_entry_read_dispatch<22, 3, -3>;
template class handler_entry_read_dispatch<23, 3, -3>;
template class handler_entry_read_dispatch<24, 3, -3>;