mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Added incrementing of the refresh register.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user