Remove debug code.

This commit is contained in:
Christian Speckner 2024-08-11 15:46:22 +02:00
parent 8a3cf489ec
commit 76a9d84fcf
1 changed files with 0 additions and 2 deletions

View File

@ -254,8 +254,6 @@ void CartridgeELF::reset()
myArmCyclesOffset = 0;
myArmCyclesPer6502Cycle = (mips * 1000000) / get6502SpeedHz(myConsoleTiming);
cout << myArmCyclesPer6502Cycle << std::endl;
mySystemType = determineSystemType(myProperties);
myLinker->relink(externalSymbols(mySystemType));