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.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/devices/cpu/e132xs/e132xs.h b/src/devices/cpu/e132xs/e132xs.h
index daaf5d54bca..cc8c3907708 100644
--- a/src/devices/cpu/e132xs/e132xs.h
+++ b/src/devices/cpu/e132xs/e132xs.h
@@ -166,10 +166,6 @@ protected:
// other internal state
int m_icount;
- typedef void (hyperstone_device::*ophandler)();
-
- ophandler m_opcode[256];
- uint64_t m_opcode_hits[256];
uint8_t m_fl_lut[16];
private:
@@ -428,6 +424,9 @@ private:
void hyperstone_trap();
void hyperstone_extend();
+ void hyperstone_reserved();
+ void hyperstone_do();
+
int32_t decode_pcrel();
void ignore_pcrel();