142143144145146147148
return Utils.hex20(addr); } @Override public ClockSystem createClockSystem(MSP430Core cpu, int[] memory, Timer[] timers) { return new UnifiedClockSystem(cpu, memory, 0, timers); }