mirror of https://github.com/stella-emu/stella.git
Remove debug code.
This commit is contained in:
parent
8a3cf489ec
commit
76a9d84fcf
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue