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; } }