mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-10 11:25:23 +00:00
Removed dangling reference.
This commit is contained in:
@@ -1697,7 +1697,7 @@ template <class T> class Processor: public ClockReceiver<Processor<T>> {
|
||||
}
|
||||
|
||||
/*!
|
||||
Called to announce the end of a run_for_cycles period, allowing deferred work to take place.
|
||||
Called to announce the end of a run_for period, allowing deferred work to take place.
|
||||
|
||||
Users of the Z80 template may override this.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user