mirror of
https://github.com/FrancescoRigoni/Lib65816.git
synced 2024-12-21 04:29:40 +00:00
removed obsolete log entry
This commit is contained in:
parent
a3fe6bee62
commit
4fac730add
@ -80,7 +80,6 @@ void Cpu65816::executeInterrupt(OpCode &opCode) {
|
||||
|
||||
if (mCpuStatus.emulationFlag()) {
|
||||
Address newProgramAddress(mProgramAddress.getBank(), mStack.pull16Bit());
|
||||
Log::vrb("CPU").str(" pull ").hex(newProgramAddress.getOffset()).show();
|
||||
mProgramAddress = newProgramAddress;
|
||||
addToCycles(6);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user