Finishing the SEP

This commit is contained in:
AnonymusRaccoon
2020-02-13 18:57:31 +01:00
parent dffb9625f9
commit 072cb17bcb
4 changed files with 25 additions and 19 deletions
@@ -8,6 +8,6 @@ namespace ComSquare::CPU
{
void CPU::SEP(uint24_t addr)
{
this->_registers.p.flags |= this->_bus->read(addr);
}
}