bootromfun: sollte nach einem 'H' zweimal 'O' ausgeben und danach blockieren bis
[calu.git] / 3b_sim / ccpu.hpp
index ebe15f91c24cf03d14e88dd83e308d8c6cfd1847..4c250b57570b97363655da1bbf9c8374e3013843 100644 (file)
@@ -37,6 +37,7 @@ class CCpu {
                CDat getPerf() const;
                void setPerf(CDat);
                void incPerf();
+               void incPerfBy(short);
 
                CDat getCurPC() const;
                CDat getNextPC() const;