mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-28 22:29:36 +00:00
Added incrementing of the refresh register.
This commit is contained in:
parent
2cadc706e2
commit
c668ff9472
@ -557,6 +557,7 @@ template <class T> class Processor: public MicroOpScheduler<MicroOp> {
|
|||||||
break;
|
break;
|
||||||
case MicroOp::DecodeOperation:
|
case MicroOp::DecodeOperation:
|
||||||
pc_.full++;
|
pc_.full++;
|
||||||
|
r_ = (r_ & 0x80) | ((r_ + 1) & 0x7f);
|
||||||
decode_operation(operation_);
|
decode_operation(operation_);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user