summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pps41/mm76.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pps41/mm76.h')
-rw-r--r--src/devices/cpu/pps41/mm76.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/pps41/mm76.h b/src/devices/cpu/pps41/mm76.h
index 82956e1829e..6e858c35669 100644
--- a/src/devices/cpu/pps41/mm76.h
+++ b/src/devices/cpu/pps41/mm76.h
@@ -69,7 +69,6 @@ protected:
void pop_pc();
void push_pc();
void op_illegal();
- void op_todo();
virtual bool op_is_tr(u8 op) override { return (op & 0xf0) == 0x30; };
virtual bool op_is_eob(u8 op) { return (op & 0xfc) == 0x1c; };