mirror of
https://github.com/FrancescoRigoni/Lib65816.git
synced 2024-12-22 10:29:24 +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()) {
|
if (accumulatorIs16BitWide()) {
|
||||||
addToProgramAddress(1);
|
addToProgramAddress(1);
|
||||||
}
|
}
|
||||||
addToProgramAddress(2);
|
addToProgramAddress(3);
|
||||||
addToCycles(2);
|
addToCycles(2);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user