From cb47575860fa9432528674173176536e8c439c88 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 11 Aug 2018 22:57:54 -0400 Subject: [PATCH] Eliminates stdout chatter. --- Machines/AppleII/AppleII.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Machines/AppleII/AppleII.cpp b/Machines/AppleII/AppleII.cpp index df967a4fe..bce8d2171 100644 --- a/Machines/AppleII/AppleII.cpp +++ b/Machines/AppleII/AppleII.cpp @@ -20,6 +20,7 @@ #include "../../Components/AudioToggle/AudioToggle.hpp" #include "../../Outputs/Speaker/Implementation/LowpassSpeaker.hpp" +#include "../../Outputs/Log.hpp" #include "Card.hpp" #include "DiskIICard.hpp" @@ -529,7 +530,7 @@ template class ConcreteMachine: // Write-only switches. All IIe as currently implemented. if(is_iie()) { switch(address) { - default: printf("Write %04x?\n", address); break; + default: break; case 0xc000: case 0xc001: