Previous 199869 Revisions Next

r31994 Monday 8th September, 2014 at 16:20:23 UTC by hap
fix warning (this was useless anyway: m_temp is really temporary)
[src/emu/cpu/m6809]hd6309.c

trunk/src/emu/cpu/m6809/hd6309.c
r31993r31994
722722         else if (old_q == 0 )
723723            m_cc |= CC_Z;
724724
725         m_temp.w = abs(m_temp.w);
726725         put_q(old_q);
727726      }
728727   }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team