mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
mips3: remove stray printf
This commit is contained in:
parent
69c3876233
commit
e885967643
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue