summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aeroboto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aeroboto.c')
-rw-r--r--src/mame/drivers/aeroboto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/aeroboto.c b/src/mame/drivers/aeroboto.c
index 8d49fce9699..e88f35fdab3 100644
--- a/src/mame/drivers/aeroboto.c
+++ b/src/mame/drivers/aeroboto.c
@@ -34,7 +34,7 @@ READ8_MEMBER(aeroboto_state::aeroboto_201_r)
/* serie of values to be returned from 3004, and display "PASS 201" if it is */
static const UINT8 res[4] = { 0xff, 0x9f, 0x1b, 0x03 };
- logerror("PC %04x: read 3004\n", cpu_get_pc(&space.device()));
+ logerror("PC %04x: read 3004\n", space.device().safe_pc());
return res[(m_count++) & 3];
}