mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-04 14:30:19 +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;
|
||||
case MicroOp::DecodeOperation:
|
||||
pc_.full++;
|
||||
r_ = (r_ & 0x80) | ((r_ + 1) & 0x7f);
|
||||
decode_operation(operation_);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user