summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nubus_asntmc3b.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/nubus_asntmc3b.c')
-rw-r--r--src/mess/machine/nubus_asntmc3b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/nubus_asntmc3b.c b/src/mess/machine/nubus_asntmc3b.c
index 7bb6977b394..e48b94f6bd7 100644
--- a/src/mess/machine/nubus_asntmc3b.c
+++ b/src/mess/machine/nubus_asntmc3b.c
@@ -165,7 +165,7 @@ WRITE32_MEMBER( nubus_mac8390_device::en_w )
}
else
{
- fatalerror("asntmc3nb: write %08x to DP83902 @ %x with unhandled mask %08x (PC=%x)\n", data, offset, mem_mask, cpu_get_pc(&space.device()));
+ fatalerror("asntmc3nb: write %08x to DP83902 @ %x with unhandled mask %08x (PC=%x)\n", data, offset, mem_mask, space.device().safe_pc());
}
}
@@ -183,7 +183,7 @@ READ32_MEMBER( nubus_mac8390_device::en_r )
}
else
{
- fatalerror("asntmc3nb: read DP83902 @ %x with unhandled mask %08x (PC=%x)\n", offset, mem_mask, cpu_get_pc(&space.device()));
+ fatalerror("asntmc3nb: read DP83902 @ %x with unhandled mask %08x (PC=%x)\n", offset, mem_mask, space.device().safe_pc());
}
return 0;