diff --git a/src/emu/cpu/m6809/hd6309.ops b/src/emu/cpu/m6809/hd6309.ops index 1bd47956220..a1250bf351d 100644 --- a/src/emu/cpu/m6809/hd6309.ops +++ b/src/emu/cpu/m6809/hd6309.ops @@ -1064,13 +1064,6 @@ MULD: @m_temp.b.h = read_operand(0); @m_temp.b.l = read_operand(1); muld(); - { - PAIR result; - result.d = ((INT16) m_d.w) * ((INT16) m_temp.w); - m_d.w = set_flags(CC_NZ, result.w.h); - m_w.w = result.w.l; - m_cc &= ~CC_VC; - } return; DIVQ: