diff options
author | 2012-09-11 15:16:43 +0000 | |
---|---|---|
committer | 2012-09-11 15:16:43 +0000 | |
commit | 6d8c3c9f2d5d30848751a12c2925fbe53ac8bfec (patch) | |
tree | 5be66bb26a139af5ab375ac1fc48a3dd5c1f6c58 /src/emu/cpu/m6502/opsce02.h | |
parent | 1df58104fedb600014fa1c1908bf8ee7972b48d4 (diff) |
Don't use safe_pc[base] when you already have a
resolved device_state_interface. Added redundant
methods to device_state_interface to generate
errors when this is done.
Diffstat (limited to 'src/emu/cpu/m6502/opsce02.h')
-rw-r--r-- | src/emu/cpu/m6502/opsce02.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m6502/opsce02.h b/src/emu/cpu/m6502/opsce02.h index 28f00a791fd..33d6b996b97 100644 --- a/src/emu/cpu/m6502/opsce02.h +++ b/src/emu/cpu/m6502/opsce02.h @@ -291,7 +291,7 @@ t1=RDOPARG(); \ t2=RDOPARG(); \ t3=RDOPARG(); \ - logerror("m65ce02 at pc:%.4x reserved op aug %.2x %.2x %.2x\n", cpustate->device->safe_pc(),t1,t2,t3); + logerror("m65ce02 at pc:%.4x reserved op aug %.2x %.2x %.2x\n", cpustate->device->pc(),t1,t2,t3); /* 65ce02 ****************************************************** * BBR Branch if bit is reset |