public Builder(Ram ram, Vga vga, Processor processor) { this.ram = ram; this.vga = vga; this.processor = processor; }