package i6502 type Cpu struct { } func NewCpu() (*Cpu, error) { return &Cpu{}, nil }