This commit is contained in:
Thomas Jentzsch 2021-05-07 23:13:38 +02:00
commit 96f42e1a6d
1 changed files with 2 additions and 0 deletions

View File

@ -455,10 +455,12 @@ void Debugger::log(const string& triggerMsg)
msg << "Trigger: Frame Scn Cy Pxl | PS A X Y SP | ";
if(myCartDebug->romBankCount() > 1)
{
if(myCartDebug->romBankCount() > 9)
msg << "Bk/";
else
msg << "B/";
}
msg << "Addr Code Disam";
Logger::log(msg.str());
myFirstLog = false;