summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/a2videoterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/a2videoterm.c')
-rw-r--r--src/mess/machine/a2videoterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/a2videoterm.c b/src/mess/machine/a2videoterm.c
index dedd69ca661..dfe9b35cbbd 100644
--- a/src/mess/machine/a2videoterm.c
+++ b/src/mess/machine/a2videoterm.c
@@ -240,7 +240,7 @@ void a2bus_videx80_device::device_reset()
UINT8 a2bus_videx80_device::read_c0nx(address_space &space, UINT8 offset)
{
-// printf("Read c0n%x (PC=%x)\n", offset, cpu_get_pc(&space.device()));
+// printf("Read c0n%x (PC=%x)\n", offset, space.device().safe_pc());
m_rambank = ((offset>>2) & 3) * 512;
@@ -259,7 +259,7 @@ UINT8 a2bus_videx80_device::read_c0nx(address_space &space, UINT8 offset)
void a2bus_videx80_device::write_c0nx(address_space &space, UINT8 offset, UINT8 data)
{
-// printf("Write %02x to c0n%x (PC=%x)\n", data, offset, cpu_get_pc(&space.device()));
+// printf("Write %02x to c0n%x (PC=%x)\n", data, offset, space.device().safe_pc());
if (offset == 0)
{