Ejemplo n.º 1
0
 public void Boot()
 {
     cpu.Boot();
     ram.Boot();
     pia.Boot();
     tia.Boot();
     cartridge.Boot();
 }