mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-19 23:29:05 +00:00
Removes erroneous addition.
This commit is contained in:
parent
f46d52364c
commit
4b91910fab
@ -108,9 +108,6 @@ if(number_of_cycles <= Cycles(0)) break;
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case OperationDecodeOperation:
|
case OperationDecodeOperation:
|
||||||
if(operation_ == 0x89) {
|
|
||||||
printf("");
|
|
||||||
}
|
|
||||||
scheduled_program_counter_ = operations_[operation_];
|
scheduled_program_counter_ = operations_[operation_];
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user