summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs/e132xs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/e132xs/e132xs.h')
-rw-r--r--src/devices/cpu/e132xs/e132xs.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/devices/cpu/e132xs/e132xs.h b/src/devices/cpu/e132xs/e132xs.h
index 95313eb19fd..6ad97ea56a2 100644
--- a/src/devices/cpu/e132xs/e132xs.h
+++ b/src/devices/cpu/e132xs/e132xs.h
@@ -289,14 +289,10 @@ private:
template <reg_bank DST_GLOBAL> void hyperstone_set();
- void hyperstone_ldwr_global();
- void hyperstone_ldwr_local();
- void hyperstone_lddr_global();
- void hyperstone_lddr_local();
- void hypesrtone_ldwp_global();
- void hypesrtone_ldwp_local();
- void hyperstone_lddp_global();
- void hyperstone_lddp_local();
+ template <reg_bank SRC_GLOBAL> void hyperstone_ldwr();
+ template <reg_bank SRC_GLOBAL> void hyperstone_lddr();
+ template <reg_bank SRC_GLOBAL> void hypesrtone_ldwp();
+ template <reg_bank SRC_GLOBAL> void hyperstone_lddp();
void hyperstone_stwr_global();
void hyperstone_stwr_local();