summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/3do.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/3do.cpp')
-rw-r--r--src/mame/machine/3do.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/3do.cpp b/src/mame/machine/3do.cpp
index cb3de112e79..b172b88cfa4 100644
--- a/src/mame/machine/3do.cpp
+++ b/src/mame/machine/3do.cpp
@@ -771,8 +771,8 @@ READ32_MEMBER(_3do_state::_3do_clio_r)
return m_clio.uncle_rom;
default:
- if (!space.debugger_access())
- logerror( "%08X: unhandled CLIO read offset = %08X\n", m_maincpu->pc(), offset * 4 );
+ if (!space.debugger_access())
+ logerror( "%08X: unhandled CLIO read offset = %08X\n", m_maincpu->pc(), offset * 4 );
break;
}
return 0;