mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
96f42e1a6d
|
@ -455,10 +455,12 @@ void Debugger::log(const string& triggerMsg)
|
||||||
|
|
||||||
msg << "Trigger: Frame Scn Cy Pxl | PS A X Y SP | ";
|
msg << "Trigger: Frame Scn Cy Pxl | PS A X Y SP | ";
|
||||||
if(myCartDebug->romBankCount() > 1)
|
if(myCartDebug->romBankCount() > 1)
|
||||||
|
{
|
||||||
if(myCartDebug->romBankCount() > 9)
|
if(myCartDebug->romBankCount() > 9)
|
||||||
msg << "Bk/";
|
msg << "Bk/";
|
||||||
else
|
else
|
||||||
msg << "B/";
|
msg << "B/";
|
||||||
|
}
|
||||||
msg << "Addr Code Disam";
|
msg << "Addr Code Disam";
|
||||||
Logger::log(msg.str());
|
Logger::log(msg.str());
|
||||||
myFirstLog = false;
|
myFirstLog = false;
|
||||||
|
|
Loading…
Reference in New Issue