mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 21:55:11 +00:00
Finishing the array of instruction, it now works well
This commit is contained in:
@@ -303,6 +303,8 @@ namespace ComSquare::CPU
|
||||
case AbsoluteIndirectIndexedByX:
|
||||
valueAddr = this->_getAbsoluteIndirectIndexedByXAddr();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return cycles + (this->*instruction.call)(valueAddr);
|
||||
|
||||
Reference in New Issue
Block a user