summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/malzak.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/malzak.c')
-rw-r--r--src/mame/drivers/malzak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/malzak.c b/src/mame/drivers/malzak.c
index 92ce4a5271c..531cdf792a8 100644
--- a/src/mame/drivers/malzak.c
+++ b/src/mame/drivers/malzak.c
@@ -152,7 +152,7 @@ WRITE8_MEMBER(malzak_state::port40_w)
// Bits 1-3 are all set high upon death, until the game continues
// Bit 6 is used only in Malzak II, and is set high after checking
// the selected version
-// logerror("S2650 [0x%04x]: port 0x40 write: 0x%02x\n", cpu_get_pc(machine().device("maincpu")), data);
+// logerror("S2650 [0x%04x]: port 0x40 write: 0x%02x\n", machine().device("maincpu")->safe_pc(), data);
membank("bank1")->set_entry((data & 0x40) >> 6);
}