mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-29 17:02:21 +00:00
Finishing the main and disabling the invalid opcode throw for now
This commit is contained in:
+2
-1
@@ -218,7 +218,8 @@ namespace ComSquare::CPU
|
||||
case Instructions::ADC_ABSXl:return this->ADC(this->_getAbsoluteIndexedByXLongAddr());
|
||||
|
||||
default:
|
||||
throw InvalidOpcode("CPU", opcode);
|
||||
return 0;
|
||||
//throw InvalidOpcode("CPU", opcode);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user