This commit is contained in:
Melefo
2020-02-26 21:01:43 +01:00
parent 27c1220ca7
commit 0c1c71af51
-1
View File
@@ -111,7 +111,6 @@ namespace ComSquare::APU
DirectIndexX += 0x100;
uint24_t high = this->_internalRead(DirectIndexX);
printf("\n\nHey : %i\n\n", ((high << 8u) | low) + this->_internalRegisters.y);
return ((high << 8u) | low) + this->_internalRegisters.y;
}
}