mirror of https://github.com/snes9xgit/snes9x.git
Fix missing break in pseudo-cycle SMP.
This commit is contained in:
parent
b7a2486ace
commit
94f9f6ff25
|
@ -373,6 +373,7 @@ case 0xaf: {
|
|||
switch(++opcode_cycle) {
|
||||
case 1:
|
||||
op_io(2);
|
||||
break;
|
||||
case 2:
|
||||
op_writedp(regs.x++, regs.B.a);
|
||||
opcode_cycle = 0;
|
||||
|
|
Loading…
Reference in New Issue