summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/stic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/stic.c')
-rw-r--r--src/mess/video/stic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/stic.c b/src/mess/video/stic.c
index 7fb098e877b..5d6bee63072 100644
--- a/src/mess/video/stic.c
+++ b/src/mess/video/stic.c
@@ -157,7 +157,7 @@ WRITE16_MEMBER( intv_state::intv_stic_w )
case STIC_CSR + STIC_CSR1:
case STIC_CSR + STIC_CSR2:
case STIC_CSR + STIC_CSR3:
- logerror("Setting color_stack[%x] = %x (%x)\n", offset & (STIC_CSRS - 1),data & STIC_CSR_BG, cpu_get_pc(&space.device()));
+ logerror("Setting color_stack[%x] = %x (%x)\n", offset & (STIC_CSRS - 1),data & STIC_CSR_BG, space.device().safe_pc());
break;
/* Border Color */
case STIC_BCR: