mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
(nw) i8085.cpp: Remove leftover logerror() (#6698)
This commit is contained in:
parent
062276b0f8
commit
9197ca4826
@ -878,7 +878,6 @@ void i8085a_cpu_device::execute_run()
|
||||
check_for_interrupts();
|
||||
|
||||
m_in_acknowledge = false;
|
||||
logerror("PC=%04X\n", m_PC.d);
|
||||
debugger_instruction_hook(m_PC.d);
|
||||
|
||||
/* here we go... */
|
||||
|
Loading…
Reference in New Issue
Block a user