ZXHawk: Hard/Soft client reset options implemented and working - #1158

This commit is contained in:
Asnivor 2018-06-18 09:00:59 +01:00
parent 637bb90b54
commit 5459c92a4d
2 changed files with 4 additions and 4 deletions

View File

@ -24,8 +24,8 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
string EjectDisk = "Eject Current Disk";
string DiskStatus = "Get Disk Status";
string HardResetStr = "Hard Reset";
string SoftResetStr = "Soft Reset";
string HardResetStr = "Power";
string SoftResetStr = "Reset";
bool pressed_Play = false;
bool pressed_Stop = false;

View File

@ -84,8 +84,8 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
// Power functions
List<string> power = new List<string>
{
// Tape functions
"Soft Reset", "Hard Reset"
// Power functions
"Reset", "Power"
};
foreach (var s in power)