diff --git a/MC6809/test/Configuration.h b/MC6809/test/Configuration.h index 428b8b5..eda5d47 100644 --- a/MC6809/test/Configuration.h +++ b/MC6809/test/Configuration.h @@ -22,6 +22,6 @@ public: private: bool m_debugMode = false; - bool m_terminatesEarly = true; + bool m_terminatesEarly = false; std::string m_romDirectory = "roms\\searle"; };