diff options
Diffstat (limited to 'src/devices/cpu/pps41/mm78.cpp')
-rw-r--r-- | src/devices/cpu/pps41/mm78.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/pps41/mm78.cpp b/src/devices/cpu/pps41/mm78.cpp index 3657799e3b4..ae5948b9663 100644 --- a/src/devices/cpu/pps41/mm78.cpp +++ b/src/devices/cpu/pps41/mm78.cpp @@ -210,7 +210,7 @@ void mm78_device::execute_one() } } - // TAB is delayed by 1 cycle + // TAB is delayed by 1 opcode (including a single TR) if (m_prev_op == 0x2c) op_tab(); } |