GameBoi
|
Represents the CPU clock. More...
Public Member Functions | |
void | addCycles (int numCycles) |
Adds numCycles cycles to the clock. | |
int | getTotalCycles () |
Returns total cycles elapsed since start. | |
void | attach (ClockObserver observer) |
Adds observer to the list of observers. | |
Represents the CPU clock.