Fix missing break in pseudo-cycle SMP.

This commit is contained in:
Brandon Wright 2017-12-06 18:04:15 -06:00
parent b7a2486ace
commit 94f9f6ff25
1 changed files with 1 additions and 0 deletions

View File

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