GameBoi
Public Member Functions | List of all members
cpu.clock.Clock Interface Reference

Represents the CPU clock. More...

Inheritance diagram for cpu.clock.Clock:
cpu.clock.ClockImpl

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.
 

Detailed Description

Represents the CPU clock.


The documentation for this interface was generated from the following file: