Previous 199869 Revisions Next

r30946 Wednesday 11th June, 2014 at 17:35:22 UTC by Carl
hd63450: this time it's really right (maybe) (nw)
[src/emu/machine]hd63450.c

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

Previous 199869 Revisions Next


© 1997-2024 The MAME Team