Fix problem when next instruction wasn't handled

This commit is contained in:
g1n 2021-10-27 15:25:26 +03:00
parent d13f3f0e0b
commit 109eb9ca19
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ void ocpu_execute() {
printf("Wrong register: %02X\n", reg);
return;
}
break;
case 0x00:
return;
default: