mirror of https://github.com/stella-emu/stella.git
Fix typo in debugger RIOT output.
This commit is contained in:
parent
0a4143768a
commit
df9c71bc86
|
@ -366,7 +366,7 @@ string RiotDebug::toString()
|
|||
<< " Divider=" << myDebugger.invIfChanged(state.TIMDIV, oldstate.TIMDIV)
|
||||
<< endl
|
||||
|
||||
<< "Left/P0diff: " << diffP0String() << " Right/P1diff: " << diffP0String()
|
||||
<< "Left/P0diff: " << diffP0String() << " Right/P1diff: " << diffP1String()
|
||||
<< endl
|
||||
<< "TVType: " << tvTypeString() << " Switches: " << switchesString()
|
||||
<< endl
|
||||
|
|
Loading…
Reference in New Issue