mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +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)
|
if (m_isdrc)
|
||||||
{
|
{
|
||||||
printf("DRC on\n");
|
|
||||||
int execute_result;
|
int execute_result;
|
||||||
|
|
||||||
/* reset the cache if dirty */
|
/* reset the cache if dirty */
|
||||||
@ -5347,8 +5346,6 @@ void mips3_device::execute_run()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("DRC off\n");
|
|
||||||
|
|
||||||
/* count cycles and interrupt cycles */
|
/* count cycles and interrupt cycles */
|
||||||
m_core->icount -= m_interrupt_cycles;
|
m_core->icount -= m_interrupt_cycles;
|
||||||
m_interrupt_cycles = 0;
|
m_interrupt_cycles = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user