Exemplo n.º 1
0
 public m6805_timer(m6805_base_device parent)
 {
     m_parent  = parent;
     m_options = 0;
     m_divisor = 7;
     m_source  = timer_source.CLOCK;
     m_timer   = false;
 }
Exemplo n.º 2
0
 // configuration helpers
 public void set_options(timer_options options)
 {
     m_options = options;
 }