class CPU
  # cpu stuff...
end

class BasicCPU < CPU
  # basic cpu stuff...
end

class TurboCPU < CPU
  # trubo fast cpu stuff...
end
