Finishing the main and disabling the invalid opcode throw for now

This commit is contained in:
AnonymusRaccoon
2020-02-11 14:47:56 +01:00
parent f886f8f53c
commit d7002336fa
6 changed files with 11 additions and 7 deletions
@@ -9,5 +9,7 @@ namespace ComSquare::CPU
int CPU::ADC(uint24_t valueAddr)
{
// this->_registers.a +=
(void)valueAddr;
return (0);
}
}