diff options
Diffstat (limited to 'src/devices/cpu/cops1/mm5799op.cpp')
-rw-r--r-- | src/devices/cpu/cops1/mm5799op.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/cops1/mm5799op.cpp b/src/devices/cpu/cops1/mm5799op.cpp index 4e293ff3c3f..84f0c6ef766 100644 --- a/src/devices/cpu/cops1/mm5799op.cpp +++ b/src/devices/cpu/cops1/mm5799op.cpp @@ -228,7 +228,7 @@ void mm5799_device::op_ret() void mm5799_device::op_rets() { - // RET: return from subroutine, skip next + // RETS: return from subroutine, skip next op_ret(); m_skip = true; } |