mirror of https://github.com/stella-emu/stella.git
Fix typo in debugger RIOT output.
This commit is contained in:
parent
c061d3a4d3
commit
89c6d96c4b
|
@ -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