From 85dcdbfe9e5fd3151ece15e1e5bf16af390d8c01 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 9 Feb 2020 19:12:44 -0500 Subject: [PATCH] Adopts a log prefix for the Master System. --- Machines/MasterSystem/MasterSystem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Machines/MasterSystem/MasterSystem.cpp b/Machines/MasterSystem/MasterSystem.cpp index 1810f2eb3..ce98a0bf8 100644 --- a/Machines/MasterSystem/MasterSystem.cpp +++ b/Machines/MasterSystem/MasterSystem.cpp @@ -21,6 +21,8 @@ #include "../../ClockReceiver/JustInTime.hpp" #include "../../Outputs/Speaker/Implementation/LowpassSpeaker.hpp" + +#define LOG_PREFIX "[SMS] " #include "../../Outputs/Log.hpp" #include "../../Analyser/Static/Sega/Target.hpp"