summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namcos2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namcos2.c')
-rw-r--r--src/mame/machine/namcos2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namcos2.c b/src/mame/machine/namcos2.c
index bfe0d5224c2..45323094234 100644
--- a/src/mame/machine/namcos2.c
+++ b/src/mame/machine/namcos2.c
@@ -343,7 +343,7 @@ READ16_HANDLER( namcos2_68k_key_r )
{
// case 3: return 0x142;
case 4: return 0x142;
- // case 3: popmessage("blah %08x",cpu_get_pc(&space->device()));
+ // case 3: popmessage("blah %08x",space->device().safe_pc());
default: return space->machine().rand();
}
break;