mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
mips3: remove stray printf
This commit is contained in:
parent
69c3876233
commit
e885967643
@ -5314,7 +5314,6 @@ void mips3_device::execute_run()
|
||||
{
|
||||
if (m_isdrc)
|
||||
{
|
||||
printf("DRC on\n");
|
||||
int execute_result;
|
||||
|
||||
/* reset the cache if dirty */
|
||||
@ -5347,8 +5346,6 @@ void mips3_device::execute_run()
|
||||
return;
|
||||
}
|
||||
|
||||
printf("DRC off\n");
|
||||
|
||||
/* count cycles and interrupt cycles */
|
||||
m_core->icount -= m_interrupt_cycles;
|
||||
m_interrupt_cycles = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user