Merge branch 'master' into feature/filesystem

This commit is contained in:
Stephen Anthony 2022-10-04 22:02:24 -02:30
commit acc08c7b14
1 changed files with 5 additions and 0 deletions

View File

@ -273,7 +273,12 @@ inline void M6502::_execute(uInt64 cycles, DispatchResult& result)
else
{
if(myLogBreaks)
{
// Make sure that the TIA state matches the current system clock.
// Else Scanlines, Cycles and Pixels are not updated for logging.
mySystem->tia().updateEmulation();
myDebugger->log("BP:");
}
else
{
ostringstream msg;