private void SoftReset() { PSG.Reset(); _cpu.Reset(); }
private void HardReset() { PSG.Reset(); _cpu.Reset(); }