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 6ad97ea56a2..f7f424e9beb 100644
--- a/src/devices/cpu/e132xs/e132xs.h
+++ b/src/devices/cpu/e132xs/e132xs.h
@@ -294,14 +294,10 @@ private:
template <reg_bank SRC_GLOBAL> void hypesrtone_ldwp();
template <reg_bank SRC_GLOBAL> void hyperstone_lddp();
- void hyperstone_stwr_global();
- void hyperstone_stwr_local();
- void hyperstone_stdr_global();
- void hyperstone_stdr_local();
- void hyperstone_stwp_global();
- void hyperstone_stwp_local();
- void hyperstone_stdp_global();
- void hyperstone_stdp_local();
+ template <reg_bank SRC_GLOBAL> void hyperstone_stwr();
+ template <reg_bank SRC_GLOBAL> void hyperstone_stdr();
+ template <reg_bank SRC_GLOBAL> void hyperstone_stwp();
+ template <reg_bank SRC_GLOBAL> void hyperstone_stdp();
void hyperstone_dbv();
void hyperstone_dbnv();