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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/devices/cpu/e132xs/e132xs.h b/src/devices/cpu/e132xs/e132xs.h
index 6212ccfa802..7176e0059a3 100644
--- a/src/devices/cpu/e132xs/e132xs.h
+++ b/src/devices/cpu/e132xs/e132xs.h
@@ -263,10 +263,7 @@ private:
void hyperstone_shli_local();
void hyperstone_testlz();
void hyperstone_rol();
- void hyperstone_ldxx1_global_global();
- void hyperstone_ldxx1_global_local();
- void hyperstone_ldxx1_local_global();
- void hyperstone_ldxx1_local_local();
+ template <reg_bank DST_GLOBAL, reg_bank SRC_GLOBAL> void hyperstone_ldxx1();
void hyperstone_ldxx2_global_global();
void hyperstone_ldxx2_global_local();
void hyperstone_ldxx2_local_global();