ZXHawk: Hard/Soft client reset options implemented and working - #1158
This commit is contained in:
parent
637bb90b54
commit
5459c92a4d
|
@ -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;
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue