summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jaguar.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-01-01 23:52:11 +0100
committer Olivier Galibert <galibert@pobox.com>2018-01-01 23:52:40 +0100
commit8e1373db3769e8abb38cd4488a681b14c05348d5 (patch)
tree14c2b055ef4c9d79e3038e45ac050d7defd437b5 /src/mame/drivers/jaguar.cpp
parent00c39c7dd5200f53b6b19ea996df172a2f68a2e0 (diff)
Do the easy ones (nw)
Diffstat (limited to 'src/mame/drivers/jaguar.cpp')
-rw-r--r--src/mame/drivers/jaguar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jaguar.cpp b/src/mame/drivers/jaguar.cpp
index f160b9b804e..3e471e2f486 100644
--- a/src/mame/drivers/jaguar.cpp
+++ b/src/mame/drivers/jaguar.cpp
@@ -774,7 +774,7 @@ WRITE32_MEMBER(jaguar_state::joystick_w)
WRITE32_MEMBER(jaguar_state::latch_w)
{
- logerror("%08X:latch_w(%X)\n", space.device().safe_pcbase(), data);
+ logerror("%08X:latch_w(%X)\n", m_maincpu->pcbase(), data);
/* adjust banking */
if (m_romboard_region != nullptr)