lustiger modelsim fix...
[calu.git] / 3b_sim / ccpu.hpp
index ebe15f91c24cf03d14e88dd83e308d8c6cfd1847..11f615212b9c32ea4e5798cc3da5f11e64a313ec 100644 (file)
@@ -5,6 +5,8 @@
 #include "cmem.hpp"
 #include "cpmem.hpp"
 
+#include "ccolor.h"
+
 class Iinstr;
 
 #include "Iinstr.hpp"
@@ -37,6 +39,7 @@ class CCpu {
                CDat getPerf() const;
                void setPerf(CDat);
                void incPerf();
+               void incPerfBy(short);
 
                CDat getCurPC() const;
                CDat getNextPC() const;