cpu/f2mc16: Removed ancient diagnostic printf. [R. Belmont]

This commit is contained in:
arbee 2024-06-01 16:14:08 -04:00
parent ae7eb2129d
commit a0c09745bf

View File

@ -1304,7 +1304,7 @@ void f2mc16_device::execute_run()
m_pc = read_16(uVecAddr); m_pc = read_16(uVecAddr);
m_pcb = read_8(uVecAddr + 2); m_pcb = read_8(uVecAddr + 2);
bFoundVec = true; 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; break;
} }
} }