diff options
Diffstat (limited to 'src/devices/video/stvvdp1.cpp')
-rw-r--r-- | src/devices/video/stvvdp1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/stvvdp1.cpp b/src/devices/video/stvvdp1.cpp index b5ebdb6db7a..bbf5d601921 100644 --- a/src/devices/video/stvvdp1.cpp +++ b/src/devices/video/stvvdp1.cpp @@ -174,7 +174,7 @@ READ16_MEMBER( saturn_state::saturn_vdp1_regs_r ) return modr; default: - if(!machine().debugger_access()) + if(!space.debugger_access()) printf ("cpu %s (PC=%08X) VDP1: Read from Registers, Offset %04x\n", space.device().tag(), space.device().safe_pc(), offset*2); break; } |