Remove lots of __CFADD__uint16

This commit is contained in:
Snesrev
2023-04-03 22:27:20 +02:00
parent 9db0dd741d
commit b10285db38
16 changed files with 499 additions and 1488 deletions

View File

@@ -766,7 +766,8 @@ restart:
case 0x65:
case 0x6d:
case 0x69:
case 0x7d: cpu->c = 0; goto restart;
case 0x7d:
case 0x7f: cpu->c = 0; goto restart;
default:
// printf("Unk op 0x%x!\n", opcode);
goto restart;