mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
cpu/f2mc16: Removed ancient diagnostic printf. [R. Belmont]
This commit is contained in:
parent
ae7eb2129d
commit
a0c09745bf
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user