mirror of
https://github.com/FrancescoRigoni/Lib65816.git
synced 2024-12-21 19:29:17 +00:00
removed debug
This commit is contained in:
parent
ba8c909f3f
commit
20bfe754c3
@ -183,9 +183,6 @@ Address Cpu65816::getAddressOfOpCodeData(OpCode &opCode) {
|
||||
break;
|
||||
case AddressingMode::DirectPageIndirectIndexedWithY:
|
||||
{
|
||||
|
||||
Log::vrb(LOG_TAG).str("DirectPageIndirectIndexedWithY").hex( mSystemBus.readByte(mProgramAddress.newWithOffset(1))).show();
|
||||
|
||||
Address firstStageAddress(0x00, mD + mSystemBus.readByte(mProgramAddress.newWithOffset(1)));
|
||||
uint16_t secondStageOffset = mSystemBus.readTwoBytes(firstStageAddress);
|
||||
Address thirdStageAddress(mDB, secondStageOffset);
|
||||
|
Loading…
Reference in New Issue
Block a user