mirror of https://github.com/stella-emu/stella.git
fixed build test
This commit is contained in:
parent
d38831bbb2
commit
e63975847f
|
@ -32,7 +32,7 @@
|
|||
|
||||
* Fixed broken 7800 pause key support
|
||||
|
||||
* Added user defined CPU cycle timers to debugger (TODO: screenshots)
|
||||
* Added user defined CPU cycle timers to debugger
|
||||
|
||||
-Have fun!
|
||||
|
||||
|
|
|
@ -3698,7 +3698,7 @@ DebuggerParser::CommandArray DebuggerParser::commands = { {
|
|||
true,
|
||||
{ Parameters::ARG_LABEL, Parameters::ARG_LABEL, Parameters::ARG_LABEL,
|
||||
Parameters::ARG_LABEL, Parameters::ARG_LABEL, Parameters::ARG_MULTI_BYTE },
|
||||
std::mmmmmmem_fn(&DebuggerParser::executeTimer)
|
||||
std::mem_fn(&DebuggerParser::executeTimer)
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue