Example #1
0
 public void OnClock()
 {
     // Just these two have per-clock updates
     m_crtc.OnClock();
     m_psg.OnClock();
 }