summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/indy_indigo2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/indy_indigo2.cpp')
-rw-r--r--src/mame/drivers/indy_indigo2.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/indy_indigo2.cpp b/src/mame/drivers/indy_indigo2.cpp
index 3c8219fd08e..88f1a43a8d1 100644
--- a/src/mame/drivers/indy_indigo2.cpp
+++ b/src/mame/drivers/indy_indigo2.cpp
@@ -1333,8 +1333,7 @@ WRITE_LINE_MEMBER(ip22_state::scsi_irq)
dump_chain(space, m_hpc3.m_scsi0_desc);
- printf("PC is %08x\n", machine.device("maincpu")->safe_pc());
- printf("DMA to device: length %x xie %d eox %d\n", length, xie, eox);
+ printf("%s DMA to device: length %x xie %d eox %d\n", machine().describe_context().c_str(), length, xie, eox);
if (length <= 0x4000)
{