Debug VCPU EXA1 instruction

This commit is contained in:
Loïc Guégan 2023-12-26 20:16:51 +01:00
parent e61a4d4a12
commit 6cecde2c2c

View file

@ -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;