Skip to content

Commit 66d02c2

Browse files
JaviJavi
authored andcommitted
Commit for sync
1 parent 12c046a commit 66d02c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chip8_local/src/es/javiercrespo/ProcesingUnit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public void run() {
292292

293293

294294

295-
cpu.pc+=0x2; //Increment program counter
295+
cpu.pc += 0x2; //Increment program counter
296296
//if (cpu.pc >= 4096) cpu.pc = 0x200;
297297

298298
try {

0 commit comments

Comments
 (0)