63,65c63
< struct TickEvent : public Event
< {
< AtomicSimpleCPU *cpu;
---
> EventFunctionWrapper tickEvent;
67,73d64
< TickEvent(AtomicSimpleCPU *c);
< void process();
< const char *description() const;
< };
<
< TickEvent tickEvent;
<