Debug VCPU EXA1 instruction
This commit is contained in:
parent
e61a4d4a12
commit
6cecde2c2c
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void VCPUExecute(){
|
|||
State.PC+=2;
|
||||
if(State.keypressed){
|
||||
if(State.V[State.X] == State.key)
|
||||
State.PC+=4;
|
||||
State.PC-=2;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue