summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pps41/mm76op.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pps41/mm76op.cpp')
-rw-r--r--src/devices/cpu/pps41/mm76op.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/cpu/pps41/mm76op.cpp b/src/devices/cpu/pps41/mm76op.cpp
index 99f6e87f9bf..6cef3dae06d 100644
--- a/src/devices/cpu/pps41/mm76op.cpp
+++ b/src/devices/cpu/pps41/mm76op.cpp
@@ -38,6 +38,11 @@ void mm76_device::op_illegal()
logerror("unknown opcode $%02X at $%03X\n", m_op, m_prev_pc);
}
+void mm76_device::op_todo()
+{
+ logerror("unimplemented opcode $%02X at $%03X\n", m_op, m_prev_pc);
+}
+
// opcodes