diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-26 20:16:51 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-26 20:16:51 +0100 |
| commit | 6cecde2c2cbb9a62b1fbaf632bbee8d97a82758d (patch) | |
| tree | 1e4a3c2428be286d5f3ae8dc36921e4159aeaa59 | |
| parent | e61a4d4a125189799ec286756856b0713ca92db7 (diff) | |
Debug VCPU EXA1 instruction
| -rw-r--r-- | src/vcpu.c | 2 |
1 files changed, 1 insertions, 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; |
