summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh4/sh4dmac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh4/sh4dmac.cpp')
-rw-r--r--src/devices/cpu/sh4/sh4dmac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sh4/sh4dmac.cpp b/src/devices/cpu/sh4/sh4dmac.cpp
index bf4c773b1eb..d3ec5d3b47d 100644
--- a/src/devices/cpu/sh4/sh4dmac.cpp
+++ b/src/devices/cpu/sh4/sh4dmac.cpp
@@ -17,7 +17,7 @@ TIMER_CALLBACK_MEMBER( sh34_base_device::sh4_dmac_callback )
{
int channel = param;
- LOG(("SH4 '%s': DMA %d complete\n", tag(), channel));
+ LOG(("SH4 '%s': DMA %d complete\n", tag().c_str(), channel));
m_dma_timer_active[channel] = 0;
switch (channel)
{