summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apollo.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/apollo.cpp
parent00c39c7dd5200f53b6b19ea996df172a2f68a2e0 (diff)
Do the easy ones (nw)
Diffstat (limited to 'src/mame/drivers/apollo.cpp')
-rw-r--r--src/mame/drivers/apollo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apollo.cpp b/src/mame/drivers/apollo.cpp
index f175fff6fd1..09cf6b376f2 100644
--- a/src/mame/drivers/apollo.cpp
+++ b/src/mame/drivers/apollo.cpp
@@ -521,7 +521,7 @@ WRITE32_MEMBER(apollo_state::apollo_unmapped_w)
WRITE32_MEMBER(apollo_state::apollo_rom_w)
{
offs_t address = offset * 4;
- offs_t pc = space.device().safe_pcbase();
+ offs_t pc = m_maincpu->pcbase();
if (pc == 0x00002c1c && address == 0x00000004 && VERBOSE < 2) {
// don't log invalid code in 3500_boot_12191_7.bin