From 108de1ccba2f67af3924ff1f101f0754af0e69c2 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sat, 27 Apr 2024 08:54:54 +0200 Subject: [PATCH] overlay chatty debug removed --- rl02.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rl02.cpp b/rl02.cpp index a62067f..6974218 100644 --- a/rl02.cpp +++ b/rl02.cpp @@ -365,7 +365,7 @@ void rl02::writeWord(const uint16_t addr, uint16_t v) *disk_read_activity = false; } else { - DOLOG(warning, false, "RL02: command %d not implemented", command); + DOLOG(debug, false, "RL02: command %d not implemented", command); } if (do_int) {