mirror of
https://github.com/FrancescoRigoni/Lib65816.git
synced 2024-12-21 19:29:17 +00:00
test if adc immidiate is working correct
This commit is contained in:
parent
6bf9da0720
commit
6f197ee233
@ -141,7 +141,7 @@ void Cpu65816::executeADC(OpCode &opCode) {
|
||||
if (accumulatorIs16BitWide()) {
|
||||
addToProgramAddress(1);
|
||||
}
|
||||
addToProgramAddress(2);
|
||||
addToProgramAddress(3);
|
||||
addToCycles(2);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user