summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pps41/mm76.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-03-14 14:35:45 +0100
committer hap <happppp@users.noreply.github.com>2021-03-14 14:36:24 +0100
commit410b42ee7718b71cca7c478155935c7bb1c7491e (patch)
tree91abe38b5724106a90b0e49d80ac084adde8b731 /src/devices/cpu/pps41/mm76.h
parente21017d3bb75f7ca1202fce81049a73320557ff6 (diff)
pps41: remove obsolete function
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; };