mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-21 22:55:11 +00:00
Finishing Program Flow Operations
This commit is contained in:
@@ -17,7 +17,7 @@ namespace ComSquare::APU
|
||||
|
||||
int APU::PCALL()
|
||||
{
|
||||
this->CALL(0xFF00u + this->_internalRead(this->_internalRegisters.pc++));
|
||||
this->CALL(0xFF00u + this->_getDirectValue());
|
||||
return 6;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user