public GBTimer(InterruptManager iM) { CycleCounter = 0; divider = new Divider(); timerCounter = new TimerCounter(iM); }