summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc1403.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc1403.cpp')
-rw-r--r--src/mame/machine/pc1403.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc1403.cpp b/src/mame/machine/pc1403.cpp
index db97958690b..4418f968ed0 100644
--- a/src/mame/machine/pc1403.cpp
+++ b/src/mame/machine/pc1403.cpp
@@ -124,7 +124,7 @@ READ8_MEMBER(pc1403_state::pc1403_inb)
WRITE8_MEMBER(pc1403_state::pc1403_outc)
{
m_portc = data;
-// logerror("%g pc %.4x outc %.2x\n", device->machine().time().as_double(), device->m_maincpu->safe_pc(), data);
+// logerror("%s %g pc %.4x outc %.2x\n", machine().describe_context(), machine().time().as_double(), data);
}