mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-24 23:24:54 +00:00
Finishing the main and disabling the invalid opcode throw for now
This commit is contained in:
@@ -9,5 +9,7 @@ namespace ComSquare::CPU
|
||||
int CPU::ADC(uint24_t valueAddr)
|
||||
{
|
||||
// this->_registers.a +=
|
||||
(void)valueAddr;
|
||||
return (0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user