From a0c09745bfd45878dbd691138cdcf5a312f5a645 Mon Sep 17 00:00:00 2001 From: arbee Date: Sat, 1 Jun 2024 16:14:08 -0400 Subject: cpu/f2mc16: Removed ancient diagnostic printf. [R. Belmont] --- src/devices/cpu/f2mc16/f2mc16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/f2mc16/f2mc16.cpp b/src/devices/cpu/f2mc16/f2mc16.cpp index f667a4fdbaf..bee96cbc76f 100644 --- a/src/devices/cpu/f2mc16/f2mc16.cpp +++ b/src/devices/cpu/f2mc16/f2mc16.cpp @@ -1304,7 +1304,7 @@ void f2mc16_device::execute_run() m_pc = read_16(uVecAddr); m_pcb = read_8(uVecAddr + 2); bFoundVec = true; - printf("RETI vector chain to %02x%04x\n", m_pcb, m_pc); +// printf("RETI vector chain to %02x%04x\n", m_pcb, m_pc); break; } } -- cgit v1.2.3