Previous 199869 Revisions Next

r30945 Wednesday 11th June, 2014 at 17:28:31 UTC by Carl
hd63540: oops (nw)
[src/emu/machine]hd63450.c

trunk/src/emu/machine/hd63450.c
r30944r30945
522522   if((m_reg[2].ocr & 2) && (state && !ostate))
523523   {
524524      single_transfer(2);
525      m_timer[0]->adjust(m_our_clock[2], 2, m_our_clock[2]);
525      m_timer[3]->adjust(m_our_clock[2], 2, m_our_clock[2]);
526526   }
527527   else if(!state)
528528      m_timer[2]->adjust(attotime::never);
r30944r30945
536536   if((m_reg[3].ocr & 2) && (state && !ostate))
537537   {
538538      single_transfer(3);
539      m_timer[0]->adjust(m_our_clock[3], 3, m_our_clock[3]);
539      m_timer[3]->adjust(m_our_clock[3], 3, m_our_clock[3]);
540540   }
541541   else if(!state)
542542      m_timer[3]->adjust(attotime::never);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team