cleanup apu and spc

This commit is contained in:
scawful
2024-04-25 00:23:14 -04:00
parent 268a7f2a0e
commit b4f2fdc57e
4 changed files with 0 additions and 13 deletions

View File

@@ -854,7 +854,6 @@ void Spc700::ExecuteInstructions(uint8_t opcode) {
A = (A >> 4) | (A << 4);
PSW.Z = (A == 0);
PSW.N = (A & 0x80);
;
break;
}
case 0xa0: { // ei imp